Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2022-49890 (GCVE-0-2022-49890)
Vulnerability from cvelistv5
Published
2025-05-01 14:10
Modified
2025-10-01 16:08
Severity ?
VLAI Severity ?
EPSS score ?
Summary
In the Linux kernel, the following vulnerability has been resolved:
capabilities: fix potential memleak on error path from vfs_getxattr_alloc()
In cap_inode_getsecurity(), we will use vfs_getxattr_alloc() to
complete the memory allocation of tmpbuf, if we have completed
the memory allocation of tmpbuf, but failed to call handler->get(...),
there will be a memleak in below logic:
|-- ret = (int)vfs_getxattr_alloc(mnt_userns, ...)
| /* ^^^ alloc for tmpbuf */
|-- value = krealloc(*xattr_value, error + 1, flags)
| /* ^^^ alloc memory */
|-- error = handler->get(handler, ...)
| /* error! */
|-- *xattr_value = value
| /* xattr_value is &tmpbuf (memory leak!) */
So we will try to free(tmpbuf) after vfs_getxattr_alloc() fails to fix it.
[PM: subject line and backtrace tweaks]
References
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Linux | Linux |
Version: 8db6c34f1dbc8e06aa016a9b829b06902c3e1340 Version: 8db6c34f1dbc8e06aa016a9b829b06902c3e1340 Version: 8db6c34f1dbc8e06aa016a9b829b06902c3e1340 Version: 8db6c34f1dbc8e06aa016a9b829b06902c3e1340 Version: 8db6c34f1dbc8e06aa016a9b829b06902c3e1340 Version: 8db6c34f1dbc8e06aa016a9b829b06902c3e1340 Version: 8db6c34f1dbc8e06aa016a9b829b06902c3e1340 |
||
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2022-49890",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-10-01T16:08:33.672566Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-401",
"description": "CWE-401 Missing Release of Memory after Effective Lifetime",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-10-01T16:08:36.059Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"security/commoncap.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "6bb00eb21c0fbf18e5d3538c9ff0cf63fd0ace85",
"status": "affected",
"version": "8db6c34f1dbc8e06aa016a9b829b06902c3e1340",
"versionType": "git"
},
{
"lessThan": "90577bcc01c4188416a47269f8433f70502abe98",
"status": "affected",
"version": "8db6c34f1dbc8e06aa016a9b829b06902c3e1340",
"versionType": "git"
},
{
"lessThan": "0c3e6288da650d1ec911a259c77bc2d88e498603",
"status": "affected",
"version": "8db6c34f1dbc8e06aa016a9b829b06902c3e1340",
"versionType": "git"
},
{
"lessThan": "cdf01c807e974048c43c7fd3ca574f6086a57906",
"status": "affected",
"version": "8db6c34f1dbc8e06aa016a9b829b06902c3e1340",
"versionType": "git"
},
{
"lessThan": "2de8eec8afb75792440b8900a01d52b8f6742fd1",
"status": "affected",
"version": "8db6c34f1dbc8e06aa016a9b829b06902c3e1340",
"versionType": "git"
},
{
"lessThan": "7480aeff0093d8c54377553ec6b31110bea37b4d",
"status": "affected",
"version": "8db6c34f1dbc8e06aa016a9b829b06902c3e1340",
"versionType": "git"
},
{
"lessThan": "8cf0a1bc12870d148ae830a4ba88cfdf0e879cee",
"status": "affected",
"version": "8db6c34f1dbc8e06aa016a9b829b06902c3e1340",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"security/commoncap.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "4.14"
},
{
"lessThan": "4.14",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "4.14.*",
"status": "unaffected",
"version": "4.14.299",
"versionType": "semver"
},
{
"lessThanOrEqual": "4.19.*",
"status": "unaffected",
"version": "4.19.265",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.4.*",
"status": "unaffected",
"version": "5.4.224",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.10.*",
"status": "unaffected",
"version": "5.10.154",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.15.*",
"status": "unaffected",
"version": "5.15.78",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.0.*",
"status": "unaffected",
"version": "6.0.8",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "6.1",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "4.14.299",
"versionStartIncluding": "4.14",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "4.19.265",
"versionStartIncluding": "4.14",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.4.224",
"versionStartIncluding": "4.14",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.10.154",
"versionStartIncluding": "4.14",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.15.78",
"versionStartIncluding": "4.14",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.0.8",
"versionStartIncluding": "4.14",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.1",
"versionStartIncluding": "4.14",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\ncapabilities: fix potential memleak on error path from vfs_getxattr_alloc()\n\nIn cap_inode_getsecurity(), we will use vfs_getxattr_alloc() to\ncomplete the memory allocation of tmpbuf, if we have completed\nthe memory allocation of tmpbuf, but failed to call handler-\u003eget(...),\nthere will be a memleak in below logic:\n\n |-- ret = (int)vfs_getxattr_alloc(mnt_userns, ...)\n | /* ^^^ alloc for tmpbuf */\n |-- value = krealloc(*xattr_value, error + 1, flags)\n | /* ^^^ alloc memory */\n |-- error = handler-\u003eget(handler, ...)\n | /* error! */\n |-- *xattr_value = value\n | /* xattr_value is \u0026tmpbuf (memory leak!) */\n\nSo we will try to free(tmpbuf) after vfs_getxattr_alloc() fails to fix it.\n\n[PM: subject line and backtrace tweaks]"
}
],
"providerMetadata": {
"dateUpdated": "2025-05-04T08:47:53.416Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/6bb00eb21c0fbf18e5d3538c9ff0cf63fd0ace85"
},
{
"url": "https://git.kernel.org/stable/c/90577bcc01c4188416a47269f8433f70502abe98"
},
{
"url": "https://git.kernel.org/stable/c/0c3e6288da650d1ec911a259c77bc2d88e498603"
},
{
"url": "https://git.kernel.org/stable/c/cdf01c807e974048c43c7fd3ca574f6086a57906"
},
{
"url": "https://git.kernel.org/stable/c/2de8eec8afb75792440b8900a01d52b8f6742fd1"
},
{
"url": "https://git.kernel.org/stable/c/7480aeff0093d8c54377553ec6b31110bea37b4d"
},
{
"url": "https://git.kernel.org/stable/c/8cf0a1bc12870d148ae830a4ba88cfdf0e879cee"
}
],
"title": "capabilities: fix potential memleak on error path from vfs_getxattr_alloc()",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2022-49890",
"datePublished": "2025-05-01T14:10:34.481Z",
"dateReserved": "2025-05-01T14:05:17.242Z",
"dateUpdated": "2025-10-01T16:08:36.059Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2022-49890\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-05-01T15:16:14.000\",\"lastModified\":\"2025-10-01T17:15:37.153\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ncapabilities: fix potential memleak on error path from vfs_getxattr_alloc()\\n\\nIn cap_inode_getsecurity(), we will use vfs_getxattr_alloc() to\\ncomplete the memory allocation of tmpbuf, if we have completed\\nthe memory allocation of tmpbuf, but failed to call handler-\u003eget(...),\\nthere will be a memleak in below logic:\\n\\n |-- ret = (int)vfs_getxattr_alloc(mnt_userns, ...)\\n | /* ^^^ alloc for tmpbuf */\\n |-- value = krealloc(*xattr_value, error + 1, flags)\\n | /* ^^^ alloc memory */\\n |-- error = handler-\u003eget(handler, ...)\\n | /* error! */\\n |-- *xattr_value = value\\n | /* xattr_value is \u0026tmpbuf (memory leak!) */\\n\\nSo we will try to free(tmpbuf) after vfs_getxattr_alloc() fails to fix it.\\n\\n[PM: subject line and backtrace tweaks]\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: capacidades: reparar posible fuga de memoria en la ruta de error de vfs_getxattr_alloc() En cap_inode_getsecurity(), utilizaremos vfs_getxattr_alloc() para completar la asignaci\u00f3n de memoria de tmpbuf, si hemos completado la asignaci\u00f3n de memoria de tmpbuf, pero no pudimos llamar a handler-\u0026gt;get(...), habr\u00e1 una fuga de memoria en la siguiente l\u00f3gica: |-- ret = (int)vfs_getxattr_alloc(mnt_userns, ...) | /* ^^^ asignar para tmpbuf */ |-- valor = krealloc(*xattr_value, error + 1, flags) | /* ^^^ asignar memoria */ |-- error = handler-\u0026gt;get(handler, ...) | /* \u00a1error! */ |-- *xattr_value = valor | /* xattr_value es \u0026amp;tmpbuf (\u00a1p\u00e9rdida de memoria!) */ Intentaremos liberar (tmpbuf) despu\u00e9s de que vfs_getxattr_alloc() no pueda solucionarlo. [MP: l\u00ednea de asunto y ajustes de backtrace]\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-401\"}]},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-401\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.14\",\"versionEndExcluding\":\"4.14.299\",\"matchCriteriaId\":\"CCE1B290-651F-4D7F-B83A-AD7466E2CBB9\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.15\",\"versionEndExcluding\":\"4.19.265\",\"matchCriteriaId\":\"ABED5D97-9B16-4CF6-86E3-D5F5C4358E35\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.20\",\"versionEndExcluding\":\"5.4.224\",\"matchCriteriaId\":\"1D67A077-EB45-4ADE-94CD-F9A76F6C319C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.5\",\"versionEndExcluding\":\"5.10.154\",\"matchCriteriaId\":\"475D097C-AB5A-4CF5-899F-413077854ABD\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.11\",\"versionEndExcluding\":\"5.15.78\",\"matchCriteriaId\":\"AB8B27B9-B41B-42D5-AE67-0A89A8A8EEB1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.16\",\"versionEndExcluding\":\"6.0.8\",\"matchCriteriaId\":\"EC9A754E-625D-42F3-87A7-960D643E2867\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.1:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"E7E331DA-1FB0-4DEC-91AC-7DA69D461C11\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.1:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"17F0B248-42CF-4AE6-A469-BB1BAE7F4705\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.1:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"E2422816-0C14-4B5E-A1E6-A9D776E5C49B\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/0c3e6288da650d1ec911a259c77bc2d88e498603\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/2de8eec8afb75792440b8900a01d52b8f6742fd1\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/6bb00eb21c0fbf18e5d3538c9ff0cf63fd0ace85\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/7480aeff0093d8c54377553ec6b31110bea37b4d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/8cf0a1bc12870d148ae830a4ba88cfdf0e879cee\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/90577bcc01c4188416a47269f8433f70502abe98\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/cdf01c807e974048c43c7fd3ca574f6086a57906\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.5, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2022-49890\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-10-01T16:08:33.672566Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-401\", \"description\": \"CWE-401 Missing Release of Memory after Effective Lifetime\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-10-01T14:23:35.237Z\"}}], \"cna\": {\"title\": \"capabilities: fix potential memleak on error path from vfs_getxattr_alloc()\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"8db6c34f1dbc8e06aa016a9b829b06902c3e1340\", \"lessThan\": \"6bb00eb21c0fbf18e5d3538c9ff0cf63fd0ace85\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"8db6c34f1dbc8e06aa016a9b829b06902c3e1340\", \"lessThan\": \"90577bcc01c4188416a47269f8433f70502abe98\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"8db6c34f1dbc8e06aa016a9b829b06902c3e1340\", \"lessThan\": \"0c3e6288da650d1ec911a259c77bc2d88e498603\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"8db6c34f1dbc8e06aa016a9b829b06902c3e1340\", \"lessThan\": \"cdf01c807e974048c43c7fd3ca574f6086a57906\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"8db6c34f1dbc8e06aa016a9b829b06902c3e1340\", \"lessThan\": \"2de8eec8afb75792440b8900a01d52b8f6742fd1\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"8db6c34f1dbc8e06aa016a9b829b06902c3e1340\", \"lessThan\": \"7480aeff0093d8c54377553ec6b31110bea37b4d\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"8db6c34f1dbc8e06aa016a9b829b06902c3e1340\", \"lessThan\": \"8cf0a1bc12870d148ae830a4ba88cfdf0e879cee\", \"versionType\": \"git\"}], \"programFiles\": [\"security/commoncap.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"4.14\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"4.14\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"4.14.299\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"4.14.*\"}, {\"status\": \"unaffected\", \"version\": \"4.19.265\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"4.19.*\"}, {\"status\": \"unaffected\", \"version\": \"5.4.224\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.4.*\"}, {\"status\": \"unaffected\", \"version\": \"5.10.154\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.10.*\"}, {\"status\": \"unaffected\", \"version\": \"5.15.78\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.15.*\"}, {\"status\": \"unaffected\", \"version\": \"6.0.8\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.0.*\"}, {\"status\": \"unaffected\", \"version\": \"6.1\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"security/commoncap.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/6bb00eb21c0fbf18e5d3538c9ff0cf63fd0ace85\"}, {\"url\": \"https://git.kernel.org/stable/c/90577bcc01c4188416a47269f8433f70502abe98\"}, {\"url\": \"https://git.kernel.org/stable/c/0c3e6288da650d1ec911a259c77bc2d88e498603\"}, {\"url\": \"https://git.kernel.org/stable/c/cdf01c807e974048c43c7fd3ca574f6086a57906\"}, {\"url\": \"https://git.kernel.org/stable/c/2de8eec8afb75792440b8900a01d52b8f6742fd1\"}, {\"url\": \"https://git.kernel.org/stable/c/7480aeff0093d8c54377553ec6b31110bea37b4d\"}, {\"url\": \"https://git.kernel.org/stable/c/8cf0a1bc12870d148ae830a4ba88cfdf0e879cee\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\ncapabilities: fix potential memleak on error path from vfs_getxattr_alloc()\\n\\nIn cap_inode_getsecurity(), we will use vfs_getxattr_alloc() to\\ncomplete the memory allocation of tmpbuf, if we have completed\\nthe memory allocation of tmpbuf, but failed to call handler-\u003eget(...),\\nthere will be a memleak in below logic:\\n\\n |-- ret = (int)vfs_getxattr_alloc(mnt_userns, ...)\\n | /* ^^^ alloc for tmpbuf */\\n |-- value = krealloc(*xattr_value, error + 1, flags)\\n | /* ^^^ alloc memory */\\n |-- error = handler-\u003eget(handler, ...)\\n | /* error! */\\n |-- *xattr_value = value\\n | /* xattr_value is \u0026tmpbuf (memory leak!) */\\n\\nSo we will try to free(tmpbuf) after vfs_getxattr_alloc() fails to fix it.\\n\\n[PM: subject line and backtrace tweaks]\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"4.14.299\", \"versionStartIncluding\": \"4.14\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"4.19.265\", \"versionStartIncluding\": \"4.14\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.4.224\", \"versionStartIncluding\": \"4.14\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.10.154\", \"versionStartIncluding\": \"4.14\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.15.78\", \"versionStartIncluding\": \"4.14\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.0.8\", \"versionStartIncluding\": \"4.14\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.1\", \"versionStartIncluding\": \"4.14\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2025-05-04T08:47:53.416Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2022-49890\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-10-01T16:08:36.059Z\", \"dateReserved\": \"2025-05-01T14:05:17.242Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2025-05-01T14:10:34.481Z\", \"assignerShortName\": \"Linux\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
suse-su-2025:02173-1
Vulnerability from csaf_suse
Published
2025-06-30 13:01
Modified
2025-06-30 13:01
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 bugfixes.
The following security bugs were fixed:
- CVE-2022-49775: tcp: cdg: allow tcp_cdg_release() to be called multiple times (bsc#1242245).
- CVE-2024-53168: net: make sock_inuse_add() available (bsc#1234887).
- CVE-2024-56558: nfsd: make sure exp active before svc_export_show (bsc#1235100).
- CVE-2025-21999: proc: fix UAF in proc_get_inode() (bsc#1240802).
- CVE-2025-22056: netfilter: nft_tunnel: fix geneve_opt type confusion addition (bsc#1241525).
- CVE-2025-23145: mptcp: fix NULL pointer in can_accept_new_subflow (bsc#1242596).
- CVE-2025-37789: net: openvswitch: fix nested key length validation in the set() action (bsc#1242762).
- CVE-2024-28956: x86/its: Add support for ITS-safe indirect thunk (bsc#1242006).
- CVE-2025-37785: ext4: fix OOB read when checking dotdot dir (bsc#1241640).
The following non-security bugs were fixed:
- Drivers: hv: Allow vmbus_sendpacket_mpb_desc() to create multiple ranges (bsc#1243737).
- Move upstreamed sched/membarrier patch into sorted section
- Remove debug flavor (bsc#1243919). This is only released in Leap, and we do not have Leap 15.4 anymore.
- Remove debug flavor (bsc#1243919). This is only released in Leap, and we do not have Leap 15.5 anymore.
- Use gcc-13 for build on SLE16 (jsc#PED-10028).
- arm64: bpf: Add BHB mitigation to the epilogue for cBPF programs (bsc#1242778).
- arm64: bpf: Only mitigate cBPF programs loaded by unprivileged users (bsc#1242778).
- arm64: insn: Add support for encoding DSB (bsc#1242778).
- arm64: proton-pack: Add new CPUs 'k' values for branch mitigation (bsc#1242778).
- arm64: proton-pack: Expose whether the branchy loop k value (bsc#1242778).
- arm64: proton-pack: Expose whether the platform is mitigated by firmware (bsc#1242778).
- hv_netvsc: Preserve contiguous PFN grouping in the page buffer array (bsc#1243737).
- hv_netvsc: Remove rmsg_pgcnt (bsc#1243737).
- hv_netvsc: Use vmbus_sendpacket_mpb_desc() to send VMBus messages (bsc#1243737).
- mtd: phram: Add the kernel lock down check (bsc#1232649).
- net :mana :Add remaining GDMA stats for MANA to ethtool (bsc#1234395).
- net :mana :Request a V2 response version for MANA_QUERY_GF_STAT (bsc#1234395).
- net: mana: Add gdma stats to ethtool output for mana (bsc#1234395).
- nvme-pci: acquire cq_poll_lock in nvme_poll_irqdisable (bsc#1223096).
- ocfs2: fix the issue with discontiguous allocation in the global_bitmap (git-fixes).
- powerpc/pseries/iommu: IOMMU incorrectly marks MMIO range in DDW (bsc#1218470 ltc#204531).
- rpm/kernel-binary.spec.in: Also order against update-bootloader (boo#1228659, boo#1240785, boo#1241038).
- rpm/kernel-binary.spec.in: Fix missing 20-kernel-default-extra.conf (bsc#1239986)
- rpm/kernel-binary.spec.in: fix KMPs build on 6.13+ (bsc#1234454)
- rpm/kernel-docs.spec.in: Workaround for reproducible builds (bsc#1238303)
- rpm/release-projects: Update the ALP projects again (bsc#1231293).
- rpm/split-modules: Fix optional splitting with usrmerge (bsc#1238570)
- scsi: core: Fix unremoved procfs host directory regression (git-fixes).
- tcp: Dump bound-only sockets in inet_diag (bsc#1204562).
- tpm, tpm_tis: Workaround failed command reception on Infineon devices (bsc#1235870).
- tpm: tis: Double the timeout B to 4s (bsc#1235870).
- x86/bhi: Do not set BHI_DIS_S in 32-bit mode (bsc#1242778).
- x86/bpf: Add IBHF call at end of classic BPF (bsc#1242778).
- x86/bpf: Call branch history clearing sequence on exit (bsc#1242778).
Patchnames
SUSE-2025-2173,SUSE-SLE-Micro-5.5-2025-2173,SUSE-SLE-Module-Live-Patching-15-SP5-2025-2173,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-2173,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-2173,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-2173,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-2173
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 bugfixes.\n\n\nThe following security bugs were fixed:\n\n- CVE-2022-49775: tcp: cdg: allow tcp_cdg_release() to be called multiple times (bsc#1242245).\n- CVE-2024-53168: net: make sock_inuse_add() available (bsc#1234887).\n- CVE-2024-56558: nfsd: make sure exp active before svc_export_show (bsc#1235100).\n- CVE-2025-21999: proc: fix UAF in proc_get_inode() (bsc#1240802).\n- CVE-2025-22056: netfilter: nft_tunnel: fix geneve_opt type confusion addition (bsc#1241525).\n- CVE-2025-23145: mptcp: fix NULL pointer in can_accept_new_subflow (bsc#1242596).\n- CVE-2025-37789: net: openvswitch: fix nested key length validation in the set() action (bsc#1242762).\n- CVE-2024-28956: x86/its: Add support for ITS-safe indirect thunk (bsc#1242006).\n- CVE-2025-37785: ext4: fix OOB read when checking dotdot dir (bsc#1241640).\n\nThe following non-security bugs were fixed:\n\n- Drivers: hv: Allow vmbus_sendpacket_mpb_desc() to create multiple ranges (bsc#1243737).\n- Move upstreamed sched/membarrier patch into sorted section\n- Remove debug flavor (bsc#1243919). This is only released in Leap, and we do not have Leap 15.4 anymore.\n- Remove debug flavor (bsc#1243919). This is only released in Leap, and we do not have Leap 15.5 anymore.\n- Use gcc-13 for build on SLE16 (jsc#PED-10028).\n- arm64: bpf: Add BHB mitigation to the epilogue for cBPF programs (bsc#1242778).\n- arm64: bpf: Only mitigate cBPF programs loaded by unprivileged users (bsc#1242778).\n- arm64: insn: Add support for encoding DSB (bsc#1242778).\n- arm64: proton-pack: Add new CPUs \u0027k\u0027 values for branch mitigation (bsc#1242778).\n- arm64: proton-pack: Expose whether the branchy loop k value (bsc#1242778).\n- arm64: proton-pack: Expose whether the platform is mitigated by firmware (bsc#1242778).\n- hv_netvsc: Preserve contiguous PFN grouping in the page buffer array (bsc#1243737).\n- hv_netvsc: Remove rmsg_pgcnt (bsc#1243737).\n- hv_netvsc: Use vmbus_sendpacket_mpb_desc() to send VMBus messages (bsc#1243737).\n- mtd: phram: Add the kernel lock down check (bsc#1232649).\n- net :mana :Add remaining GDMA stats for MANA to ethtool (bsc#1234395).\n- net :mana :Request a V2 response version for MANA_QUERY_GF_STAT (bsc#1234395).\n- net: mana: Add gdma stats to ethtool output for mana (bsc#1234395).\n- nvme-pci: acquire cq_poll_lock in nvme_poll_irqdisable (bsc#1223096).\n- ocfs2: fix the issue with discontiguous allocation in the global_bitmap (git-fixes).\n- powerpc/pseries/iommu: IOMMU incorrectly marks MMIO range in DDW (bsc#1218470 ltc#204531).\n- rpm/kernel-binary.spec.in: Also order against update-bootloader (boo#1228659, boo#1240785, boo#1241038).\n- rpm/kernel-binary.spec.in: Fix missing 20-kernel-default-extra.conf (bsc#1239986)\n- rpm/kernel-binary.spec.in: fix KMPs build on 6.13+ (bsc#1234454)\n- rpm/kernel-docs.spec.in: Workaround for reproducible builds (bsc#1238303)\n- rpm/release-projects: Update the ALP projects again (bsc#1231293).\n- rpm/split-modules: Fix optional splitting with usrmerge (bsc#1238570)\n- scsi: core: Fix unremoved procfs host directory regression (git-fixes).\n- tcp: Dump bound-only sockets in inet_diag (bsc#1204562).\n- tpm, tpm_tis: Workaround failed command reception on Infineon devices (bsc#1235870).\n- tpm: tis: Double the timeout B to 4s (bsc#1235870).\n- x86/bhi: Do not set BHI_DIS_S in 32-bit mode (bsc#1242778).\n- x86/bpf: Add IBHF call at end of classic BPF (bsc#1242778).\n- x86/bpf: Call branch history clearing sequence on exit (bsc#1242778).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2173,SUSE-SLE-Micro-5.5-2025-2173,SUSE-SLE-Module-Live-Patching-15-SP5-2025-2173,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-2173,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-2173,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-2173,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-2173",
"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-2025_02173-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02173-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502173-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02173-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-June/040551.html"
},
{
"category": "self",
"summary": "SUSE Bug 1184350",
"url": "https://bugzilla.suse.com/1184350"
},
{
"category": "self",
"summary": "SUSE Bug 1193629",
"url": "https://bugzilla.suse.com/1193629"
},
{
"category": "self",
"summary": "SUSE Bug 1204562",
"url": "https://bugzilla.suse.com/1204562"
},
{
"category": "self",
"summary": "SUSE Bug 1204569",
"url": "https://bugzilla.suse.com/1204569"
},
{
"category": "self",
"summary": "SUSE Bug 1204619",
"url": "https://bugzilla.suse.com/1204619"
},
{
"category": "self",
"summary": "SUSE Bug 1204705",
"url": "https://bugzilla.suse.com/1204705"
},
{
"category": "self",
"summary": "SUSE Bug 1205282",
"url": "https://bugzilla.suse.com/1205282"
},
{
"category": "self",
"summary": "SUSE Bug 1206051",
"url": "https://bugzilla.suse.com/1206051"
},
{
"category": "self",
"summary": "SUSE Bug 1206073",
"url": "https://bugzilla.suse.com/1206073"
},
{
"category": "self",
"summary": "SUSE Bug 1206649",
"url": "https://bugzilla.suse.com/1206649"
},
{
"category": "self",
"summary": "SUSE Bug 1206843",
"url": "https://bugzilla.suse.com/1206843"
},
{
"category": "self",
"summary": "SUSE Bug 1206886",
"url": "https://bugzilla.suse.com/1206886"
},
{
"category": "self",
"summary": "SUSE Bug 1206887",
"url": "https://bugzilla.suse.com/1206887"
},
{
"category": "self",
"summary": "SUSE Bug 1207361",
"url": "https://bugzilla.suse.com/1207361"
},
{
"category": "self",
"summary": "SUSE Bug 1208105",
"url": "https://bugzilla.suse.com/1208105"
},
{
"category": "self",
"summary": "SUSE Bug 1208542",
"url": "https://bugzilla.suse.com/1208542"
},
{
"category": "self",
"summary": "SUSE Bug 1209292",
"url": "https://bugzilla.suse.com/1209292"
},
{
"category": "self",
"summary": "SUSE Bug 1209556",
"url": "https://bugzilla.suse.com/1209556"
},
{
"category": "self",
"summary": "SUSE Bug 1209684",
"url": "https://bugzilla.suse.com/1209684"
},
{
"category": "self",
"summary": "SUSE Bug 1209780",
"url": "https://bugzilla.suse.com/1209780"
},
{
"category": "self",
"summary": "SUSE Bug 1209980",
"url": "https://bugzilla.suse.com/1209980"
},
{
"category": "self",
"summary": "SUSE Bug 1210337",
"url": "https://bugzilla.suse.com/1210337"
},
{
"category": "self",
"summary": "SUSE Bug 1210763",
"url": "https://bugzilla.suse.com/1210763"
},
{
"category": "self",
"summary": "SUSE Bug 1210767",
"url": "https://bugzilla.suse.com/1210767"
},
{
"category": "self",
"summary": "SUSE Bug 1211465",
"url": "https://bugzilla.suse.com/1211465"
},
{
"category": "self",
"summary": "SUSE Bug 1213012",
"url": "https://bugzilla.suse.com/1213012"
},
{
"category": "self",
"summary": "SUSE Bug 1213013",
"url": "https://bugzilla.suse.com/1213013"
},
{
"category": "self",
"summary": "SUSE Bug 1213094",
"url": "https://bugzilla.suse.com/1213094"
},
{
"category": "self",
"summary": "SUSE Bug 1213096",
"url": "https://bugzilla.suse.com/1213096"
},
{
"category": "self",
"summary": "SUSE Bug 1213233",
"url": "https://bugzilla.suse.com/1213233"
},
{
"category": "self",
"summary": "SUSE Bug 1213946",
"url": "https://bugzilla.suse.com/1213946"
},
{
"category": "self",
"summary": "SUSE Bug 1214991",
"url": "https://bugzilla.suse.com/1214991"
},
{
"category": "self",
"summary": "SUSE Bug 1218470",
"url": "https://bugzilla.suse.com/1218470"
},
{
"category": "self",
"summary": "SUSE Bug 1222629",
"url": "https://bugzilla.suse.com/1222629"
},
{
"category": "self",
"summary": "SUSE Bug 1223096",
"url": "https://bugzilla.suse.com/1223096"
},
{
"category": "self",
"summary": "SUSE Bug 1225903",
"url": "https://bugzilla.suse.com/1225903"
},
{
"category": "self",
"summary": "SUSE Bug 1228659",
"url": "https://bugzilla.suse.com/1228659"
},
{
"category": "self",
"summary": "SUSE Bug 1231293",
"url": "https://bugzilla.suse.com/1231293"
},
{
"category": "self",
"summary": "SUSE Bug 1232649",
"url": "https://bugzilla.suse.com/1232649"
},
{
"category": "self",
"summary": "SUSE Bug 1234395",
"url": "https://bugzilla.suse.com/1234395"
},
{
"category": "self",
"summary": "SUSE Bug 1234454",
"url": "https://bugzilla.suse.com/1234454"
},
{
"category": "self",
"summary": "SUSE Bug 1234887",
"url": "https://bugzilla.suse.com/1234887"
},
{
"category": "self",
"summary": "SUSE Bug 1235100",
"url": "https://bugzilla.suse.com/1235100"
},
{
"category": "self",
"summary": "SUSE Bug 1235870",
"url": "https://bugzilla.suse.com/1235870"
},
{
"category": "self",
"summary": "SUSE Bug 1238303",
"url": "https://bugzilla.suse.com/1238303"
},
{
"category": "self",
"summary": "SUSE Bug 1238570",
"url": "https://bugzilla.suse.com/1238570"
},
{
"category": "self",
"summary": "SUSE Bug 1239986",
"url": "https://bugzilla.suse.com/1239986"
},
{
"category": "self",
"summary": "SUSE Bug 1240785",
"url": "https://bugzilla.suse.com/1240785"
},
{
"category": "self",
"summary": "SUSE Bug 1240802",
"url": "https://bugzilla.suse.com/1240802"
},
{
"category": "self",
"summary": "SUSE Bug 1241038",
"url": "https://bugzilla.suse.com/1241038"
},
{
"category": "self",
"summary": "SUSE Bug 1241525",
"url": "https://bugzilla.suse.com/1241525"
},
{
"category": "self",
"summary": "SUSE Bug 1241640",
"url": "https://bugzilla.suse.com/1241640"
},
{
"category": "self",
"summary": "SUSE Bug 1242006",
"url": "https://bugzilla.suse.com/1242006"
},
{
"category": "self",
"summary": "SUSE Bug 1242146",
"url": "https://bugzilla.suse.com/1242146"
},
{
"category": "self",
"summary": "SUSE Bug 1242147",
"url": "https://bugzilla.suse.com/1242147"
},
{
"category": "self",
"summary": "SUSE Bug 1242150",
"url": "https://bugzilla.suse.com/1242150"
},
{
"category": "self",
"summary": "SUSE Bug 1242151",
"url": "https://bugzilla.suse.com/1242151"
},
{
"category": "self",
"summary": "SUSE Bug 1242154",
"url": "https://bugzilla.suse.com/1242154"
},
{
"category": "self",
"summary": "SUSE Bug 1242157",
"url": "https://bugzilla.suse.com/1242157"
},
{
"category": "self",
"summary": "SUSE Bug 1242158",
"url": "https://bugzilla.suse.com/1242158"
},
{
"category": "self",
"summary": "SUSE Bug 1242160",
"url": "https://bugzilla.suse.com/1242160"
},
{
"category": "self",
"summary": "SUSE Bug 1242164",
"url": "https://bugzilla.suse.com/1242164"
},
{
"category": "self",
"summary": "SUSE Bug 1242165",
"url": "https://bugzilla.suse.com/1242165"
},
{
"category": "self",
"summary": "SUSE Bug 1242169",
"url": "https://bugzilla.suse.com/1242169"
},
{
"category": "self",
"summary": "SUSE Bug 1242215",
"url": "https://bugzilla.suse.com/1242215"
},
{
"category": "self",
"summary": "SUSE Bug 1242217",
"url": "https://bugzilla.suse.com/1242217"
},
{
"category": "self",
"summary": "SUSE Bug 1242218",
"url": "https://bugzilla.suse.com/1242218"
},
{
"category": "self",
"summary": "SUSE Bug 1242219",
"url": "https://bugzilla.suse.com/1242219"
},
{
"category": "self",
"summary": "SUSE Bug 1242222",
"url": "https://bugzilla.suse.com/1242222"
},
{
"category": "self",
"summary": "SUSE Bug 1242224",
"url": "https://bugzilla.suse.com/1242224"
},
{
"category": "self",
"summary": "SUSE Bug 1242226",
"url": "https://bugzilla.suse.com/1242226"
},
{
"category": "self",
"summary": "SUSE Bug 1242227",
"url": "https://bugzilla.suse.com/1242227"
},
{
"category": "self",
"summary": "SUSE Bug 1242228",
"url": "https://bugzilla.suse.com/1242228"
},
{
"category": "self",
"summary": "SUSE Bug 1242229",
"url": "https://bugzilla.suse.com/1242229"
},
{
"category": "self",
"summary": "SUSE Bug 1242230",
"url": "https://bugzilla.suse.com/1242230"
},
{
"category": "self",
"summary": "SUSE Bug 1242231",
"url": "https://bugzilla.suse.com/1242231"
},
{
"category": "self",
"summary": "SUSE Bug 1242232",
"url": "https://bugzilla.suse.com/1242232"
},
{
"category": "self",
"summary": "SUSE Bug 1242237",
"url": "https://bugzilla.suse.com/1242237"
},
{
"category": "self",
"summary": "SUSE Bug 1242239",
"url": "https://bugzilla.suse.com/1242239"
},
{
"category": "self",
"summary": "SUSE Bug 1242240",
"url": "https://bugzilla.suse.com/1242240"
},
{
"category": "self",
"summary": "SUSE Bug 1242241",
"url": "https://bugzilla.suse.com/1242241"
},
{
"category": "self",
"summary": "SUSE Bug 1242244",
"url": "https://bugzilla.suse.com/1242244"
},
{
"category": "self",
"summary": "SUSE Bug 1242245",
"url": "https://bugzilla.suse.com/1242245"
},
{
"category": "self",
"summary": "SUSE Bug 1242248",
"url": "https://bugzilla.suse.com/1242248"
},
{
"category": "self",
"summary": "SUSE Bug 1242249",
"url": "https://bugzilla.suse.com/1242249"
},
{
"category": "self",
"summary": "SUSE Bug 1242261",
"url": "https://bugzilla.suse.com/1242261"
},
{
"category": "self",
"summary": "SUSE Bug 1242264",
"url": "https://bugzilla.suse.com/1242264"
},
{
"category": "self",
"summary": "SUSE Bug 1242265",
"url": "https://bugzilla.suse.com/1242265"
},
{
"category": "self",
"summary": "SUSE Bug 1242270",
"url": "https://bugzilla.suse.com/1242270"
},
{
"category": "self",
"summary": "SUSE Bug 1242276",
"url": "https://bugzilla.suse.com/1242276"
},
{
"category": "self",
"summary": "SUSE Bug 1242278",
"url": "https://bugzilla.suse.com/1242278"
},
{
"category": "self",
"summary": "SUSE Bug 1242279",
"url": "https://bugzilla.suse.com/1242279"
},
{
"category": "self",
"summary": "SUSE Bug 1242280",
"url": "https://bugzilla.suse.com/1242280"
},
{
"category": "self",
"summary": "SUSE Bug 1242281",
"url": "https://bugzilla.suse.com/1242281"
},
{
"category": "self",
"summary": "SUSE Bug 1242282",
"url": "https://bugzilla.suse.com/1242282"
},
{
"category": "self",
"summary": "SUSE Bug 1242285",
"url": "https://bugzilla.suse.com/1242285"
},
{
"category": "self",
"summary": "SUSE Bug 1242286",
"url": "https://bugzilla.suse.com/1242286"
},
{
"category": "self",
"summary": "SUSE Bug 1242289",
"url": "https://bugzilla.suse.com/1242289"
},
{
"category": "self",
"summary": "SUSE Bug 1242294",
"url": "https://bugzilla.suse.com/1242294"
},
{
"category": "self",
"summary": "SUSE Bug 1242295",
"url": "https://bugzilla.suse.com/1242295"
},
{
"category": "self",
"summary": "SUSE Bug 1242298",
"url": "https://bugzilla.suse.com/1242298"
},
{
"category": "self",
"summary": "SUSE Bug 1242302",
"url": "https://bugzilla.suse.com/1242302"
},
{
"category": "self",
"summary": "SUSE Bug 1242305",
"url": "https://bugzilla.suse.com/1242305"
},
{
"category": "self",
"summary": "SUSE Bug 1242311",
"url": "https://bugzilla.suse.com/1242311"
},
{
"category": "self",
"summary": "SUSE Bug 1242312",
"url": "https://bugzilla.suse.com/1242312"
},
{
"category": "self",
"summary": "SUSE Bug 1242320",
"url": "https://bugzilla.suse.com/1242320"
},
{
"category": "self",
"summary": "SUSE Bug 1242338",
"url": "https://bugzilla.suse.com/1242338"
},
{
"category": "self",
"summary": "SUSE Bug 1242349",
"url": "https://bugzilla.suse.com/1242349"
},
{
"category": "self",
"summary": "SUSE Bug 1242351",
"url": "https://bugzilla.suse.com/1242351"
},
{
"category": "self",
"summary": "SUSE Bug 1242352",
"url": "https://bugzilla.suse.com/1242352"
},
{
"category": "self",
"summary": "SUSE Bug 1242353",
"url": "https://bugzilla.suse.com/1242353"
},
{
"category": "self",
"summary": "SUSE Bug 1242355",
"url": "https://bugzilla.suse.com/1242355"
},
{
"category": "self",
"summary": "SUSE Bug 1242357",
"url": "https://bugzilla.suse.com/1242357"
},
{
"category": "self",
"summary": "SUSE Bug 1242358",
"url": "https://bugzilla.suse.com/1242358"
},
{
"category": "self",
"summary": "SUSE Bug 1242359",
"url": "https://bugzilla.suse.com/1242359"
},
{
"category": "self",
"summary": "SUSE Bug 1242360",
"url": "https://bugzilla.suse.com/1242360"
},
{
"category": "self",
"summary": "SUSE Bug 1242361",
"url": "https://bugzilla.suse.com/1242361"
},
{
"category": "self",
"summary": "SUSE Bug 1242365",
"url": "https://bugzilla.suse.com/1242365"
},
{
"category": "self",
"summary": "SUSE Bug 1242366",
"url": "https://bugzilla.suse.com/1242366"
},
{
"category": "self",
"summary": "SUSE Bug 1242369",
"url": "https://bugzilla.suse.com/1242369"
},
{
"category": "self",
"summary": "SUSE Bug 1242370",
"url": "https://bugzilla.suse.com/1242370"
},
{
"category": "self",
"summary": "SUSE Bug 1242371",
"url": "https://bugzilla.suse.com/1242371"
},
{
"category": "self",
"summary": "SUSE Bug 1242372",
"url": "https://bugzilla.suse.com/1242372"
},
{
"category": "self",
"summary": "SUSE Bug 1242377",
"url": "https://bugzilla.suse.com/1242377"
},
{
"category": "self",
"summary": "SUSE Bug 1242378",
"url": "https://bugzilla.suse.com/1242378"
},
{
"category": "self",
"summary": "SUSE Bug 1242380",
"url": "https://bugzilla.suse.com/1242380"
},
{
"category": "self",
"summary": "SUSE Bug 1242381",
"url": "https://bugzilla.suse.com/1242381"
},
{
"category": "self",
"summary": "SUSE Bug 1242382",
"url": "https://bugzilla.suse.com/1242382"
},
{
"category": "self",
"summary": "SUSE Bug 1242385",
"url": "https://bugzilla.suse.com/1242385"
},
{
"category": "self",
"summary": "SUSE Bug 1242387",
"url": "https://bugzilla.suse.com/1242387"
},
{
"category": "self",
"summary": "SUSE Bug 1242389",
"url": "https://bugzilla.suse.com/1242389"
},
{
"category": "self",
"summary": "SUSE Bug 1242391",
"url": "https://bugzilla.suse.com/1242391"
},
{
"category": "self",
"summary": "SUSE Bug 1242392",
"url": "https://bugzilla.suse.com/1242392"
},
{
"category": "self",
"summary": "SUSE Bug 1242393",
"url": "https://bugzilla.suse.com/1242393"
},
{
"category": "self",
"summary": "SUSE Bug 1242394",
"url": "https://bugzilla.suse.com/1242394"
},
{
"category": "self",
"summary": "SUSE Bug 1242398",
"url": "https://bugzilla.suse.com/1242398"
},
{
"category": "self",
"summary": "SUSE Bug 1242399",
"url": "https://bugzilla.suse.com/1242399"
},
{
"category": "self",
"summary": "SUSE Bug 1242400",
"url": "https://bugzilla.suse.com/1242400"
},
{
"category": "self",
"summary": "SUSE Bug 1242402",
"url": "https://bugzilla.suse.com/1242402"
},
{
"category": "self",
"summary": "SUSE Bug 1242403",
"url": "https://bugzilla.suse.com/1242403"
},
{
"category": "self",
"summary": "SUSE Bug 1242405",
"url": "https://bugzilla.suse.com/1242405"
},
{
"category": "self",
"summary": "SUSE Bug 1242406",
"url": "https://bugzilla.suse.com/1242406"
},
{
"category": "self",
"summary": "SUSE Bug 1242409",
"url": "https://bugzilla.suse.com/1242409"
},
{
"category": "self",
"summary": "SUSE Bug 1242410",
"url": "https://bugzilla.suse.com/1242410"
},
{
"category": "self",
"summary": "SUSE Bug 1242411",
"url": "https://bugzilla.suse.com/1242411"
},
{
"category": "self",
"summary": "SUSE Bug 1242415",
"url": "https://bugzilla.suse.com/1242415"
},
{
"category": "self",
"summary": "SUSE Bug 1242416",
"url": "https://bugzilla.suse.com/1242416"
},
{
"category": "self",
"summary": "SUSE Bug 1242421",
"url": "https://bugzilla.suse.com/1242421"
},
{
"category": "self",
"summary": "SUSE Bug 1242422",
"url": "https://bugzilla.suse.com/1242422"
},
{
"category": "self",
"summary": "SUSE Bug 1242425",
"url": "https://bugzilla.suse.com/1242425"
},
{
"category": "self",
"summary": "SUSE Bug 1242426",
"url": "https://bugzilla.suse.com/1242426"
},
{
"category": "self",
"summary": "SUSE Bug 1242428",
"url": "https://bugzilla.suse.com/1242428"
},
{
"category": "self",
"summary": "SUSE Bug 1242440",
"url": "https://bugzilla.suse.com/1242440"
},
{
"category": "self",
"summary": "SUSE Bug 1242443",
"url": "https://bugzilla.suse.com/1242443"
},
{
"category": "self",
"summary": "SUSE Bug 1242448",
"url": "https://bugzilla.suse.com/1242448"
},
{
"category": "self",
"summary": "SUSE Bug 1242449",
"url": "https://bugzilla.suse.com/1242449"
},
{
"category": "self",
"summary": "SUSE Bug 1242452",
"url": "https://bugzilla.suse.com/1242452"
},
{
"category": "self",
"summary": "SUSE Bug 1242453",
"url": "https://bugzilla.suse.com/1242453"
},
{
"category": "self",
"summary": "SUSE Bug 1242454",
"url": "https://bugzilla.suse.com/1242454"
},
{
"category": "self",
"summary": "SUSE Bug 1242455",
"url": "https://bugzilla.suse.com/1242455"
},
{
"category": "self",
"summary": "SUSE Bug 1242456",
"url": "https://bugzilla.suse.com/1242456"
},
{
"category": "self",
"summary": "SUSE Bug 1242458",
"url": "https://bugzilla.suse.com/1242458"
},
{
"category": "self",
"summary": "SUSE Bug 1242464",
"url": "https://bugzilla.suse.com/1242464"
},
{
"category": "self",
"summary": "SUSE Bug 1242465",
"url": "https://bugzilla.suse.com/1242465"
},
{
"category": "self",
"summary": "SUSE Bug 1242467",
"url": "https://bugzilla.suse.com/1242467"
},
{
"category": "self",
"summary": "SUSE Bug 1242469",
"url": "https://bugzilla.suse.com/1242469"
},
{
"category": "self",
"summary": "SUSE Bug 1242473",
"url": "https://bugzilla.suse.com/1242473"
},
{
"category": "self",
"summary": "SUSE Bug 1242474",
"url": "https://bugzilla.suse.com/1242474"
},
{
"category": "self",
"summary": "SUSE Bug 1242478",
"url": "https://bugzilla.suse.com/1242478"
},
{
"category": "self",
"summary": "SUSE Bug 1242481",
"url": "https://bugzilla.suse.com/1242481"
},
{
"category": "self",
"summary": "SUSE Bug 1242484",
"url": "https://bugzilla.suse.com/1242484"
},
{
"category": "self",
"summary": "SUSE Bug 1242489",
"url": "https://bugzilla.suse.com/1242489"
},
{
"category": "self",
"summary": "SUSE Bug 1242497",
"url": "https://bugzilla.suse.com/1242497"
},
{
"category": "self",
"summary": "SUSE Bug 1242527",
"url": "https://bugzilla.suse.com/1242527"
},
{
"category": "self",
"summary": "SUSE Bug 1242542",
"url": "https://bugzilla.suse.com/1242542"
},
{
"category": "self",
"summary": "SUSE Bug 1242544",
"url": "https://bugzilla.suse.com/1242544"
},
{
"category": "self",
"summary": "SUSE Bug 1242545",
"url": "https://bugzilla.suse.com/1242545"
},
{
"category": "self",
"summary": "SUSE Bug 1242547",
"url": "https://bugzilla.suse.com/1242547"
},
{
"category": "self",
"summary": "SUSE Bug 1242548",
"url": "https://bugzilla.suse.com/1242548"
},
{
"category": "self",
"summary": "SUSE Bug 1242549",
"url": "https://bugzilla.suse.com/1242549"
},
{
"category": "self",
"summary": "SUSE Bug 1242550",
"url": "https://bugzilla.suse.com/1242550"
},
{
"category": "self",
"summary": "SUSE Bug 1242551",
"url": "https://bugzilla.suse.com/1242551"
},
{
"category": "self",
"summary": "SUSE Bug 1242558",
"url": "https://bugzilla.suse.com/1242558"
},
{
"category": "self",
"summary": "SUSE Bug 1242570",
"url": "https://bugzilla.suse.com/1242570"
},
{
"category": "self",
"summary": "SUSE Bug 1242580",
"url": "https://bugzilla.suse.com/1242580"
},
{
"category": "self",
"summary": "SUSE Bug 1242586",
"url": "https://bugzilla.suse.com/1242586"
},
{
"category": "self",
"summary": "SUSE Bug 1242589",
"url": "https://bugzilla.suse.com/1242589"
},
{
"category": "self",
"summary": "SUSE Bug 1242596",
"url": "https://bugzilla.suse.com/1242596"
},
{
"category": "self",
"summary": "SUSE Bug 1242597",
"url": "https://bugzilla.suse.com/1242597"
},
{
"category": "self",
"summary": "SUSE Bug 1242685",
"url": "https://bugzilla.suse.com/1242685"
},
{
"category": "self",
"summary": "SUSE Bug 1242686",
"url": "https://bugzilla.suse.com/1242686"
},
{
"category": "self",
"summary": "SUSE Bug 1242688",
"url": "https://bugzilla.suse.com/1242688"
},
{
"category": "self",
"summary": "SUSE Bug 1242689",
"url": "https://bugzilla.suse.com/1242689"
},
{
"category": "self",
"summary": "SUSE Bug 1242695",
"url": "https://bugzilla.suse.com/1242695"
},
{
"category": "self",
"summary": "SUSE Bug 1242716",
"url": "https://bugzilla.suse.com/1242716"
},
{
"category": "self",
"summary": "SUSE Bug 1242733",
"url": "https://bugzilla.suse.com/1242733"
},
{
"category": "self",
"summary": "SUSE Bug 1242734",
"url": "https://bugzilla.suse.com/1242734"
},
{
"category": "self",
"summary": "SUSE Bug 1242735",
"url": "https://bugzilla.suse.com/1242735"
},
{
"category": "self",
"summary": "SUSE Bug 1242736",
"url": "https://bugzilla.suse.com/1242736"
},
{
"category": "self",
"summary": "SUSE Bug 1242739",
"url": "https://bugzilla.suse.com/1242739"
},
{
"category": "self",
"summary": "SUSE Bug 1242740",
"url": "https://bugzilla.suse.com/1242740"
},
{
"category": "self",
"summary": "SUSE Bug 1242743",
"url": "https://bugzilla.suse.com/1242743"
},
{
"category": "self",
"summary": "SUSE Bug 1242744",
"url": "https://bugzilla.suse.com/1242744"
},
{
"category": "self",
"summary": "SUSE Bug 1242745",
"url": "https://bugzilla.suse.com/1242745"
},
{
"category": "self",
"summary": "SUSE Bug 1242746",
"url": "https://bugzilla.suse.com/1242746"
},
{
"category": "self",
"summary": "SUSE Bug 1242747",
"url": "https://bugzilla.suse.com/1242747"
},
{
"category": "self",
"summary": "SUSE Bug 1242748",
"url": "https://bugzilla.suse.com/1242748"
},
{
"category": "self",
"summary": "SUSE Bug 1242749",
"url": "https://bugzilla.suse.com/1242749"
},
{
"category": "self",
"summary": "SUSE Bug 1242751",
"url": "https://bugzilla.suse.com/1242751"
},
{
"category": "self",
"summary": "SUSE Bug 1242752",
"url": "https://bugzilla.suse.com/1242752"
},
{
"category": "self",
"summary": "SUSE Bug 1242753",
"url": "https://bugzilla.suse.com/1242753"
},
{
"category": "self",
"summary": "SUSE Bug 1242756",
"url": "https://bugzilla.suse.com/1242756"
},
{
"category": "self",
"summary": "SUSE Bug 1242759",
"url": "https://bugzilla.suse.com/1242759"
},
{
"category": "self",
"summary": "SUSE Bug 1242762",
"url": "https://bugzilla.suse.com/1242762"
},
{
"category": "self",
"summary": "SUSE Bug 1242765",
"url": "https://bugzilla.suse.com/1242765"
},
{
"category": "self",
"summary": "SUSE Bug 1242767",
"url": "https://bugzilla.suse.com/1242767"
},
{
"category": "self",
"summary": "SUSE Bug 1242778",
"url": "https://bugzilla.suse.com/1242778"
},
{
"category": "self",
"summary": "SUSE Bug 1242779",
"url": "https://bugzilla.suse.com/1242779"
},
{
"category": "self",
"summary": "SUSE Bug 1242790",
"url": "https://bugzilla.suse.com/1242790"
},
{
"category": "self",
"summary": "SUSE Bug 1242791",
"url": "https://bugzilla.suse.com/1242791"
},
{
"category": "self",
"summary": "SUSE Bug 1243047",
"url": "https://bugzilla.suse.com/1243047"
},
{
"category": "self",
"summary": "SUSE Bug 1243133",
"url": "https://bugzilla.suse.com/1243133"
},
{
"category": "self",
"summary": "SUSE Bug 1243737",
"url": "https://bugzilla.suse.com/1243737"
},
{
"category": "self",
"summary": "SUSE Bug 1243919",
"url": "https://bugzilla.suse.com/1243919"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-3564 page",
"url": "https://www.suse.com/security/cve/CVE-2022-3564/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-3619 page",
"url": "https://www.suse.com/security/cve/CVE-2022-3619/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-3640 page",
"url": "https://www.suse.com/security/cve/CVE-2022-3640/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49762 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49762/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49763 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49763/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49769 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49769/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49770 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49770/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49771 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49771/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49772 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49772/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49773 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49773/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49775 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49775/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49776 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49776/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49777 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49777/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49779 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49779/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49781 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49781/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49783 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49783/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49784 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49784/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49786 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49786/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49787 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49787/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49788 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49788/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49789 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49789/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49790 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49790/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49792 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49792/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49793 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49793/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49794 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49794/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49795 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49795/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49796 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49796/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49797 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49797/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49799 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49799/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49800 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49800/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49801 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49801/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49802 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49802/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49807 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49807/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49809 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49809/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49810 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49810/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49812 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49812/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49813 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49813/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49818 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49818/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49821 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49821/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49822 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49822/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49823 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49823/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49824 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49824/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49825 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49825/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49826 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49826/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49827 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49827/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49830 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49830/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49832 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49832/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49834 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49834/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49835 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49835/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49836 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49836/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49837 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49837/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49839 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49839/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49841 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49841/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49842 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49842/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49845 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49845/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49846 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49846/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49850 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49850/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49853 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49853/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49858 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49858/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49860 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49860/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49861 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49861/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49863 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49863/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49864 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49864/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49865 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49865/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49868 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49869 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49870 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49870/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49871 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49871/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49874 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49874/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49879 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49879/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49880 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49880/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49881 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49881/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49885 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49885/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49886 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49886/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49887 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49887/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49888 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49888/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49889 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49889/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49890 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49890/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49891 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49891/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49892 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49892/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49900 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49900/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49901 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49901/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49902 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49902/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49905 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49905/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49906 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49906/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49908 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49908/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49909 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49909/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49910 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49910/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49915 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49915/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49916 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49916/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49917 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49917/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49918 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49918/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49921 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49921/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49922 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49922/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49923 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49923/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49924 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49924/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49925 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49925/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49927 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49927/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49928 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49928/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49929 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49929/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49931 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49931/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-1990 page",
"url": "https://www.suse.com/security/cve/CVE-2023-1990/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-28866 page",
"url": "https://www.suse.com/security/cve/CVE-2023-28866/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53035 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53035/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53036 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53036/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53038 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53038/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53039 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53039/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53040 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53040/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53041 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53041/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53042 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53042/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53044 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53044/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53045 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53045/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53049 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53049/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53052 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53052/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53054 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53054/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53056 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53056/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53057 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53057/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53058 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53058/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53059 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53059/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53060 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53060/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53062 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53062/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53064 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53064/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53065 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53065/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53066 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53066/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53068 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53068/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53070 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53070/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53071 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53071/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53073 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53073/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53074 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53074/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53075 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53075/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53077 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53077/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53078 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53078/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53079 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53079/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53081 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53081/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53082 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53082/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53084 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53084/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53087 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53087/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53089 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53089/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53090 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53090/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53091 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53091/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53092 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53092/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53093 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53093/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53095 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53095/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53096 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53096/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53098 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53098/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53099 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53099/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53100 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53100/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53101 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53101/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53102 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53102/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53105 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53105/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53106 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53106/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53108 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53108/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53109 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53109/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53111 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53111/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53112 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53112/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53114 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53114/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53116 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53116/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53118 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53118/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53119 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53119/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53123 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53123/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53124 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53124/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53125 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53125/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53128 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53128/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53131 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53131/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53134 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53134/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53137 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53137/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53139 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53139/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53140 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53140/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53142 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53142/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53143 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53143/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53145 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53145/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-26804 page",
"url": "https://www.suse.com/security/cve/CVE-2024-26804/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-28956 page",
"url": "https://www.suse.com/security/cve/CVE-2024-28956/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-53168 page",
"url": "https://www.suse.com/security/cve/CVE-2024-53168/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-56558 page",
"url": "https://www.suse.com/security/cve/CVE-2024-56558/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-21999 page",
"url": "https://www.suse.com/security/cve/CVE-2025-21999/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22056 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22056/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-23145 page",
"url": "https://www.suse.com/security/cve/CVE-2025-23145/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-37785 page",
"url": "https://www.suse.com/security/cve/CVE-2025-37785/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-37789 page",
"url": "https://www.suse.com/security/cve/CVE-2025-37789/"
}
],
"title": "Security update for the Linux Kernel",
"tracking": {
"current_release_date": "2025-06-30T13:01:36Z",
"generator": {
"date": "2025-06-30T13:01:36Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02173-1",
"initial_release_date": "2025-06-30T13:01:36Z",
"revision_history": [
{
"date": "2025-06-30T13:01:36Z",
"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.110.1.aarch64",
"product": {
"name": "cluster-md-kmp-64kb-5.14.21-150500.55.110.1.aarch64",
"product_id": "cluster-md-kmp-64kb-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"product_id": "cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "dlm-kmp-64kb-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "dlm-kmp-64kb-5.14.21-150500.55.110.1.aarch64",
"product_id": "dlm-kmp-64kb-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"product_id": "dlm-kmp-default-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-allwinner-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "dtb-allwinner-5.14.21-150500.55.110.1.aarch64",
"product_id": "dtb-allwinner-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-altera-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "dtb-altera-5.14.21-150500.55.110.1.aarch64",
"product_id": "dtb-altera-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-amazon-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "dtb-amazon-5.14.21-150500.55.110.1.aarch64",
"product_id": "dtb-amazon-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-amd-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "dtb-amd-5.14.21-150500.55.110.1.aarch64",
"product_id": "dtb-amd-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-amlogic-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "dtb-amlogic-5.14.21-150500.55.110.1.aarch64",
"product_id": "dtb-amlogic-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-apm-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "dtb-apm-5.14.21-150500.55.110.1.aarch64",
"product_id": "dtb-apm-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-apple-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "dtb-apple-5.14.21-150500.55.110.1.aarch64",
"product_id": "dtb-apple-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-arm-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "dtb-arm-5.14.21-150500.55.110.1.aarch64",
"product_id": "dtb-arm-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-broadcom-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "dtb-broadcom-5.14.21-150500.55.110.1.aarch64",
"product_id": "dtb-broadcom-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-cavium-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "dtb-cavium-5.14.21-150500.55.110.1.aarch64",
"product_id": "dtb-cavium-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-exynos-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "dtb-exynos-5.14.21-150500.55.110.1.aarch64",
"product_id": "dtb-exynos-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-freescale-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "dtb-freescale-5.14.21-150500.55.110.1.aarch64",
"product_id": "dtb-freescale-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-hisilicon-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "dtb-hisilicon-5.14.21-150500.55.110.1.aarch64",
"product_id": "dtb-hisilicon-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-lg-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "dtb-lg-5.14.21-150500.55.110.1.aarch64",
"product_id": "dtb-lg-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-marvell-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "dtb-marvell-5.14.21-150500.55.110.1.aarch64",
"product_id": "dtb-marvell-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-mediatek-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "dtb-mediatek-5.14.21-150500.55.110.1.aarch64",
"product_id": "dtb-mediatek-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-nvidia-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "dtb-nvidia-5.14.21-150500.55.110.1.aarch64",
"product_id": "dtb-nvidia-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-qcom-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "dtb-qcom-5.14.21-150500.55.110.1.aarch64",
"product_id": "dtb-qcom-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-renesas-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "dtb-renesas-5.14.21-150500.55.110.1.aarch64",
"product_id": "dtb-renesas-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-rockchip-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "dtb-rockchip-5.14.21-150500.55.110.1.aarch64",
"product_id": "dtb-rockchip-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-socionext-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "dtb-socionext-5.14.21-150500.55.110.1.aarch64",
"product_id": "dtb-socionext-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-sprd-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "dtb-sprd-5.14.21-150500.55.110.1.aarch64",
"product_id": "dtb-sprd-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-xilinx-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "dtb-xilinx-5.14.21-150500.55.110.1.aarch64",
"product_id": "dtb-xilinx-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "gfs2-kmp-64kb-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "gfs2-kmp-64kb-5.14.21-150500.55.110.1.aarch64",
"product_id": "gfs2-kmp-64kb-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"product_id": "gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"product_id": "kernel-64kb-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"product_id": "kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-64kb-extra-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "kernel-64kb-extra-5.14.21-150500.55.110.1.aarch64",
"product_id": "kernel-64kb-extra-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-64kb-optional-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "kernel-64kb-optional-5.14.21-150500.55.110.1.aarch64",
"product_id": "kernel-64kb-optional-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-default-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "kernel-default-5.14.21-150500.55.110.1.aarch64",
"product_id": "kernel-default-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"product": {
"name": "kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"product_id": "kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-default-base-rebuild-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"product": {
"name": "kernel-default-base-rebuild-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"product_id": "kernel-default-base-rebuild-5.14.21-150500.55.110.1.150500.6.51.3.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"product_id": "kernel-default-devel-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-default-extra-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "kernel-default-extra-5.14.21-150500.55.110.1.aarch64",
"product_id": "kernel-default-extra-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-default-livepatch-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "kernel-default-livepatch-5.14.21-150500.55.110.1.aarch64",
"product_id": "kernel-default-livepatch-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-default-optional-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "kernel-default-optional-5.14.21-150500.55.110.1.aarch64",
"product_id": "kernel-default-optional-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-kvmsmall-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "kernel-kvmsmall-5.14.21-150500.55.110.1.aarch64",
"product_id": "kernel-kvmsmall-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-kvmsmall-devel-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "kernel-kvmsmall-devel-5.14.21-150500.55.110.1.aarch64",
"product_id": "kernel-kvmsmall-devel-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"product_id": "kernel-obs-build-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-obs-qa-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "kernel-obs-qa-5.14.21-150500.55.110.1.aarch64",
"product_id": "kernel-obs-qa-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-syms-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "kernel-syms-5.14.21-150500.55.110.1.aarch64",
"product_id": "kernel-syms-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "kselftests-kmp-64kb-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "kselftests-kmp-64kb-5.14.21-150500.55.110.1.aarch64",
"product_id": "kselftests-kmp-64kb-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "kselftests-kmp-default-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "kselftests-kmp-default-5.14.21-150500.55.110.1.aarch64",
"product_id": "kselftests-kmp-default-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "ocfs2-kmp-64kb-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "ocfs2-kmp-64kb-5.14.21-150500.55.110.1.aarch64",
"product_id": "ocfs2-kmp-64kb-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"product_id": "ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "reiserfs-kmp-64kb-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "reiserfs-kmp-64kb-5.14.21-150500.55.110.1.aarch64",
"product_id": "reiserfs-kmp-64kb-5.14.21-150500.55.110.1.aarch64"
}
},
{
"category": "product_version",
"name": "reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"product": {
"name": "reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"product_id": "reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-devel-5.14.21-150500.55.110.1.noarch",
"product": {
"name": "kernel-devel-5.14.21-150500.55.110.1.noarch",
"product_id": "kernel-devel-5.14.21-150500.55.110.1.noarch"
}
},
{
"category": "product_version",
"name": "kernel-docs-5.14.21-150500.55.110.1.noarch",
"product": {
"name": "kernel-docs-5.14.21-150500.55.110.1.noarch",
"product_id": "kernel-docs-5.14.21-150500.55.110.1.noarch"
}
},
{
"category": "product_version",
"name": "kernel-docs-html-5.14.21-150500.55.110.1.noarch",
"product": {
"name": "kernel-docs-html-5.14.21-150500.55.110.1.noarch",
"product_id": "kernel-docs-html-5.14.21-150500.55.110.1.noarch"
}
},
{
"category": "product_version",
"name": "kernel-macros-5.14.21-150500.55.110.1.noarch",
"product": {
"name": "kernel-macros-5.14.21-150500.55.110.1.noarch",
"product_id": "kernel-macros-5.14.21-150500.55.110.1.noarch"
}
},
{
"category": "product_version",
"name": "kernel-source-5.14.21-150500.55.110.1.noarch",
"product": {
"name": "kernel-source-5.14.21-150500.55.110.1.noarch",
"product_id": "kernel-source-5.14.21-150500.55.110.1.noarch"
}
},
{
"category": "product_version",
"name": "kernel-source-vanilla-5.14.21-150500.55.110.1.noarch",
"product": {
"name": "kernel-source-vanilla-5.14.21-150500.55.110.1.noarch",
"product_id": "kernel-source-vanilla-5.14.21-150500.55.110.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"product": {
"name": "cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"product_id": "cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le"
}
},
{
"category": "product_version",
"name": "dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"product": {
"name": "dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"product_id": "dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"product": {
"name": "gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"product_id": "gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-default-5.14.21-150500.55.110.1.ppc64le",
"product": {
"name": "kernel-default-5.14.21-150500.55.110.1.ppc64le",
"product_id": "kernel-default-5.14.21-150500.55.110.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"product": {
"name": "kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"product_id": "kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-default-base-rebuild-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"product": {
"name": "kernel-default-base-rebuild-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"product_id": "kernel-default-base-rebuild-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"product": {
"name": "kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"product_id": "kernel-default-devel-5.14.21-150500.55.110.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-default-extra-5.14.21-150500.55.110.1.ppc64le",
"product": {
"name": "kernel-default-extra-5.14.21-150500.55.110.1.ppc64le",
"product_id": "kernel-default-extra-5.14.21-150500.55.110.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"product": {
"name": "kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"product_id": "kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"product": {
"name": "kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"product_id": "kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-default-optional-5.14.21-150500.55.110.1.ppc64le",
"product": {
"name": "kernel-default-optional-5.14.21-150500.55.110.1.ppc64le",
"product_id": "kernel-default-optional-5.14.21-150500.55.110.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-kvmsmall-5.14.21-150500.55.110.1.ppc64le",
"product": {
"name": "kernel-kvmsmall-5.14.21-150500.55.110.1.ppc64le",
"product_id": "kernel-kvmsmall-5.14.21-150500.55.110.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-kvmsmall-devel-5.14.21-150500.55.110.1.ppc64le",
"product": {
"name": "kernel-kvmsmall-devel-5.14.21-150500.55.110.1.ppc64le",
"product_id": "kernel-kvmsmall-devel-5.14.21-150500.55.110.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"product": {
"name": "kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"product_id": "kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"product": {
"name": "kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"product_id": "kernel-obs-build-5.14.21-150500.55.110.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-obs-qa-5.14.21-150500.55.110.1.ppc64le",
"product": {
"name": "kernel-obs-qa-5.14.21-150500.55.110.1.ppc64le",
"product_id": "kernel-obs-qa-5.14.21-150500.55.110.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"product": {
"name": "kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"product_id": "kernel-syms-5.14.21-150500.55.110.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kselftests-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"product": {
"name": "kselftests-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"product_id": "kselftests-kmp-default-5.14.21-150500.55.110.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"product": {
"name": "ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"product_id": "ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le"
}
},
{
"category": "product_version",
"name": "reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"product": {
"name": "reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"product_id": "reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"product": {
"name": "cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"product_id": "cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x"
}
},
{
"category": "product_version",
"name": "dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"product": {
"name": "dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"product_id": "dlm-kmp-default-5.14.21-150500.55.110.1.s390x"
}
},
{
"category": "product_version",
"name": "gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"product": {
"name": "gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"product_id": "gfs2-kmp-default-5.14.21-150500.55.110.1.s390x"
}
},
{
"category": "product_version",
"name": "kernel-default-5.14.21-150500.55.110.1.s390x",
"product": {
"name": "kernel-default-5.14.21-150500.55.110.1.s390x",
"product_id": "kernel-default-5.14.21-150500.55.110.1.s390x"
}
},
{
"category": "product_version",
"name": "kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"product": {
"name": "kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"product_id": "kernel-default-devel-5.14.21-150500.55.110.1.s390x"
}
},
{
"category": "product_version",
"name": "kernel-default-extra-5.14.21-150500.55.110.1.s390x",
"product": {
"name": "kernel-default-extra-5.14.21-150500.55.110.1.s390x",
"product_id": "kernel-default-extra-5.14.21-150500.55.110.1.s390x"
}
},
{
"category": "product_version",
"name": "kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"product": {
"name": "kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"product_id": "kernel-default-livepatch-5.14.21-150500.55.110.1.s390x"
}
},
{
"category": "product_version",
"name": "kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"product": {
"name": "kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"product_id": "kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x"
}
},
{
"category": "product_version",
"name": "kernel-default-optional-5.14.21-150500.55.110.1.s390x",
"product": {
"name": "kernel-default-optional-5.14.21-150500.55.110.1.s390x",
"product_id": "kernel-default-optional-5.14.21-150500.55.110.1.s390x"
}
},
{
"category": "product_version",
"name": "kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"product": {
"name": "kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"product_id": "kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x"
}
},
{
"category": "product_version",
"name": "kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"product": {
"name": "kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"product_id": "kernel-obs-build-5.14.21-150500.55.110.1.s390x"
}
},
{
"category": "product_version",
"name": "kernel-obs-qa-5.14.21-150500.55.110.1.s390x",
"product": {
"name": "kernel-obs-qa-5.14.21-150500.55.110.1.s390x",
"product_id": "kernel-obs-qa-5.14.21-150500.55.110.1.s390x"
}
},
{
"category": "product_version",
"name": "kernel-syms-5.14.21-150500.55.110.1.s390x",
"product": {
"name": "kernel-syms-5.14.21-150500.55.110.1.s390x",
"product_id": "kernel-syms-5.14.21-150500.55.110.1.s390x"
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"product": {
"name": "kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"product_id": "kernel-zfcpdump-5.14.21-150500.55.110.1.s390x"
}
},
{
"category": "product_version",
"name": "kselftests-kmp-default-5.14.21-150500.55.110.1.s390x",
"product": {
"name": "kselftests-kmp-default-5.14.21-150500.55.110.1.s390x",
"product_id": "kselftests-kmp-default-5.14.21-150500.55.110.1.s390x"
}
},
{
"category": "product_version",
"name": "ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"product": {
"name": "ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"product_id": "ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x"
}
},
{
"category": "product_version",
"name": "reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"product": {
"name": "reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"product_id": "reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"product": {
"name": "cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"product_id": "cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64"
}
},
{
"category": "product_version",
"name": "dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"product": {
"name": "dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"product_id": "dlm-kmp-default-5.14.21-150500.55.110.1.x86_64"
}
},
{
"category": "product_version",
"name": "gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"product": {
"name": "gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"product_id": "gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-default-5.14.21-150500.55.110.1.x86_64",
"product": {
"name": "kernel-default-5.14.21-150500.55.110.1.x86_64",
"product_id": "kernel-default-5.14.21-150500.55.110.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"product": {
"name": "kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"product_id": "kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-default-base-rebuild-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"product": {
"name": "kernel-default-base-rebuild-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"product_id": "kernel-default-base-rebuild-5.14.21-150500.55.110.1.150500.6.51.3.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"product": {
"name": "kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"product_id": "kernel-default-devel-5.14.21-150500.55.110.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-default-extra-5.14.21-150500.55.110.1.x86_64",
"product": {
"name": "kernel-default-extra-5.14.21-150500.55.110.1.x86_64",
"product_id": "kernel-default-extra-5.14.21-150500.55.110.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"product": {
"name": "kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"product_id": "kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"product": {
"name": "kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"product_id": "kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-default-optional-5.14.21-150500.55.110.1.x86_64",
"product": {
"name": "kernel-default-optional-5.14.21-150500.55.110.1.x86_64",
"product_id": "kernel-default-optional-5.14.21-150500.55.110.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-default-vdso-5.14.21-150500.55.110.1.x86_64",
"product": {
"name": "kernel-default-vdso-5.14.21-150500.55.110.1.x86_64",
"product_id": "kernel-default-vdso-5.14.21-150500.55.110.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-kvmsmall-5.14.21-150500.55.110.1.x86_64",
"product": {
"name": "kernel-kvmsmall-5.14.21-150500.55.110.1.x86_64",
"product_id": "kernel-kvmsmall-5.14.21-150500.55.110.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-kvmsmall-devel-5.14.21-150500.55.110.1.x86_64",
"product": {
"name": "kernel-kvmsmall-devel-5.14.21-150500.55.110.1.x86_64",
"product_id": "kernel-kvmsmall-devel-5.14.21-150500.55.110.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-kvmsmall-vdso-5.14.21-150500.55.110.1.x86_64",
"product": {
"name": "kernel-kvmsmall-vdso-5.14.21-150500.55.110.1.x86_64",
"product_id": "kernel-kvmsmall-vdso-5.14.21-150500.55.110.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"product": {
"name": "kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"product_id": "kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"product": {
"name": "kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"product_id": "kernel-obs-build-5.14.21-150500.55.110.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-obs-qa-5.14.21-150500.55.110.1.x86_64",
"product": {
"name": "kernel-obs-qa-5.14.21-150500.55.110.1.x86_64",
"product_id": "kernel-obs-qa-5.14.21-150500.55.110.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-syms-5.14.21-150500.55.110.1.x86_64",
"product": {
"name": "kernel-syms-5.14.21-150500.55.110.1.x86_64",
"product_id": "kernel-syms-5.14.21-150500.55.110.1.x86_64"
}
},
{
"category": "product_version",
"name": "kselftests-kmp-default-5.14.21-150500.55.110.1.x86_64",
"product": {
"name": "kselftests-kmp-default-5.14.21-150500.55.110.1.x86_64",
"product_id": "kselftests-kmp-default-5.14.21-150500.55.110.1.x86_64"
}
},
{
"category": "product_version",
"name": "ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"product": {
"name": "ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"product_id": "ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64"
}
},
{
"category": "product_version",
"name": "reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"product": {
"name": "reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"product_id": "reiserfs-kmp-default-5.14.21-150500.55.110.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 Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
}
],
"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.110.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.110.1.aarch64"
},
"product_reference": "kernel-default-5.14.21-150500.55.110.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.110.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le"
},
"product_reference": "kernel-default-5.14.21-150500.55.110.1.ppc64le",
"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.110.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.110.1.s390x"
},
"product_reference": "kernel-default-5.14.21-150500.55.110.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.110.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.110.1.x86_64"
},
"product_reference": "kernel-default-5.14.21-150500.55.110.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.110.1.150500.6.51.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.110.1.150500.6.51.3.aarch64"
},
"product_reference": "kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.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.110.1.150500.6.51.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.110.1.150500.6.51.3.x86_64"
},
"product_reference": "kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-macros-5.14.21-150500.55.110.1.noarch as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch"
},
"product_reference": "kernel-macros-5.14.21-150500.55.110.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-livepatch-5.14.21-150500.55.110.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.110.1.ppc64le"
},
"product_reference": "kernel-default-livepatch-5.14.21-150500.55.110.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.110.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.110.1.s390x"
},
"product_reference": "kernel-default-livepatch-5.14.21-150500.55.110.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.110.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.110.1.x86_64"
},
"product_reference": "kernel-default-livepatch-5.14.21-150500.55.110.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.110.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.110.1.ppc64le"
},
"product_reference": "kernel-default-livepatch-devel-5.14.21-150500.55.110.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.110.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.110.1.s390x"
},
"product_reference": "kernel-default-livepatch-devel-5.14.21-150500.55.110.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.110.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.110.1.x86_64"
},
"product_reference": "kernel-default-livepatch-devel-5.14.21-150500.55.110.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_110-default-1-150500.11.7.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_110-default-1-150500.11.7.1.ppc64le"
},
"product_reference": "kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.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_110-default-1-150500.11.7.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_110-default-1-150500.11.7.1.s390x"
},
"product_reference": "kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.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_110-default-1-150500.11.7.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_110-default-1-150500.11.7.1.x86_64"
},
"product_reference": "kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.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.110.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64"
},
"product_reference": "cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dlm-kmp-default-5.14.21-150500.55.110.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64"
},
"product_reference": "dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dlm-kmp-default-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64"
},
"product_reference": "gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64kb-5.14.21-150500.55.110.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64"
},
"product_reference": "kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64"
},
"product_reference": "kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-5.14.21-150500.55.110.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64"
},
"product_reference": "kernel-default-5.14.21-150500.55.110.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "kernel-default-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64"
},
"product_reference": "kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64"
},
"product_reference": "kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-devel-5.14.21-150500.55.110.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64"
},
"product_reference": "kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-devel-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-5.14.21-150500.55.110.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch"
},
"product_reference": "kernel-devel-5.14.21-150500.55.110.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-docs-5.14.21-150500.55.110.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch"
},
"product_reference": "kernel-docs-5.14.21-150500.55.110.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-macros-5.14.21-150500.55.110.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch"
},
"product_reference": "kernel-macros-5.14.21-150500.55.110.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-obs-build-5.14.21-150500.55.110.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64"
},
"product_reference": "kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-obs-build-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-5.14.21-150500.55.110.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch"
},
"product_reference": "kernel-source-5.14.21-150500.55.110.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-syms-5.14.21-150500.55.110.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64"
},
"product_reference": "kernel-syms-5.14.21-150500.55.110.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-syms-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "kernel-syms-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64"
},
"product_reference": "ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64"
},
"product_reference": "cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dlm-kmp-default-5.14.21-150500.55.110.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64"
},
"product_reference": "dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dlm-kmp-default-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64"
},
"product_reference": "gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64kb-5.14.21-150500.55.110.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64"
},
"product_reference": "kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64"
},
"product_reference": "kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-5.14.21-150500.55.110.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64"
},
"product_reference": "kernel-default-5.14.21-150500.55.110.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "kernel-default-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64"
},
"product_reference": "kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64"
},
"product_reference": "kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-devel-5.14.21-150500.55.110.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64"
},
"product_reference": "kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-devel-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-5.14.21-150500.55.110.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch"
},
"product_reference": "kernel-devel-5.14.21-150500.55.110.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-docs-5.14.21-150500.55.110.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch"
},
"product_reference": "kernel-docs-5.14.21-150500.55.110.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-macros-5.14.21-150500.55.110.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch"
},
"product_reference": "kernel-macros-5.14.21-150500.55.110.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-obs-build-5.14.21-150500.55.110.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64"
},
"product_reference": "kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-obs-build-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-5.14.21-150500.55.110.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch"
},
"product_reference": "kernel-source-5.14.21-150500.55.110.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-syms-5.14.21-150500.55.110.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64"
},
"product_reference": "kernel-syms-5.14.21-150500.55.110.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-syms-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "kernel-syms-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64"
},
"product_reference": "ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64"
},
"product_reference": "cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le"
},
"product_reference": "cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x"
},
"product_reference": "cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dlm-kmp-default-5.14.21-150500.55.110.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64"
},
"product_reference": "dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le"
},
"product_reference": "dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dlm-kmp-default-5.14.21-150500.55.110.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x"
},
"product_reference": "dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dlm-kmp-default-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64"
},
"product_reference": "gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le"
},
"product_reference": "gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gfs2-kmp-default-5.14.21-150500.55.110.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x"
},
"product_reference": "gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64kb-5.14.21-150500.55.110.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64"
},
"product_reference": "kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64"
},
"product_reference": "kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-5.14.21-150500.55.110.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64"
},
"product_reference": "kernel-default-5.14.21-150500.55.110.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-5.14.21-150500.55.110.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le"
},
"product_reference": "kernel-default-5.14.21-150500.55.110.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-5.14.21-150500.55.110.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x"
},
"product_reference": "kernel-default-5.14.21-150500.55.110.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "kernel-default-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64"
},
"product_reference": "kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le"
},
"product_reference": "kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64"
},
"product_reference": "kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-devel-5.14.21-150500.55.110.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64"
},
"product_reference": "kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-devel-5.14.21-150500.55.110.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le"
},
"product_reference": "kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-devel-5.14.21-150500.55.110.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x"
},
"product_reference": "kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-devel-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-5.14.21-150500.55.110.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch"
},
"product_reference": "kernel-devel-5.14.21-150500.55.110.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-docs-5.14.21-150500.55.110.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch"
},
"product_reference": "kernel-docs-5.14.21-150500.55.110.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-macros-5.14.21-150500.55.110.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch"
},
"product_reference": "kernel-macros-5.14.21-150500.55.110.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-obs-build-5.14.21-150500.55.110.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64"
},
"product_reference": "kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-obs-build-5.14.21-150500.55.110.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le"
},
"product_reference": "kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-obs-build-5.14.21-150500.55.110.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x"
},
"product_reference": "kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-obs-build-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-5.14.21-150500.55.110.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch"
},
"product_reference": "kernel-source-5.14.21-150500.55.110.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-syms-5.14.21-150500.55.110.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64"
},
"product_reference": "kernel-syms-5.14.21-150500.55.110.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-syms-5.14.21-150500.55.110.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le"
},
"product_reference": "kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-syms-5.14.21-150500.55.110.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x"
},
"product_reference": "kernel-syms-5.14.21-150500.55.110.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-syms-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "kernel-syms-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-5.14.21-150500.55.110.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x"
},
"product_reference": "kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64"
},
"product_reference": "ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le"
},
"product_reference": "ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x"
},
"product_reference": "ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64"
},
"product_reference": "reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le"
},
"product_reference": "reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x"
},
"product_reference": "reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le"
},
"product_reference": "cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le"
},
"product_reference": "dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dlm-kmp-default-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le"
},
"product_reference": "gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-5.14.21-150500.55.110.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le"
},
"product_reference": "kernel-default-5.14.21-150500.55.110.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "kernel-default-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le"
},
"product_reference": "kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64"
},
"product_reference": "kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-devel-5.14.21-150500.55.110.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le"
},
"product_reference": "kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-devel-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-5.14.21-150500.55.110.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch"
},
"product_reference": "kernel-devel-5.14.21-150500.55.110.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-docs-5.14.21-150500.55.110.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch"
},
"product_reference": "kernel-docs-5.14.21-150500.55.110.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-macros-5.14.21-150500.55.110.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch"
},
"product_reference": "kernel-macros-5.14.21-150500.55.110.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-obs-build-5.14.21-150500.55.110.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le"
},
"product_reference": "kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-obs-build-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-5.14.21-150500.55.110.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch"
},
"product_reference": "kernel-source-5.14.21-150500.55.110.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-syms-5.14.21-150500.55.110.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le"
},
"product_reference": "kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-syms-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "kernel-syms-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le"
},
"product_reference": "ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le"
},
"product_reference": "reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
},
"product_reference": "reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-3564",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-3564"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability classified as critical was found in Linux Kernel. Affected by this vulnerability is the function l2cap_reassemble_sdu of the file net/bluetooth/l2cap_core.c of the component Bluetooth. The manipulation leads to use after free. It is recommended to apply a patch to fix this issue. The associated identifier of this vulnerability is VDB-211087.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-3564",
"url": "https://www.suse.com/security/cve/CVE-2022-3564"
},
{
"category": "external",
"summary": "SUSE Bug 1206073 for CVE-2022-3564",
"url": "https://bugzilla.suse.com/1206073"
},
{
"category": "external",
"summary": "SUSE Bug 1206314 for CVE-2022-3564",
"url": "https://bugzilla.suse.com/1206314"
},
{
"category": "external",
"summary": "SUSE Bug 1208030 for CVE-2022-3564",
"url": "https://bugzilla.suse.com/1208030"
},
{
"category": "external",
"summary": "SUSE Bug 1208044 for CVE-2022-3564",
"url": "https://bugzilla.suse.com/1208044"
},
{
"category": "external",
"summary": "SUSE Bug 1208085 for CVE-2022-3564",
"url": "https://bugzilla.suse.com/1208085"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "important"
}
],
"title": "CVE-2022-3564"
},
{
"cve": "CVE-2022-3619",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-3619"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been found in Linux Kernel and classified as problematic. This vulnerability affects the function l2cap_recv_acldata of the file net/bluetooth/l2cap_core.c of the component Bluetooth. The manipulation leads to memory leak. It is recommended to apply a patch to fix this issue. VDB-211918 is the identifier assigned to this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-3619",
"url": "https://www.suse.com/security/cve/CVE-2022-3619"
},
{
"category": "external",
"summary": "SUSE Bug 1204569 for CVE-2022-3619",
"url": "https://bugzilla.suse.com/1204569"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-3619"
},
{
"cve": "CVE-2022-3640",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-3640"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability, which was classified as critical, was found in Linux Kernel. Affected is the function l2cap_conn_del of the file net/bluetooth/l2cap_core.c of the component Bluetooth. The manipulation leads to use after free. It is recommended to apply a patch to fix this issue. The identifier of this vulnerability is VDB-211944.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-3640",
"url": "https://www.suse.com/security/cve/CVE-2022-3640"
},
{
"category": "external",
"summary": "SUSE Bug 1204619 for CVE-2022-3640",
"url": "https://bugzilla.suse.com/1204619"
},
{
"category": "external",
"summary": "SUSE Bug 1204624 for CVE-2022-3640",
"url": "https://bugzilla.suse.com/1204624"
},
{
"category": "external",
"summary": "SUSE Bug 1209225 for CVE-2022-3640",
"url": "https://bugzilla.suse.com/1209225"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "important"
}
],
"title": "CVE-2022-3640"
},
{
"cve": "CVE-2022-49762",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49762"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nntfs: check overflow when iterating ATTR_RECORDs\n\nKernel iterates over ATTR_RECORDs in mft record in ntfs_attr_find(). \nBecause the ATTR_RECORDs are next to each other, kernel can get the next\nATTR_RECORD from end address of current ATTR_RECORD, through current\nATTR_RECORD length field.\n\nThe problem is that during iteration, when kernel calculates the end\naddress of current ATTR_RECORD, kernel may trigger an integer overflow bug\nin executing `a = (ATTR_RECORD*)((u8*)a + le32_to_cpu(a-\u003elength))`. This\nmay wrap, leading to a forever iteration on 32bit systems.\n\nThis patch solves it by adding some checks on calculating end address\nof current ATTR_RECORD during iteration.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49762",
"url": "https://www.suse.com/security/cve/CVE-2022-49762"
},
{
"category": "external",
"summary": "SUSE Bug 1242146 for CVE-2022-49762",
"url": "https://bugzilla.suse.com/1242146"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49762"
},
{
"cve": "CVE-2022-49763",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49763"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nntfs: fix use-after-free in ntfs_attr_find()\n\nPatch series \"ntfs: fix bugs about Attribute\", v2.\n\nThis patchset fixes three bugs relative to Attribute in record:\n\nPatch 1 adds a sanity check to ensure that, attrs_offset field in first\nmft record loading from disk is within bounds.\n\nPatch 2 moves the ATTR_RECORD\u0027s bounds checking earlier, to avoid\ndereferencing ATTR_RECORD before checking this ATTR_RECORD is within\nbounds.\n\nPatch 3 adds an overflow checking to avoid possible forever loop in\nntfs_attr_find().\n\nWithout patch 1 and patch 2, the kernel triggersa KASAN use-after-free\ndetection as reported by Syzkaller.\n\nAlthough one of patch 1 or patch 2 can fix this, we still need both of\nthem. Because patch 1 fixes the root cause, and patch 2 not only fixes\nthe direct cause, but also fixes the potential out-of-bounds bug.\n\n\nThis patch (of 3):\n\nSyzkaller reported use-after-free read as follows:\n==================================================================\nBUG: KASAN: use-after-free in ntfs_attr_find+0xc02/0xce0 fs/ntfs/attrib.c:597\nRead of size 2 at addr ffff88807e352009 by task syz-executor153/3607\n\n[...]\nCall Trace:\n \u003cTASK\u003e\n __dump_stack lib/dump_stack.c:88 [inline]\n dump_stack_lvl+0xcd/0x134 lib/dump_stack.c:106\n print_address_description mm/kasan/report.c:317 [inline]\n print_report.cold+0x2ba/0x719 mm/kasan/report.c:433\n kasan_report+0xb1/0x1e0 mm/kasan/report.c:495\n ntfs_attr_find+0xc02/0xce0 fs/ntfs/attrib.c:597\n ntfs_attr_lookup+0x1056/0x2070 fs/ntfs/attrib.c:1193\n ntfs_read_inode_mount+0x89a/0x2580 fs/ntfs/inode.c:1845\n ntfs_fill_super+0x1799/0x9320 fs/ntfs/super.c:2854\n mount_bdev+0x34d/0x410 fs/super.c:1400\n legacy_get_tree+0x105/0x220 fs/fs_context.c:610\n vfs_get_tree+0x89/0x2f0 fs/super.c:1530\n do_new_mount fs/namespace.c:3040 [inline]\n path_mount+0x1326/0x1e20 fs/namespace.c:3370\n do_mount fs/namespace.c:3383 [inline]\n __do_sys_mount fs/namespace.c:3591 [inline]\n __se_sys_mount fs/namespace.c:3568 [inline]\n __x64_sys_mount+0x27f/0x300 fs/namespace.c:3568\n do_syscall_x64 arch/x86/entry/common.c:50 [inline]\n do_syscall_64+0x35/0xb0 arch/x86/entry/common.c:80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\n [...]\n \u003c/TASK\u003e\n\nThe buggy address belongs to the physical page:\npage:ffffea0001f8d400 refcount:1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x7e350\nhead:ffffea0001f8d400 order:3 compound_mapcount:0 compound_pincount:0\nflags: 0xfff00000010200(slab|head|node=0|zone=1|lastcpupid=0x7ff)\nraw: 00fff00000010200 0000000000000000 dead000000000122 ffff888011842140\nraw: 0000000000000000 0000000000040004 00000001ffffffff 0000000000000000\npage dumped because: kasan: bad access detected\nMemory state around the buggy address:\n ffff88807e351f00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc\n ffff88807e351f80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc\n\u003effff88807e352000: fa fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb\n ^\n ffff88807e352080: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb\n ffff88807e352100: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb\n==================================================================\n\nKernel will loads $MFT/$DATA\u0027s first mft record in\nntfs_read_inode_mount().\n\nYet the problem is that after loading, kernel doesn\u0027t check whether\nattrs_offset field is a valid value.\n\nTo be more specific, if attrs_offset field is larger than bytes_allocated\nfield, then it may trigger the out-of-bounds read bug(reported as\nuse-after-free bug) in ntfs_attr_find(), when kernel tries to access the\ncorresponding mft record\u0027s attribute.\n\nThis patch solves it by adding the sanity check between attrs_offset field\nand bytes_allocated field, after loading the first mft record.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49763",
"url": "https://www.suse.com/security/cve/CVE-2022-49763"
},
{
"category": "external",
"summary": "SUSE Bug 1242249 for CVE-2022-49763",
"url": "https://bugzilla.suse.com/1242249"
},
{
"category": "external",
"summary": "SUSE Bug 1242258 for CVE-2022-49763",
"url": "https://bugzilla.suse.com/1242258"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "important"
}
],
"title": "CVE-2022-49763"
},
{
"cve": "CVE-2022-49769",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49769"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ngfs2: Check sb_bsize_shift after reading superblock\n\nFuzzers like to scribble over sb_bsize_shift but in reality it\u0027s very\nunlikely that this field would be corrupted on its own. Nevertheless it\nshould be checked to avoid the possibility of messy mount errors due to\nbad calculations. It\u0027s always a fixed value based on the block size so\nwe can just check that it\u0027s the expected value.\n\nTested with:\n\n mkfs.gfs2 -O -p lock_nolock /dev/vdb\n for i in 0 -1 64 65 32 33; do\n gfs2_edit -p sb field sb_bsize_shift $i /dev/vdb\n mount /dev/vdb /mnt/test \u0026\u0026 umount /mnt/test\n done\n\nBefore this patch we get a withdraw after\n\n[ 76.413681] gfs2: fsid=loop0.0: fatal: invalid metadata block\n[ 76.413681] bh = 19 (type: exp=5, found=4)\n[ 76.413681] function = gfs2_meta_buffer, file = fs/gfs2/meta_io.c, line = 492\n\nand with UBSAN configured we also get complaints like\n\n[ 76.373395] UBSAN: shift-out-of-bounds in fs/gfs2/ops_fstype.c:295:19\n[ 76.373815] shift exponent 4294967287 is too large for 64-bit type \u0027long unsigned int\u0027\n\nAfter the patch, these complaints don\u0027t appear, mount fails immediately\nand we get an explanation in dmesg.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49769",
"url": "https://www.suse.com/security/cve/CVE-2022-49769"
},
{
"category": "external",
"summary": "SUSE Bug 1242440 for CVE-2022-49769",
"url": "https://bugzilla.suse.com/1242440"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49769"
},
{
"cve": "CVE-2022-49770",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49770"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nceph: avoid putting the realm twice when decoding snaps fails\n\nWhen decoding the snaps fails it maybe leaving the \u0027first_realm\u0027\nand \u0027realm\u0027 pointing to the same snaprealm memory. And then it\u0027ll\nput it twice and could cause random use-after-free, BUG_ON, etc\nissues.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49770",
"url": "https://www.suse.com/security/cve/CVE-2022-49770"
},
{
"category": "external",
"summary": "SUSE Bug 1242597 for CVE-2022-49770",
"url": "https://bugzilla.suse.com/1242597"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49770"
},
{
"cve": "CVE-2022-49771",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49771"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndm ioctl: fix misbehavior if list_versions races with module loading\n\n__list_versions will first estimate the required space using the\n\"dm_target_iterate(list_version_get_needed, \u0026needed)\" call and then will\nfill the space using the \"dm_target_iterate(list_version_get_info,\n\u0026iter_info)\" call. Each of these calls locks the targets using the\n\"down_read(\u0026_lock)\" and \"up_read(\u0026_lock)\" calls, however between the first\nand second \"dm_target_iterate\" there is no lock held and the target\nmodules can be loaded at this point, so the second \"dm_target_iterate\"\ncall may need more space than what was the first \"dm_target_iterate\"\nreturned.\n\nThe code tries to handle this overflow (see the beginning of\nlist_version_get_info), however this handling is incorrect.\n\nThe code sets \"param-\u003edata_size = param-\u003edata_start + needed\" and\n\"iter_info.end = (char *)vers+len\" - \"needed\" is the size returned by the\nfirst dm_target_iterate call; \"len\" is the size of the buffer allocated by\nuserspace.\n\n\"len\" may be greater than \"needed\"; in this case, the code will write up\nto \"len\" bytes into the buffer, however param-\u003edata_size is set to\n\"needed\", so it may write data past the param-\u003edata_size value. The ioctl\ninterface copies only up to param-\u003edata_size into userspace, thus part of\nthe result will be truncated.\n\nFix this bug by setting \"iter_info.end = (char *)vers + needed;\" - this\nguarantees that the second \"dm_target_iterate\" call will write only up to\nthe \"needed\" buffer and it will exit with \"DM_BUFFER_FULL_FLAG\" if it\noverflows the \"needed\" space - in this case, userspace will allocate a\nlarger buffer and retry.\n\nNote that there is also a bug in list_version_get_needed - we need to add\n\"strlen(tt-\u003ename) + 1\" to the needed size, not \"strlen(tt-\u003ename)\".",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49771",
"url": "https://www.suse.com/security/cve/CVE-2022-49771"
},
{
"category": "external",
"summary": "SUSE Bug 1242686 for CVE-2022-49771",
"url": "https://bugzilla.suse.com/1242686"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49771"
},
{
"cve": "CVE-2022-49772",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49772"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: usb-audio: Drop snd_BUG_ON() from snd_usbmidi_output_open()\n\nsnd_usbmidi_output_open() has a check of the NULL port with\nsnd_BUG_ON(). snd_BUG_ON() was used as this shouldn\u0027t have happened,\nbut in reality, the NULL port may be seen when the device gives an\ninvalid endpoint setup at the descriptor, hence the driver skips the\nallocation. That is, the check itself is valid and snd_BUG_ON()\nshould be dropped from there. Otherwise it\u0027s confusing as if it were\na real bug, as recently syzbot stumbled on it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49772",
"url": "https://www.suse.com/security/cve/CVE-2022-49772"
},
{
"category": "external",
"summary": "SUSE Bug 1242147 for CVE-2022-49772",
"url": "https://bugzilla.suse.com/1242147"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49772"
},
{
"cve": "CVE-2022-49773",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49773"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amd/display: Fix optc2_configure warning on dcn314\n\n[Why]\ndcn314 uses optc2_configure_crc() that wraps\noptc1_configure_crc() + set additional registers\nnot applicable to dcn314.\nIt\u0027s not critical but when used leads to warning like:\nWARNING: drivers/gpu/drm/amd/amdgpu/../display/dc/dc_helper.c\nCall Trace:\n\u003cTASK\u003e\ngeneric_reg_set_ex+0x6d/0xe0 [amdgpu]\noptc2_configure_crc+0x60/0x80 [amdgpu]\ndc_stream_configure_crc+0x129/0x150 [amdgpu]\namdgpu_dm_crtc_configure_crc_source+0x5d/0xe0 [amdgpu]\n\n[How]\nUse optc1_configure_crc() directly",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49773",
"url": "https://www.suse.com/security/cve/CVE-2022-49773"
},
{
"category": "external",
"summary": "SUSE Bug 1242311 for CVE-2022-49773",
"url": "https://bugzilla.suse.com/1242311"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49773"
},
{
"cve": "CVE-2022-49775",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49775"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntcp: cdg: allow tcp_cdg_release() to be called multiple times\n\nApparently, mptcp is able to call tcp_disconnect() on an already\ndisconnected flow. This is generally fine, unless current congestion\ncontrol is CDG, because it might trigger a double-free [1]\n\nInstead of fixing MPTCP, and future bugs, we can make tcp_disconnect()\nmore resilient.\n\n[1]\nBUG: KASAN: double-free in slab_free mm/slub.c:3539 [inline]\nBUG: KASAN: double-free in kfree+0xe2/0x580 mm/slub.c:4567\n\nCPU: 0 PID: 3645 Comm: kworker/0:7 Not tainted 6.0.0-syzkaller-02734-g0326074ff465 #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 09/22/2022\nWorkqueue: events mptcp_worker\nCall Trace:\n\u003cTASK\u003e\n__dump_stack lib/dump_stack.c:88 [inline]\ndump_stack_lvl+0xcd/0x134 lib/dump_stack.c:106\nprint_address_description mm/kasan/report.c:317 [inline]\nprint_report.cold+0x2ba/0x719 mm/kasan/report.c:433\nkasan_report_invalid_free+0x81/0x190 mm/kasan/report.c:462\n____kasan_slab_free+0x18b/0x1c0 mm/kasan/common.c:356\nkasan_slab_free include/linux/kasan.h:200 [inline]\nslab_free_hook mm/slub.c:1759 [inline]\nslab_free_freelist_hook+0x8b/0x1c0 mm/slub.c:1785\nslab_free mm/slub.c:3539 [inline]\nkfree+0xe2/0x580 mm/slub.c:4567\ntcp_disconnect+0x980/0x1e20 net/ipv4/tcp.c:3145\n__mptcp_close_ssk+0x5ca/0x7e0 net/mptcp/protocol.c:2327\nmptcp_do_fastclose net/mptcp/protocol.c:2592 [inline]\nmptcp_worker+0x78c/0xff0 net/mptcp/protocol.c:2627\nprocess_one_work+0x991/0x1610 kernel/workqueue.c:2289\nworker_thread+0x665/0x1080 kernel/workqueue.c:2436\nkthread+0x2e4/0x3a0 kernel/kthread.c:376\nret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:306\n\u003c/TASK\u003e\n\nAllocated by task 3671:\nkasan_save_stack+0x1e/0x40 mm/kasan/common.c:38\nkasan_set_track mm/kasan/common.c:45 [inline]\nset_alloc_info mm/kasan/common.c:437 [inline]\n____kasan_kmalloc mm/kasan/common.c:516 [inline]\n____kasan_kmalloc mm/kasan/common.c:475 [inline]\n__kasan_kmalloc+0xa9/0xd0 mm/kasan/common.c:525\nkmalloc_array include/linux/slab.h:640 [inline]\nkcalloc include/linux/slab.h:671 [inline]\ntcp_cdg_init+0x10d/0x170 net/ipv4/tcp_cdg.c:380\ntcp_init_congestion_control+0xab/0x550 net/ipv4/tcp_cong.c:193\ntcp_reinit_congestion_control net/ipv4/tcp_cong.c:217 [inline]\ntcp_set_congestion_control+0x96c/0xaa0 net/ipv4/tcp_cong.c:391\ndo_tcp_setsockopt+0x505/0x2320 net/ipv4/tcp.c:3513\ntcp_setsockopt+0xd4/0x100 net/ipv4/tcp.c:3801\nmptcp_setsockopt+0x35f/0x2570 net/mptcp/sockopt.c:844\n__sys_setsockopt+0x2d6/0x690 net/socket.c:2252\n__do_sys_setsockopt net/socket.c:2263 [inline]\n__se_sys_setsockopt net/socket.c:2260 [inline]\n__x64_sys_setsockopt+0xba/0x150 net/socket.c:2260\ndo_syscall_x64 arch/x86/entry/common.c:50 [inline]\ndo_syscall_64+0x35/0xb0 arch/x86/entry/common.c:80\nentry_SYSCALL_64_after_hwframe+0x63/0xcd\n\nFreed by task 16:\nkasan_save_stack+0x1e/0x40 mm/kasan/common.c:38\nkasan_set_track+0x21/0x30 mm/kasan/common.c:45\nkasan_set_free_info+0x20/0x30 mm/kasan/generic.c:370\n____kasan_slab_free mm/kasan/common.c:367 [inline]\n____kasan_slab_free+0x166/0x1c0 mm/kasan/common.c:329\nkasan_slab_free include/linux/kasan.h:200 [inline]\nslab_free_hook mm/slub.c:1759 [inline]\nslab_free_freelist_hook+0x8b/0x1c0 mm/slub.c:1785\nslab_free mm/slub.c:3539 [inline]\nkfree+0xe2/0x580 mm/slub.c:4567\ntcp_cleanup_congestion_control+0x70/0x120 net/ipv4/tcp_cong.c:226\ntcp_v4_destroy_sock+0xdd/0x750 net/ipv4/tcp_ipv4.c:2254\ntcp_v6_destroy_sock+0x11/0x20 net/ipv6/tcp_ipv6.c:1969\ninet_csk_destroy_sock+0x196/0x440 net/ipv4/inet_connection_sock.c:1157\ntcp_done+0x23b/0x340 net/ipv4/tcp.c:4649\ntcp_rcv_state_process+0x40e7/0x4990 net/ipv4/tcp_input.c:6624\ntcp_v6_do_rcv+0x3fc/0x13c0 net/ipv6/tcp_ipv6.c:1525\ntcp_v6_rcv+0x2e8e/0x3830 net/ipv6/tcp_ipv6.c:1759\nip6_protocol_deliver_rcu+0x2db/0x1950 net/ipv6/ip6_input.c:439\nip6_input_finish+0x14c/0x2c0 net/ipv6/ip6_input.c:484\nNF_HOOK include/linux/netfilter.h:302 [inline]\nNF_HOOK include/linux/netfilter.h:296 [inline]\nip6_input+0x9c/0xd\n---truncated---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49775",
"url": "https://www.suse.com/security/cve/CVE-2022-49775"
},
{
"category": "external",
"summary": "SUSE Bug 1242245 for CVE-2022-49775",
"url": "https://bugzilla.suse.com/1242245"
},
{
"category": "external",
"summary": "SUSE Bug 1242257 for CVE-2022-49775",
"url": "https://bugzilla.suse.com/1242257"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "important"
}
],
"title": "CVE-2022-49775"
},
{
"cve": "CVE-2022-49776",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49776"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmacvlan: enforce a consistent minimal mtu\n\nmacvlan should enforce a minimal mtu of 68, even at link creation.\n\nThis patch avoids the current behavior (which could lead to crashes\nin ipv6 stack if the link is brought up)\n\n$ ip link add macvlan1 link eno1 mtu 8 type macvlan # This should fail !\n$ ip link sh dev macvlan1\n5: macvlan1@eno1: \u003cBROADCAST,MULTICAST\u003e mtu 8 qdisc noop\n state DOWN mode DEFAULT group default qlen 1000\n link/ether 02:47:6c:24:74:82 brd ff:ff:ff:ff:ff:ff\n$ ip link set macvlan1 mtu 67\nError: mtu less than device minimum.\n$ ip link set macvlan1 mtu 68\n$ ip link set macvlan1 mtu 8\nError: mtu less than device minimum.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49776",
"url": "https://www.suse.com/security/cve/CVE-2022-49776"
},
{
"category": "external",
"summary": "SUSE Bug 1242248 for CVE-2022-49776",
"url": "https://bugzilla.suse.com/1242248"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49776"
},
{
"cve": "CVE-2022-49777",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49777"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nInput: i8042 - fix leaking of platform device on module removal\n\nAvoid resetting the module-wide i8042_platform_device pointer in\ni8042_probe() or i8042_remove(), so that the device can be properly\ndestroyed by i8042_exit() on module unload.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49777",
"url": "https://www.suse.com/security/cve/CVE-2022-49777"
},
{
"category": "external",
"summary": "SUSE Bug 1242232 for CVE-2022-49777",
"url": "https://bugzilla.suse.com/1242232"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49777"
},
{
"cve": "CVE-2022-49779",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49779"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nkprobes: Skip clearing aggrprobe\u0027s post_handler in kprobe-on-ftrace case\n\nIn __unregister_kprobe_top(), if the currently unregistered probe has\npost_handler but other child probes of the aggrprobe do not have\npost_handler, the post_handler of the aggrprobe is cleared. If this is\na ftrace-based probe, there is a problem. In later calls to\ndisarm_kprobe(), we will use kprobe_ftrace_ops because post_handler is\nNULL. But we\u0027re armed with kprobe_ipmodify_ops. This triggers a WARN in\n__disarm_kprobe_ftrace() and may even cause use-after-free:\n\n Failed to disarm kprobe-ftrace at kernel_clone+0x0/0x3c0 (error -2)\n WARNING: CPU: 5 PID: 137 at kernel/kprobes.c:1135 __disarm_kprobe_ftrace.isra.21+0xcf/0xe0\n Modules linked in: testKprobe_007(-)\n CPU: 5 PID: 137 Comm: rmmod Not tainted 6.1.0-rc4-dirty #18\n [...]\n Call Trace:\n \u003cTASK\u003e\n __disable_kprobe+0xcd/0xe0\n __unregister_kprobe_top+0x12/0x150\n ? mutex_lock+0xe/0x30\n unregister_kprobes.part.23+0x31/0xa0\n unregister_kprobe+0x32/0x40\n __x64_sys_delete_module+0x15e/0x260\n ? do_user_addr_fault+0x2cd/0x6b0\n do_syscall_64+0x3a/0x90\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\n [...]\n\nFor the kprobe-on-ftrace case, we keep the post_handler setting to\nidentify this aggrprobe armed with kprobe_ipmodify_ops. This way we\ncan disarm it correctly.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49779",
"url": "https://www.suse.com/security/cve/CVE-2022-49779"
},
{
"category": "external",
"summary": "SUSE Bug 1242261 for CVE-2022-49779",
"url": "https://bugzilla.suse.com/1242261"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "important"
}
],
"title": "CVE-2022-49779"
},
{
"cve": "CVE-2022-49781",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49781"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nperf/x86/amd: Fix crash due to race between amd_pmu_enable_all, perf NMI and throttling\n\namd_pmu_enable_all() does:\n\n if (!test_bit(idx, cpuc-\u003eactive_mask))\n continue;\n\n amd_pmu_enable_event(cpuc-\u003eevents[idx]);\n\nA perf NMI of another event can come between these two steps. Perf NMI\nhandler internally disables and enables _all_ events, including the one\nwhich nmi-intercepted amd_pmu_enable_all() was in process of enabling.\nIf that unintentionally enabled event has very low sampling period and\ncauses immediate successive NMI, causing the event to be throttled,\ncpuc-\u003eevents[idx] and cpuc-\u003eactive_mask gets cleared by x86_pmu_stop().\nThis will result in amd_pmu_enable_event() getting called with event=NULL\nwhen amd_pmu_enable_all() resumes after handling the NMIs. This causes a\nkernel crash:\n\n BUG: kernel NULL pointer dereference, address: 0000000000000198\n #PF: supervisor read access in kernel mode\n #PF: error_code(0x0000) - not-present page\n [...]\n Call Trace:\n \u003cTASK\u003e\n amd_pmu_enable_all+0x68/0xb0\n ctx_resched+0xd9/0x150\n event_function+0xb8/0x130\n ? hrtimer_start_range_ns+0x141/0x4a0\n ? perf_duration_warn+0x30/0x30\n remote_function+0x4d/0x60\n __flush_smp_call_function_queue+0xc4/0x500\n flush_smp_call_function_queue+0x11d/0x1b0\n do_idle+0x18f/0x2d0\n cpu_startup_entry+0x19/0x20\n start_secondary+0x121/0x160\n secondary_startup_64_no_verify+0xe5/0xeb\n \u003c/TASK\u003e\n\namd_pmu_disable_all()/amd_pmu_enable_all() calls inside perf NMI handler\nwere recently added as part of BRS enablement but I\u0027m not sure whether\nwe really need them. We can just disable BRS in the beginning and enable\nit back while returning from NMI. This will solve the issue by not\nenabling those events whose active_masks are set but are not yet enabled\nin hw pmu.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49781",
"url": "https://www.suse.com/security/cve/CVE-2022-49781"
},
{
"category": "external",
"summary": "SUSE Bug 1242302 for CVE-2022-49781",
"url": "https://bugzilla.suse.com/1242302"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49781"
},
{
"cve": "CVE-2022-49783",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49783"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nx86/fpu: Drop fpregs lock before inheriting FPU permissions\n\nMike Galbraith reported the following against an old fork of preempt-rt\nbut the same issue also applies to the current preempt-rt tree.\n\n BUG: sleeping function called from invalid context at kernel/locking/spinlock_rt.c:46\n in_atomic(): 1, irqs_disabled(): 0, non_block: 0, pid: 1, name: systemd\n preempt_count: 1, expected: 0\n RCU nest depth: 0, expected: 0\n Preemption disabled at:\n fpu_clone\n CPU: 6 PID: 1 Comm: systemd Tainted: G E (unreleased)\n Call Trace:\n \u003cTASK\u003e\n dump_stack_lvl\n ? fpu_clone\n __might_resched\n rt_spin_lock\n fpu_clone\n ? copy_thread\n ? copy_process\n ? shmem_alloc_inode\n ? kmem_cache_alloc\n ? kernel_clone\n ? __do_sys_clone\n ? do_syscall_64\n ? __x64_sys_rt_sigprocmask\n ? syscall_exit_to_user_mode\n ? do_syscall_64\n ? syscall_exit_to_user_mode\n ? do_syscall_64\n ? syscall_exit_to_user_mode\n ? do_syscall_64\n ? exc_page_fault\n ? entry_SYSCALL_64_after_hwframe\n \u003c/TASK\u003e\n\nMike says:\n\n The splat comes from fpu_inherit_perms() being called under fpregs_lock(),\n and us reaching the spin_lock_irq() therein due to fpu_state_size_dynamic()\n returning true despite static key __fpu_state_size_dynamic having never\n been enabled.\n\nMike\u0027s assessment looks correct. fpregs_lock on a PREEMPT_RT kernel disables\npreemption so calling spin_lock_irq() in fpu_inherit_perms() is unsafe. This\nproblem exists since commit\n\n 9e798e9aa14c (\"x86/fpu: Prepare fpu_clone() for dynamically enabled features\").\n\nEven though the original bug report should not have enabled the paths at\nall, the bug still exists.\n\nfpregs_lock is necessary when editing the FPU registers or a task\u0027s FP\nstate but it is not necessary for fpu_inherit_perms(). The only write\nof any FP state in fpu_inherit_perms() is for the new child which is\nnot running yet and cannot context switch or be borrowed by a kernel\nthread yet. Hence, fpregs_lock is not protecting anything in the new\nchild until clone() completes and can be dropped earlier. The siglock\nstill needs to be acquired by fpu_inherit_perms() as the read of the\nparent\u0027s permissions has to be serialised.\n\n [ bp: Cleanup splat. ]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49783",
"url": "https://www.suse.com/security/cve/CVE-2022-49783"
},
{
"category": "external",
"summary": "SUSE Bug 1242312 for CVE-2022-49783",
"url": "https://bugzilla.suse.com/1242312"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49783"
},
{
"cve": "CVE-2022-49784",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49784"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nperf/x86/amd/uncore: Fix memory leak for events array\n\nWhen a CPU comes online, the per-CPU NB and LLC uncore contexts are\nfreed but not the events array within the context structure. This\ncauses a memory leak as identified by the kmemleak detector.\n\n [...]\n unreferenced object 0xffff8c5944b8e320 (size 32):\n comm \"swapper/0\", pid 1, jiffies 4294670387 (age 151.072s)\n hex dump (first 32 bytes):\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n backtrace:\n [\u003c000000000759fb79\u003e] amd_uncore_cpu_up_prepare+0xaf/0x230\n [\u003c00000000ddc9e126\u003e] cpuhp_invoke_callback+0x2cf/0x470\n [\u003c0000000093e727d4\u003e] cpuhp_issue_call+0x14d/0x170\n [\u003c0000000045464d54\u003e] __cpuhp_setup_state_cpuslocked+0x11e/0x330\n [\u003c0000000069f67cbd\u003e] __cpuhp_setup_state+0x6b/0x110\n [\u003c0000000015365e0f\u003e] amd_uncore_init+0x260/0x321\n [\u003c00000000089152d2\u003e] do_one_initcall+0x3f/0x1f0\n [\u003c000000002d0bd18d\u003e] kernel_init_freeable+0x1ca/0x212\n [\u003c0000000030be8dde\u003e] kernel_init+0x11/0x120\n [\u003c0000000059709e59\u003e] ret_from_fork+0x22/0x30\n unreferenced object 0xffff8c5944b8dd40 (size 64):\n comm \"swapper/0\", pid 1, jiffies 4294670387 (age 151.072s)\n hex dump (first 32 bytes):\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n backtrace:\n [\u003c00000000306efe8b\u003e] amd_uncore_cpu_up_prepare+0x183/0x230\n [\u003c00000000ddc9e126\u003e] cpuhp_invoke_callback+0x2cf/0x470\n [\u003c0000000093e727d4\u003e] cpuhp_issue_call+0x14d/0x170\n [\u003c0000000045464d54\u003e] __cpuhp_setup_state_cpuslocked+0x11e/0x330\n [\u003c0000000069f67cbd\u003e] __cpuhp_setup_state+0x6b/0x110\n [\u003c0000000015365e0f\u003e] amd_uncore_init+0x260/0x321\n [\u003c00000000089152d2\u003e] do_one_initcall+0x3f/0x1f0\n [\u003c000000002d0bd18d\u003e] kernel_init_freeable+0x1ca/0x212\n [\u003c0000000030be8dde\u003e] kernel_init+0x11/0x120\n [\u003c0000000059709e59\u003e] ret_from_fork+0x22/0x30\n [...]\n\nFix the problem by freeing the events array before freeing the uncore\ncontext.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49784",
"url": "https://www.suse.com/security/cve/CVE-2022-49784"
},
{
"category": "external",
"summary": "SUSE Bug 1242349 for CVE-2022-49784",
"url": "https://bugzilla.suse.com/1242349"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "low"
}
],
"title": "CVE-2022-49784"
},
{
"cve": "CVE-2022-49786",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49786"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nblk-cgroup: properly pin the parent in blkcg_css_online\n\nblkcg_css_online is supposed to pin the blkcg of the parent, but\n397c9f46ee4d refactored things and along the way, changed it to pin the\ncss instead. This results in extra pins, and we end up leaking blkcgs\nand cgroups.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49786",
"url": "https://www.suse.com/security/cve/CVE-2022-49786"
},
{
"category": "external",
"summary": "SUSE Bug 1242351 for CVE-2022-49786",
"url": "https://bugzilla.suse.com/1242351"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49786"
},
{
"cve": "CVE-2022-49787",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49787"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put()\n\npci_get_device() will increase the reference count for the returned\npci_dev. We need to use pci_dev_put() to decrease the reference count\nbefore amd_probe() returns. There is no problem for the \u0027smbus_dev ==\nNULL\u0027 branch because pci_dev_put() can also handle the NULL input\nparameter case.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49787",
"url": "https://www.suse.com/security/cve/CVE-2022-49787"
},
{
"category": "external",
"summary": "SUSE Bug 1242352 for CVE-2022-49787",
"url": "https://bugzilla.suse.com/1242352"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49787"
},
{
"cve": "CVE-2022-49788",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49788"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmisc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram()\n\n`struct vmci_event_qp` allocated by qp_notify_peer() contains padding,\nwhich may carry uninitialized data to the userspace, as observed by\nKMSAN:\n\n BUG: KMSAN: kernel-infoleak in instrument_copy_to_user ./include/linux/instrumented.h:121\n instrument_copy_to_user ./include/linux/instrumented.h:121\n _copy_to_user+0x5f/0xb0 lib/usercopy.c:33\n copy_to_user ./include/linux/uaccess.h:169\n vmci_host_do_receive_datagram drivers/misc/vmw_vmci/vmci_host.c:431\n vmci_host_unlocked_ioctl+0x33d/0x43d0 drivers/misc/vmw_vmci/vmci_host.c:925\n vfs_ioctl fs/ioctl.c:51\n ...\n\n Uninit was stored to memory at:\n kmemdup+0x74/0xb0 mm/util.c:131\n dg_dispatch_as_host drivers/misc/vmw_vmci/vmci_datagram.c:271\n vmci_datagram_dispatch+0x4f8/0xfc0 drivers/misc/vmw_vmci/vmci_datagram.c:339\n qp_notify_peer+0x19a/0x290 drivers/misc/vmw_vmci/vmci_queue_pair.c:1479\n qp_broker_attach drivers/misc/vmw_vmci/vmci_queue_pair.c:1662\n qp_broker_alloc+0x2977/0x2f30 drivers/misc/vmw_vmci/vmci_queue_pair.c:1750\n vmci_qp_broker_alloc+0x96/0xd0 drivers/misc/vmw_vmci/vmci_queue_pair.c:1940\n vmci_host_do_alloc_queuepair drivers/misc/vmw_vmci/vmci_host.c:488\n vmci_host_unlocked_ioctl+0x24fd/0x43d0 drivers/misc/vmw_vmci/vmci_host.c:927\n ...\n\n Local variable ev created at:\n qp_notify_peer+0x54/0x290 drivers/misc/vmw_vmci/vmci_queue_pair.c:1456\n qp_broker_attach drivers/misc/vmw_vmci/vmci_queue_pair.c:1662\n qp_broker_alloc+0x2977/0x2f30 drivers/misc/vmw_vmci/vmci_queue_pair.c:1750\n\n Bytes 28-31 of 48 are uninitialized\n Memory access of size 48 starts at ffff888035155e00\n Data copied to user address 0000000020000100\n\nUse memset() to prevent the infoleaks.\n\nAlso speculatively fix qp_notify_peer_local(), which may suffer from the\nsame problem.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49788",
"url": "https://www.suse.com/security/cve/CVE-2022-49788"
},
{
"category": "external",
"summary": "SUSE Bug 1242353 for CVE-2022-49788",
"url": "https://bugzilla.suse.com/1242353"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49788"
},
{
"cve": "CVE-2022-49789",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49789"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: zfcp: Fix double free of FSF request when qdio send fails\n\nWe used to use the wrong type of integer in \u0027zfcp_fsf_req_send()\u0027 to cache\nthe FSF request ID when sending a new FSF request. This is used in case the\nsending fails and we need to remove the request from our internal hash\ntable again (so we don\u0027t keep an invalid reference and use it when we free\nthe request again).\n\nIn \u0027zfcp_fsf_req_send()\u0027 we used to cache the ID as \u0027int\u0027 (signed and 32\nbit wide), but the rest of the zfcp code (and the firmware specification)\nhandles the ID as \u0027unsigned long\u0027/\u0027u64\u0027 (unsigned and 64 bit wide [s390x\nELF ABI]). For one this has the obvious problem that when the ID grows\npast 32 bit (this can happen reasonably fast) it is truncated to 32 bit\nwhen storing it in the cache variable and so doesn\u0027t match the original ID\nanymore. The second less obvious problem is that even when the original ID\nhas not yet grown past 32 bit, as soon as the 32nd bit is set in the\noriginal ID (0x80000000 = 2\u0027147\u0027483\u0027648) we will have a mismatch when we\ncast it back to \u0027unsigned long\u0027. As the cached variable is of a signed\ntype, the compiler will choose a sign-extending instruction to load the 32\nbit variable into a 64 bit register (e.g.: \u0027lgf %r11,188(%r15)\u0027). So once\nwe pass the cached variable into \u0027zfcp_reqlist_find_rm()\u0027 to remove the\nrequest again all the leading zeros will be flipped to ones to extend the\nsign and won\u0027t match the original ID anymore (this has been observed in\npractice).\n\nIf we can\u0027t successfully remove the request from the hash table again after\n\u0027zfcp_qdio_send()\u0027 fails (this happens regularly when zfcp cannot notify\nthe adapter about new work because the adapter is already gone during\ne.g. a ChpID toggle) we will end up with a double free. We unconditionally\nfree the request in the calling function when \u0027zfcp_fsf_req_send()\u0027 fails,\nbut because the request is still in the hash table we end up with a stale\nmemory reference, and once the zfcp adapter is either reset during recovery\nor shutdown we end up freeing the same memory twice.\n\nThe resulting stack traces vary depending on the kernel and have no direct\ncorrelation to the place where the bug occurs. Here are three examples that\nhave been seen in practice:\n\n list_del corruption. next-\u003eprev should be 00000001b9d13800, but was 00000000dead4ead. (next=00000001bd131a00)\n ------------[ cut here ]------------\n kernel BUG at lib/list_debug.c:62!\n monitor event: 0040 ilc:2 [#1] PREEMPT SMP\n Modules linked in: ...\n CPU: 9 PID: 1617 Comm: zfcperp0.0.1740 Kdump: loaded\n Hardware name: ...\n Krnl PSW : 0704d00180000000 00000003cbeea1f8 (__list_del_entry_valid+0x98/0x140)\n R:0 T:1 IO:1 EX:1 Key:0 M:1 W:0 P:0 AS:3 CC:1 PM:0 RI:0 EA:3\n Krnl GPRS: 00000000916d12f1 0000000080000000 000000000000006d 00000003cb665cd6\n 0000000000000001 0000000000000000 0000000000000000 00000000d28d21e8\n 00000000d3844000 00000380099efd28 00000001bd131a00 00000001b9d13800\n 00000000d3290100 0000000000000000 00000003cbeea1f4 00000380099efc70\n Krnl Code: 00000003cbeea1e8: c020004f68a7 larl %r2,00000003cc8d7336\n 00000003cbeea1ee: c0e50027fd65 brasl %r14,00000003cc3e9cb8\n #00000003cbeea1f4: af000000 mc 0,0\n \u003e00000003cbeea1f8: c02000920440 larl %r2,00000003cd12aa78\n 00000003cbeea1fe: c0e500289c25 brasl %r14,00000003cc3fda48\n 00000003cbeea204: b9040043 lgr %r4,%r3\n 00000003cbeea208: b9040051 lgr %r5,%r1\n 00000003cbeea20c: b9040032 lgr %r3,%r2\n Call Trace:\n [\u003c00000003cbeea1f8\u003e] __list_del_entry_valid+0x98/0x140\n ([\u003c00000003cbeea1f4\u003e] __list_del_entry_valid+0x94/0x140)\n [\u003c000003ff7ff502fe\u003e] zfcp_fsf_req_dismiss_all+0xde/0x150 [zfcp]\n [\u003c000003ff7ff49cd0\u003e] zfcp_erp_strategy_do_action+0x160/0x280 [zfcp]\n---truncated---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49789",
"url": "https://www.suse.com/security/cve/CVE-2022-49789"
},
{
"category": "external",
"summary": "SUSE Bug 1242366 for CVE-2022-49789",
"url": "https://bugzilla.suse.com/1242366"
},
{
"category": "external",
"summary": "SUSE Bug 1242376 for CVE-2022-49789",
"url": "https://bugzilla.suse.com/1242376"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "important"
}
],
"title": "CVE-2022-49789"
},
{
"cve": "CVE-2022-49790",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49790"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nInput: iforce - invert valid length check when fetching device IDs\n\nsyzbot is reporting uninitialized value at iforce_init_device() [1], for\ncommit 6ac0aec6b0a6 (\"Input: iforce - allow callers supply data buffer\nwhen fetching device IDs\") is checking that valid length is shorter than\nbytes to read. Since iforce_get_id_packet() stores valid length when\nreturning 0, the caller needs to check that valid length is longer than or\nequals to bytes to read.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49790",
"url": "https://www.suse.com/security/cve/CVE-2022-49790"
},
{
"category": "external",
"summary": "SUSE Bug 1242387 for CVE-2022-49790",
"url": "https://bugzilla.suse.com/1242387"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49790"
},
{
"cve": "CVE-2022-49792",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49792"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niio: adc: mp2629: fix potential array out of bound access\n\nAdd sentinel at end of maps to avoid potential array out of\nbound access in iio core.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49792",
"url": "https://www.suse.com/security/cve/CVE-2022-49792"
},
{
"category": "external",
"summary": "SUSE Bug 1242389 for CVE-2022-49792",
"url": "https://bugzilla.suse.com/1242389"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49792"
},
{
"cve": "CVE-2022-49793",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49793"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niio: trigger: sysfs: fix possible memory leak in iio_sysfs_trig_init()\n\ndev_set_name() allocates memory for name, it need be freed\nwhen device_add() fails, call put_device() to give up the\nreference that hold in device_initialize(), so that it can\nbe freed in kobject_cleanup() when the refcount hit to 0.\n\nFault injection test can trigger this:\n\nunreferenced object 0xffff8e8340a7b4c0 (size 32):\n comm \"modprobe\", pid 243, jiffies 4294678145 (age 48.845s)\n hex dump (first 32 bytes):\n 69 69 6f 5f 73 79 73 66 73 5f 74 72 69 67 67 65 iio_sysfs_trigge\n 72 00 a7 40 83 8e ff ff 00 86 13 c4 f6 ee ff ff r..@............\n backtrace:\n [\u003c0000000074999de8\u003e] __kmem_cache_alloc_node+0x1e9/0x360\n [\u003c00000000497fd30b\u003e] __kmalloc_node_track_caller+0x44/0x1a0\n [\u003c000000003636c520\u003e] kstrdup+0x2d/0x60\n [\u003c0000000032f84da2\u003e] kobject_set_name_vargs+0x1e/0x90\n [\u003c0000000092efe493\u003e] dev_set_name+0x4e/0x70",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49793",
"url": "https://www.suse.com/security/cve/CVE-2022-49793"
},
{
"category": "external",
"summary": "SUSE Bug 1242391 for CVE-2022-49793",
"url": "https://bugzilla.suse.com/1242391"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49793"
},
{
"cve": "CVE-2022-49794",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49794"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niio: adc: at91_adc: fix possible memory leak in at91_adc_allocate_trigger()\n\nIf iio_trigger_register() returns error, it should call iio_trigger_free()\nto give up the reference that hold in iio_trigger_alloc(), so that it can\ncall iio_trig_release() to free memory when the refcount hit to 0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49794",
"url": "https://www.suse.com/security/cve/CVE-2022-49794"
},
{
"category": "external",
"summary": "SUSE Bug 1242392 for CVE-2022-49794",
"url": "https://bugzilla.suse.com/1242392"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49794"
},
{
"cve": "CVE-2022-49795",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49795"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nrethook: fix a potential memleak in rethook_alloc()\n\nIn rethook_alloc(), the variable rh is not freed or passed out\nif handler is NULL, which could lead to a memleak, fix it.\n\n[Masami: Add \"rethook:\" tag to the title.]\n\nAcke-by: Masami Hiramatsu (Google) \u003cmhiramat@kernel.org\u003e",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49795",
"url": "https://www.suse.com/security/cve/CVE-2022-49795"
},
{
"category": "external",
"summary": "SUSE Bug 1242298 for CVE-2022-49795",
"url": "https://bugzilla.suse.com/1242298"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49795"
},
{
"cve": "CVE-2022-49796",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49796"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_gen_test_exit()\n\nWhen test_gen_kprobe_cmd() failed after kprobe_event_gen_cmd_end(), it\nwill goto delete, which will call kprobe_event_delete() and release the\ncorresponding resource. However, the trace_array in gen_kretprobe_test\nwill point to the invalid resource. Set gen_kretprobe_test to NULL\nafter called kprobe_event_delete() to prevent null-ptr-deref.\n\nBUG: kernel NULL pointer dereference, address: 0000000000000070\nPGD 0 P4D 0\nOops: 0000 [#1] SMP PTI\nCPU: 0 PID: 246 Comm: modprobe Tainted: G W\n6.1.0-rc1-00174-g9522dc5c87da-dirty #248\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS\nrel-1.15.0-0-g2dd4b9b3f840-prebuilt.qemu.org 04/01/2014\nRIP: 0010:__ftrace_set_clr_event_nolock+0x53/0x1b0\nCode: e8 82 26 fc ff 49 8b 1e c7 44 24 0c ea ff ff ff 49 39 de 0f 84 3c\n01 00 00 c7 44 24 18 00 00 00 00 e8 61 26 fc ff 48 8b 6b 10 \u003c44\u003e 8b 65\n70 4c 8b 6d 18 41 f7 c4 00 02 00 00 75 2f\nRSP: 0018:ffffc9000159fe00 EFLAGS: 00010293\nRAX: 0000000000000000 RBX: ffff88810971d268 RCX: 0000000000000000\nRDX: ffff8881080be600 RSI: ffffffff811b48ff RDI: ffff88810971d058\nRBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000001\nR10: ffffc9000159fe58 R11: 0000000000000001 R12: ffffffffa0001064\nR13: ffffffffa000106c R14: ffff88810971d238 R15: 0000000000000000\nFS: 00007f89eeff6540(0000) GS:ffff88813b600000(0000)\nknlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 0000000000000070 CR3: 000000010599e004 CR4: 0000000000330ef0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nCall Trace:\n \u003cTASK\u003e\n __ftrace_set_clr_event+0x3e/0x60\n trace_array_set_clr_event+0x35/0x50\n ? 0xffffffffa0000000\n kprobe_event_gen_test_exit+0xcd/0x10b [kprobe_event_gen_test]\n __x64_sys_delete_module+0x206/0x380\n ? lockdep_hardirqs_on_prepare+0xd8/0x190\n ? syscall_enter_from_user_mode+0x1c/0x50\n do_syscall_64+0x3f/0x90\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\nRIP: 0033:0x7f89eeb061b7",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49796",
"url": "https://www.suse.com/security/cve/CVE-2022-49796"
},
{
"category": "external",
"summary": "SUSE Bug 1242305 for CVE-2022-49796",
"url": "https://bugzilla.suse.com/1242305"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49796"
},
{
"cve": "CVE-2022-49797",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49797"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_event_gen_test_exit()\n\nWhen trace_get_event_file() failed, gen_kretprobe_test will be assigned\nas the error code. If module kprobe_event_gen_test is removed now, the\nnull pointer dereference will happen in kprobe_event_gen_test_exit().\nCheck if gen_kprobe_test or gen_kretprobe_test is error code or NULL\nbefore dereference them.\n\nBUG: kernel NULL pointer dereference, address: 0000000000000012\nPGD 0 P4D 0\nOops: 0000 [#1] SMP PTI\nCPU: 3 PID: 2210 Comm: modprobe Not tainted\n6.1.0-rc1-00171-g2159299a3b74-dirty #217\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS\nrel-1.15.0-0-g2dd4b9b3f840-prebuilt.qemu.org 04/01/2014\nRIP: 0010:kprobe_event_gen_test_exit+0x1c/0xb5 [kprobe_event_gen_test]\nCode: Unable to access opcode bytes at 0xffffffff9ffffff2.\nRSP: 0018:ffffc900015bfeb8 EFLAGS: 00010246\nRAX: ffffffffffffffea RBX: ffffffffa0002080 RCX: 0000000000000000\nRDX: ffffffffa0001054 RSI: ffffffffa0001064 RDI: ffffffffdfc6349c\nRBP: ffffffffa0000000 R08: 0000000000000004 R09: 00000000001e95c0\nR10: 0000000000000000 R11: 0000000000000001 R12: 0000000000000800\nR13: ffffffffa0002420 R14: 0000000000000000 R15: 0000000000000000\nFS: 00007f56b75be540(0000) GS:ffff88813bc00000(0000)\nknlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: ffffffff9ffffff2 CR3: 000000010874a006 CR4: 0000000000330ee0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nCall Trace:\n \u003cTASK\u003e\n __x64_sys_delete_module+0x206/0x380\n ? lockdep_hardirqs_on_prepare+0xd8/0x190\n ? syscall_enter_from_user_mode+0x1c/0x50\n do_syscall_64+0x3f/0x90\n entry_SYSCALL_64_after_hwframe+0x63/0xcd",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49797",
"url": "https://www.suse.com/security/cve/CVE-2022-49797"
},
{
"category": "external",
"summary": "SUSE Bug 1242320 for CVE-2022-49797",
"url": "https://bugzilla.suse.com/1242320"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49797"
},
{
"cve": "CVE-2022-49799",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49799"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntracing: Fix wild-memory-access in register_synth_event()\n\nIn register_synth_event(), if set_synth_event_print_fmt() failed, then\nboth trace_remove_event_call() and unregister_trace_event() will be\ncalled, which means the trace_event_call will call\n__unregister_trace_event() twice. As the result, the second unregister\nwill causes the wild-memory-access.\n\nregister_synth_event\n set_synth_event_print_fmt failed\n trace_remove_event_call\n event_remove\n if call-\u003eevent.funcs then\n __unregister_trace_event (first call)\n unregister_trace_event\n __unregister_trace_event (second call)\n\nFix the bug by avoiding to call the second __unregister_trace_event() by\nchecking if the first one is called.\n\ngeneral protection fault, probably for non-canonical address\n\t0xfbd59c0000000024: 0000 [#1] SMP KASAN PTI\nKASAN: maybe wild-memory-access in range\n[0xdead000000000120-0xdead000000000127]\nCPU: 0 PID: 3807 Comm: modprobe Not tainted\n6.1.0-rc1-00186-g76f33a7eedb4 #299\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS\nrel-1.15.0-0-g2dd4b9b3f840-prebuilt.qemu.org 04/01/2014\nRIP: 0010:unregister_trace_event+0x6e/0x280\nCode: 00 fc ff df 4c 89 ea 48 c1 ea 03 80 3c 02 00 0f 85 0e 02 00 00 48\nb8 00 00 00 00 00 fc ff df 4c 8b 63 08 4c 89 e2 48 c1 ea 03 \u003c80\u003e 3c 02\n00 0f 85 e2 01 00 00 49 89 2c 24 48 85 ed 74 28 e8 7a 9b\nRSP: 0018:ffff88810413f370 EFLAGS: 00010a06\nRAX: dffffc0000000000 RBX: ffff888105d050b0 RCX: 0000000000000000\nRDX: 1bd5a00000000024 RSI: ffff888119e276e0 RDI: ffffffff835a8b20\nRBP: dead000000000100 R08: 0000000000000000 R09: fffffbfff0913481\nR10: ffffffff8489a407 R11: fffffbfff0913480 R12: dead000000000122\nR13: ffff888105d050b8 R14: 0000000000000000 R15: ffff888105d05028\nFS: 00007f7823e8d540(0000) GS:ffff888119e00000(0000)\nknlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 00007f7823e7ebec CR3: 000000010a058002 CR4: 0000000000330ef0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nCall Trace:\n \u003cTASK\u003e\n __create_synth_event+0x1e37/0x1eb0\n create_or_delete_synth_event+0x110/0x250\n synth_event_run_command+0x2f/0x110\n test_gen_synth_cmd+0x170/0x2eb [synth_event_gen_test]\n synth_event_gen_test_init+0x76/0x9bc [synth_event_gen_test]\n do_one_initcall+0xdb/0x480\n do_init_module+0x1cf/0x680\n load_module+0x6a50/0x70a0\n __do_sys_finit_module+0x12f/0x1c0\n do_syscall_64+0x3f/0x90\n entry_SYSCALL_64_after_hwframe+0x63/0xcd",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49799",
"url": "https://www.suse.com/security/cve/CVE-2022-49799"
},
{
"category": "external",
"summary": "SUSE Bug 1242264 for CVE-2022-49799",
"url": "https://bugzilla.suse.com/1242264"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49799"
},
{
"cve": "CVE-2022-49800",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49800"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()\n\ntest_gen_synth_cmd() only free buf in fail path, hence buf will leak\nwhen there is no failure. Add kfree(buf) to prevent the memleak. The\nsame reason and solution in test_empty_synth_event().\n\nunreferenced object 0xffff8881127de000 (size 2048):\n comm \"modprobe\", pid 247, jiffies 4294972316 (age 78.756s)\n hex dump (first 32 bytes):\n 20 67 65 6e 5f 73 79 6e 74 68 5f 74 65 73 74 20 gen_synth_test\n 20 70 69 64 5f 74 20 6e 65 78 74 5f 70 69 64 5f pid_t next_pid_\n backtrace:\n [\u003c000000004254801a\u003e] kmalloc_trace+0x26/0x100\n [\u003c0000000039eb1cf5\u003e] 0xffffffffa00083cd\n [\u003c000000000e8c3bc8\u003e] 0xffffffffa00086ba\n [\u003c00000000c293d1ea\u003e] do_one_initcall+0xdb/0x480\n [\u003c00000000aa189e6d\u003e] do_init_module+0x1cf/0x680\n [\u003c00000000d513222b\u003e] load_module+0x6a50/0x70a0\n [\u003c000000001fd4d529\u003e] __do_sys_finit_module+0x12f/0x1c0\n [\u003c00000000b36c4c0f\u003e] do_syscall_64+0x3f/0x90\n [\u003c00000000bbf20cf3\u003e] entry_SYSCALL_64_after_hwframe+0x63/0xcd\nunreferenced object 0xffff8881127df000 (size 2048):\n comm \"modprobe\", pid 247, jiffies 4294972324 (age 78.728s)\n hex dump (first 32 bytes):\n 20 65 6d 70 74 79 5f 73 79 6e 74 68 5f 74 65 73 empty_synth_tes\n 74 20 20 70 69 64 5f 74 20 6e 65 78 74 5f 70 69 t pid_t next_pi\n backtrace:\n [\u003c000000004254801a\u003e] kmalloc_trace+0x26/0x100\n [\u003c00000000d4db9a3d\u003e] 0xffffffffa0008071\n [\u003c00000000c31354a5\u003e] 0xffffffffa00086ce\n [\u003c00000000c293d1ea\u003e] do_one_initcall+0xdb/0x480\n [\u003c00000000aa189e6d\u003e] do_init_module+0x1cf/0x680\n [\u003c00000000d513222b\u003e] load_module+0x6a50/0x70a0\n [\u003c000000001fd4d529\u003e] __do_sys_finit_module+0x12f/0x1c0\n [\u003c00000000b36c4c0f\u003e] do_syscall_64+0x3f/0x90\n [\u003c00000000bbf20cf3\u003e] entry_SYSCALL_64_after_hwframe+0x63/0xcd",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49800",
"url": "https://www.suse.com/security/cve/CVE-2022-49800"
},
{
"category": "external",
"summary": "SUSE Bug 1242265 for CVE-2022-49800",
"url": "https://bugzilla.suse.com/1242265"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49800"
},
{
"cve": "CVE-2022-49801",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49801"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntracing: Fix memory leak in tracing_read_pipe()\n\nkmemleak reports this issue:\n\nunreferenced object 0xffff888105a18900 (size 128):\n comm \"test_progs\", pid 18933, jiffies 4336275356 (age 22801.766s)\n hex dump (first 32 bytes):\n 25 73 00 90 81 88 ff ff 26 05 00 00 42 01 58 04 %s......\u0026...B.X.\n 03 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 ................\n backtrace:\n [\u003c00000000560143a1\u003e] __kmalloc_node_track_caller+0x4a/0x140\n [\u003c000000006af00822\u003e] krealloc+0x8d/0xf0\n [\u003c00000000c309be6a\u003e] trace_iter_expand_format+0x99/0x150\n [\u003c000000005a53bdb6\u003e] trace_check_vprintf+0x1e0/0x11d0\n [\u003c0000000065629d9d\u003e] trace_event_printf+0xb6/0xf0\n [\u003c000000009a690dc7\u003e] trace_raw_output_bpf_trace_printk+0x89/0xc0\n [\u003c00000000d22db172\u003e] print_trace_line+0x73c/0x1480\n [\u003c00000000cdba76ba\u003e] tracing_read_pipe+0x45c/0x9f0\n [\u003c0000000015b58459\u003e] vfs_read+0x17b/0x7c0\n [\u003c000000004aeee8ed\u003e] ksys_read+0xed/0x1c0\n [\u003c0000000063d3d898\u003e] do_syscall_64+0x3b/0x90\n [\u003c00000000a06dda7f\u003e] entry_SYSCALL_64_after_hwframe+0x63/0xcd\n\niter-\u003efmt alloced in\n tracing_read_pipe() -\u003e .. -\u003etrace_iter_expand_format(), but not\nfreed, to fix, add free in tracing_release_pipe()",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49801",
"url": "https://www.suse.com/security/cve/CVE-2022-49801"
},
{
"category": "external",
"summary": "SUSE Bug 1242338 for CVE-2022-49801",
"url": "https://bugzilla.suse.com/1242338"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49801"
},
{
"cve": "CVE-2022-49802",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49802"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nftrace: Fix null pointer dereference in ftrace_add_mod()\n\nThe @ftrace_mod is allocated by kzalloc(), so both the members {prev,next}\nof @ftrace_mode-\u003elist are NULL, it\u0027s not a valid state to call list_del().\nIf kstrdup() for @ftrace_mod-\u003e{func|module} fails, it goes to @out_free\ntag and calls free_ftrace_mod() to destroy @ftrace_mod, then list_del()\nwill write prev-\u003enext and next-\u003eprev, where null pointer dereference\nhappens.\n\nBUG: kernel NULL pointer dereference, address: 0000000000000008\nOops: 0002 [#1] PREEMPT SMP NOPTI\nCall Trace:\n \u003cTASK\u003e\n ftrace_mod_callback+0x20d/0x220\n ? do_filp_open+0xd9/0x140\n ftrace_process_regex.isra.51+0xbf/0x130\n ftrace_regex_write.isra.52.part.53+0x6e/0x90\n vfs_write+0xee/0x3a0\n ? __audit_filter_op+0xb1/0x100\n ? auditd_test_task+0x38/0x50\n ksys_write+0xa5/0xe0\n do_syscall_64+0x3a/0x90\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\nKernel panic - not syncing: Fatal exception\n\nSo call INIT_LIST_HEAD() to initialize the list member to fix this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49802",
"url": "https://www.suse.com/security/cve/CVE-2022-49802"
},
{
"category": "external",
"summary": "SUSE Bug 1242270 for CVE-2022-49802",
"url": "https://bugzilla.suse.com/1242270"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49802"
},
{
"cve": "CVE-2022-49807",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49807"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnvmet: fix a memory leak in nvmet_auth_set_key\n\nWhen changing dhchap secrets we need to release the old\nsecrets as well.\n\nkmemleak complaint:\n--\nunreferenced object 0xffff8c7f44ed8180 (size 64):\n comm \"check\", pid 7304, jiffies 4295686133 (age 72034.246s)\n hex dump (first 32 bytes):\n 44 48 48 43 2d 31 3a 30 30 3a 4c 64 4c 4f 64 71 DHHC-1:00:LdLOdq\n 79 56 69 67 77 48 55 32 6d 5a 59 4c 7a 35 59 38 yVigwHU2mZYLz5Y8\n backtrace:\n [\u003c00000000b6fc5071\u003e] kstrdup+0x2e/0x60\n [\u003c00000000f0f4633f\u003e] 0xffffffffc0e07ee6\n [\u003c0000000053006c05\u003e] 0xffffffffc0dff783\n [\u003c00000000419ae922\u003e] configfs_write_iter+0xb1/0x120\n [\u003c000000008183c424\u003e] vfs_write+0x2be/0x3c0\n [\u003c000000009005a2a5\u003e] ksys_write+0x5f/0xe0\n [\u003c00000000cd495c89\u003e] do_syscall_64+0x38/0x90\n [\u003c00000000f2a84ac5\u003e] entry_SYSCALL_64_after_hwframe+0x63/0xcd",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49807",
"url": "https://www.suse.com/security/cve/CVE-2022-49807"
},
{
"category": "external",
"summary": "SUSE Bug 1242357 for CVE-2022-49807",
"url": "https://bugzilla.suse.com/1242357"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49807"
},
{
"cve": "CVE-2022-49809",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49809"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/x25: Fix skb leak in x25_lapb_receive_frame()\n\nx25_lapb_receive_frame() using skb_copy() to get a private copy of\nskb, the new skb should be freed in the undersized/fragmented skb\nerror handling path. Otherwise there is a memory leak.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49809",
"url": "https://www.suse.com/security/cve/CVE-2022-49809"
},
{
"category": "external",
"summary": "SUSE Bug 1242402 for CVE-2022-49809",
"url": "https://bugzilla.suse.com/1242402"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49809"
},
{
"cve": "CVE-2022-49810",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49810"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfs: Fix missing xas_retry() calls in xarray iteration\n\nnetfslib has a number of places in which it performs iteration of an xarray\nwhilst being under the RCU read lock. It *should* call xas_retry() as the\nfirst thing inside of the loop and do \"continue\" if it returns true in case\nthe xarray walker passed out a special value indicating that the walk needs\nto be redone from the root[*].\n\nFix this by adding the missing retry checks.\n\n[*] I wonder if this should be done inside xas_find(), xas_next_node() and\n suchlike, but I\u0027m told that\u0027s not an simple change to effect.\n\nThis can cause an oops like that below. Note the faulting address - this\nis an internal value (|0x2) returned from xarray.\n\nBUG: kernel NULL pointer dereference, address: 0000000000000402\n...\nRIP: 0010:netfs_rreq_unlock+0xef/0x380 [netfs]\n...\nCall Trace:\n netfs_rreq_assess+0xa6/0x240 [netfs]\n netfs_readpage+0x173/0x3b0 [netfs]\n ? init_wait_var_entry+0x50/0x50\n filemap_read_page+0x33/0xf0\n filemap_get_pages+0x2f2/0x3f0\n filemap_read+0xaa/0x320\n ? do_filp_open+0xb2/0x150\n ? rmqueue+0x3be/0xe10\n ceph_read_iter+0x1fe/0x680 [ceph]\n ? new_sync_read+0x115/0x1a0\n new_sync_read+0x115/0x1a0\n vfs_read+0xf3/0x180\n ksys_read+0x5f/0xe0\n do_syscall_64+0x38/0x90\n entry_SYSCALL_64_after_hwframe+0x44/0xae\n\nChanges:\n========\nver #2)\n - Changed an unsigned int to a size_t to reduce the likelihood of an\n overflow as per Willy\u0027s suggestion.\n - Added an additional patch to fix the maths.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49810",
"url": "https://www.suse.com/security/cve/CVE-2022-49810"
},
{
"category": "external",
"summary": "SUSE Bug 1242489 for CVE-2022-49810",
"url": "https://bugzilla.suse.com/1242489"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49810"
},
{
"cve": "CVE-2022-49812",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49812"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbridge: switchdev: Fix memory leaks when changing VLAN protocol\n\nThe bridge driver can offload VLANs to the underlying hardware either\nvia switchdev or the 8021q driver. When the former is used, the VLAN is\nmarked in the bridge driver with the \u0027BR_VLFLAG_ADDED_BY_SWITCHDEV\u0027\nprivate flag.\n\nTo avoid the memory leaks mentioned in the cited commit, the bridge\ndriver will try to delete a VLAN via the 8021q driver if the VLAN is not\nmarked with the previously mentioned flag.\n\nWhen the VLAN protocol of the bridge changes, switchdev drivers are\nnotified via the \u0027SWITCHDEV_ATTR_ID_BRIDGE_VLAN_PROTOCOL\u0027 attribute, but\nthe 8021q driver is also called to add the existing VLANs with the new\nprotocol and delete them with the old protocol.\n\nIn case the VLANs were offloaded via switchdev, the above behavior is\nboth redundant and buggy. Redundant because the VLANs are already\nprogrammed in hardware and drivers that support VLAN protocol change\n(currently only mlx5) change the protocol upon the switchdev attribute\nnotification. Buggy because the 8021q driver is called despite these\nVLANs being marked with \u0027BR_VLFLAG_ADDED_BY_SWITCHDEV\u0027. This leads to\nmemory leaks [1] when the VLANs are deleted.\n\nFix by not calling the 8021q driver for VLANs that were already\nprogrammed via switchdev.\n\n[1]\nunreferenced object 0xffff8881f6771200 (size 256):\n comm \"ip\", pid 446855, jiffies 4298238841 (age 55.240s)\n hex dump (first 32 bytes):\n 00 00 7f 0e 83 88 ff ff 00 00 00 00 00 00 00 00 ................\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n backtrace:\n [\u003c00000000012819ac\u003e] vlan_vid_add+0x437/0x750\n [\u003c00000000f2281fad\u003e] __br_vlan_set_proto+0x289/0x920\n [\u003c000000000632b56f\u003e] br_changelink+0x3d6/0x13f0\n [\u003c0000000089d25f04\u003e] __rtnl_newlink+0x8ae/0x14c0\n [\u003c00000000f6276baf\u003e] rtnl_newlink+0x5f/0x90\n [\u003c00000000746dc902\u003e] rtnetlink_rcv_msg+0x336/0xa00\n [\u003c000000001c2241c0\u003e] netlink_rcv_skb+0x11d/0x340\n [\u003c0000000010588814\u003e] netlink_unicast+0x438/0x710\n [\u003c00000000e1a4cd5c\u003e] netlink_sendmsg+0x788/0xc40\n [\u003c00000000e8992d4e\u003e] sock_sendmsg+0xb0/0xe0\n [\u003c00000000621b8f91\u003e] ____sys_sendmsg+0x4ff/0x6d0\n [\u003c000000000ea26996\u003e] ___sys_sendmsg+0x12e/0x1b0\n [\u003c00000000684f7e25\u003e] __sys_sendmsg+0xab/0x130\n [\u003c000000004538b104\u003e] do_syscall_64+0x3d/0x90\n [\u003c0000000091ed9678\u003e] entry_SYSCALL_64_after_hwframe+0x46/0xb0",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49812",
"url": "https://www.suse.com/security/cve/CVE-2022-49812"
},
{
"category": "external",
"summary": "SUSE Bug 1242151 for CVE-2022-49812",
"url": "https://bugzilla.suse.com/1242151"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "low"
}
],
"title": "CVE-2022-49812"
},
{
"cve": "CVE-2022-49813",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49813"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: ena: Fix error handling in ena_init()\n\nThe ena_init() won\u0027t destroy workqueue created by\ncreate_singlethread_workqueue() when pci_register_driver() failed.\nCall destroy_workqueue() when pci_register_driver() failed to prevent the\nresource leak.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49813",
"url": "https://www.suse.com/security/cve/CVE-2022-49813"
},
{
"category": "external",
"summary": "SUSE Bug 1242497 for CVE-2022-49813",
"url": "https://bugzilla.suse.com/1242497"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49813"
},
{
"cve": "CVE-2022-49818",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49818"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmISDN: fix misuse of put_device() in mISDN_register_device()\n\nWe should not release reference by put_device() before calling device_initialize().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49818",
"url": "https://www.suse.com/security/cve/CVE-2022-49818"
},
{
"category": "external",
"summary": "SUSE Bug 1242527 for CVE-2022-49818",
"url": "https://bugzilla.suse.com/1242527"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49818"
},
{
"cve": "CVE-2022-49821",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49821"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmISDN: fix possible memory leak in mISDN_dsp_element_register()\n\nAfer commit 1fa5ae857bb1 (\"driver core: get rid of struct device\u0027s\nbus_id string array\"), the name of device is allocated dynamically,\nuse put_device() to give up the reference, so that the name can be\nfreed in kobject_cleanup() when the refcount is 0.\n\nThe \u0027entry\u0027 is going to be freed in mISDN_dsp_dev_release(), so the\nkfree() is removed. list_del() is called in mISDN_dsp_dev_release(),\nso it need be initialized.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49821",
"url": "https://www.suse.com/security/cve/CVE-2022-49821"
},
{
"category": "external",
"summary": "SUSE Bug 1242542 for CVE-2022-49821",
"url": "https://bugzilla.suse.com/1242542"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49821"
},
{
"cve": "CVE-2022-49822",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49822"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncifs: Fix connections leak when tlink setup failed\n\nIf the tlink setup failed, lost to put the connections, then\nthe module refcnt leak since the cifsd kthread not exit.\n\nAlso leak the fscache info, and for next mount with fsc, it will\nprint the follow errors:\n CIFS: Cache volume key already in use (cifs,127.0.0.1:445,TEST)\n\nLet\u0027s check the result of tlink setup, and do some cleanup.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49822",
"url": "https://www.suse.com/security/cve/CVE-2022-49822"
},
{
"category": "external",
"summary": "SUSE Bug 1242544 for CVE-2022-49822",
"url": "https://bugzilla.suse.com/1242544"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49822"
},
{
"cve": "CVE-2022-49823",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49823"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nata: libata-transport: fix error handling in ata_tdev_add()\n\nIn ata_tdev_add(), the return value of transport_add_device() is\nnot checked. As a result, it causes null-ptr-deref while removing\nthe module, because transport_remove_device() is called to remove\nthe device that was not added.\n\nUnable to handle kernel NULL pointer dereference at virtual address 00000000000000d0\nCPU: 13 PID: 13603 Comm: rmmod Kdump: loaded Tainted: G W 6.1.0-rc3+ #36\npstate: 60400009 (nZCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)\npc : device_del+0x48/0x3a0\nlr : device_del+0x44/0x3a0\nCall trace:\n device_del+0x48/0x3a0\n attribute_container_class_device_del+0x28/0x40\n transport_remove_classdev+0x60/0x7c\n attribute_container_device_trigger+0x118/0x120\n transport_remove_device+0x20/0x30\n ata_tdev_delete+0x24/0x50 [libata]\n ata_tlink_delete+0x40/0xa0 [libata]\n ata_tport_delete+0x2c/0x60 [libata]\n ata_port_detach+0x148/0x1b0 [libata]\n ata_pci_remove_one+0x50/0x80 [libata]\n ahci_remove_one+0x4c/0x8c [ahci]\n\nFix this by checking and handling return value of transport_add_device()\nin ata_tdev_add(). In the error path, device_del() is called to delete\nthe device which was added earlier in this function, and ata_tdev_free()\nis called to free ata_dev.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49823",
"url": "https://www.suse.com/security/cve/CVE-2022-49823"
},
{
"category": "external",
"summary": "SUSE Bug 1242545 for CVE-2022-49823",
"url": "https://bugzilla.suse.com/1242545"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49823"
},
{
"cve": "CVE-2022-49824",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49824"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nata: libata-transport: fix error handling in ata_tlink_add()\n\nIn ata_tlink_add(), the return value of transport_add_device() is\nnot checked. As a result, it causes null-ptr-deref while removing\nthe module, because transport_remove_device() is called to remove\nthe device that was not added.\n\nUnable to handle kernel NULL pointer dereference at virtual address 00000000000000d0\nCPU: 33 PID: 13850 Comm: rmmod Kdump: loaded Tainted: G W 6.1.0-rc3+ #12\npstate: 60400009 (nZCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)\npc : device_del+0x48/0x39c\nlr : device_del+0x44/0x39c\nCall trace:\n device_del+0x48/0x39c\n attribute_container_class_device_del+0x28/0x40\n transport_remove_classdev+0x60/0x7c\n attribute_container_device_trigger+0x118/0x120\n transport_remove_device+0x20/0x30\n ata_tlink_delete+0x88/0xb0 [libata]\n ata_tport_delete+0x2c/0x60 [libata]\n ata_port_detach+0x148/0x1b0 [libata]\n ata_pci_remove_one+0x50/0x80 [libata]\n ahci_remove_one+0x4c/0x8c [ahci]\n\nFix this by checking and handling return value of transport_add_device()\nin ata_tlink_add().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49824",
"url": "https://www.suse.com/security/cve/CVE-2022-49824"
},
{
"category": "external",
"summary": "SUSE Bug 1242547 for CVE-2022-49824",
"url": "https://bugzilla.suse.com/1242547"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49824"
},
{
"cve": "CVE-2022-49825",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49825"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nata: libata-transport: fix error handling in ata_tport_add()\n\nIn ata_tport_add(), the return value of transport_add_device() is\nnot checked. As a result, it causes null-ptr-deref while removing\nthe module, because transport_remove_device() is called to remove\nthe device that was not added.\n\nUnable to handle kernel NULL pointer dereference at virtual address 00000000000000d0\nCPU: 12 PID: 13605 Comm: rmmod Kdump: loaded Tainted: G W 6.1.0-rc3+ #8\npstate: 60400009 (nZCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)\npc : device_del+0x48/0x39c\nlr : device_del+0x44/0x39c\nCall trace:\n device_del+0x48/0x39c\n attribute_container_class_device_del+0x28/0x40\n transport_remove_classdev+0x60/0x7c\n attribute_container_device_trigger+0x118/0x120\n transport_remove_device+0x20/0x30\n ata_tport_delete+0x34/0x60 [libata]\n ata_port_detach+0x148/0x1b0 [libata]\n ata_pci_remove_one+0x50/0x80 [libata]\n ahci_remove_one+0x4c/0x8c [ahci]\n\nFix this by checking and handling return value of transport_add_device()\nin ata_tport_add().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49825",
"url": "https://www.suse.com/security/cve/CVE-2022-49825"
},
{
"category": "external",
"summary": "SUSE Bug 1242548 for CVE-2022-49825",
"url": "https://bugzilla.suse.com/1242548"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49825"
},
{
"cve": "CVE-2022-49826",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49826"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nata: libata-transport: fix double ata_host_put() in ata_tport_add()\n\nIn the error path in ata_tport_add(), when calling put_device(),\nata_tport_release() is called, it will put the refcount of \u0027ap-\u003ehost\u0027.\n\nAnd then ata_host_put() is called again, the refcount is decreased\nto 0, ata_host_release() is called, all ports are freed and set to\nnull.\n\nWhen unbinding the device after failure, ata_host_stop() is called\nto release the resources, it leads a null-ptr-deref(), because all\nthe ports all freed and null.\n\nUnable to handle kernel NULL pointer dereference at virtual address 0000000000000008\nCPU: 7 PID: 18671 Comm: modprobe Kdump: loaded Tainted: G E 6.1.0-rc3+ #8\npstate: 80400009 (Nzcv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)\npc : ata_host_stop+0x3c/0x84 [libata]\nlr : release_nodes+0x64/0xd0\nCall trace:\n ata_host_stop+0x3c/0x84 [libata]\n release_nodes+0x64/0xd0\n devres_release_all+0xbc/0x1b0\n device_unbind_cleanup+0x20/0x70\n really_probe+0x158/0x320\n __driver_probe_device+0x84/0x120\n driver_probe_device+0x44/0x120\n __driver_attach+0xb4/0x220\n bus_for_each_dev+0x78/0xdc\n driver_attach+0x2c/0x40\n bus_add_driver+0x184/0x240\n driver_register+0x80/0x13c\n __pci_register_driver+0x4c/0x60\n ahci_pci_driver_init+0x30/0x1000 [ahci]\n\nFix this by removing redundant ata_host_put() in the error path.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49826",
"url": "https://www.suse.com/security/cve/CVE-2022-49826"
},
{
"category": "external",
"summary": "SUSE Bug 1242549 for CVE-2022-49826",
"url": "https://bugzilla.suse.com/1242549"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49826"
},
{
"cve": "CVE-2022-49827",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49827"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm: Fix potential null-ptr-deref in drm_vblank_destroy_worker()\n\ndrm_vblank_init() call drmm_add_action_or_reset() with\ndrm_vblank_init_release() as action. If __drmm_add_action() failed, will\ndirectly call drm_vblank_init_release() with the vblank whose worker is\nNULL. As the resule, a null-ptr-deref will happen in\nkthread_destroy_worker(). Add the NULL check before calling\ndrm_vblank_destroy_worker().\n\nBUG: null-ptr-deref\nKASAN: null-ptr-deref in range [0x0000000000000068-0x000000000000006f]\nCPU: 5 PID: 961 Comm: modprobe Not tainted 6.0.0-11331-gd465bff130bf-dirty\nRIP: 0010:kthread_destroy_worker+0x25/0xb0\n Call Trace:\n \u003cTASK\u003e\n drm_vblank_init_release+0x124/0x220 [drm]\n ? drm_crtc_vblank_restore+0x8b0/0x8b0 [drm]\n __drmm_add_action_or_reset+0x41/0x50 [drm]\n drm_vblank_init+0x282/0x310 [drm]\n vkms_init+0x35f/0x1000 [vkms]\n ? 0xffffffffc4508000\n ? lock_is_held_type+0xd7/0x130\n ? __kmem_cache_alloc_node+0x1c2/0x2b0\n ? lock_is_held_type+0xd7/0x130\n ? 0xffffffffc4508000\n do_one_initcall+0xd0/0x4f0\n ...\n do_syscall_64+0x35/0x80\n entry_SYSCALL_64_after_hwframe+0x46/0xb0",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49827",
"url": "https://www.suse.com/security/cve/CVE-2022-49827"
},
{
"category": "external",
"summary": "SUSE Bug 1242689 for CVE-2022-49827",
"url": "https://bugzilla.suse.com/1242689"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49827"
},
{
"cve": "CVE-2022-49830",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49830"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/drv: Fix potential memory leak in drm_dev_init()\n\ndrm_dev_init() will add drm_dev_init_release() as a callback. When\ndrmm_add_action() failed, the release function won\u0027t be added. As the\nresult, the ref cnt added by device_get() in drm_dev_init() won\u0027t be put\nby drm_dev_init_release(), which leads to the memleak. Use\ndrmm_add_action_or_reset() instead of drmm_add_action() to prevent\nmemleak.\n\nunreferenced object 0xffff88810bc0c800 (size 2048):\n comm \"modprobe\", pid 8322, jiffies 4305809845 (age 15.292s)\n hex dump (first 32 bytes):\n e8 cc c0 0b 81 88 ff ff ff ff ff ff 00 00 00 00 ................\n 20 24 3c 0c 81 88 ff ff 18 c8 c0 0b 81 88 ff ff $\u003c.............\n backtrace:\n [\u003c000000007251f72d\u003e] __kmalloc+0x4b/0x1c0\n [\u003c0000000045f21f26\u003e] platform_device_alloc+0x2d/0xe0\n [\u003c000000004452a479\u003e] platform_device_register_full+0x24/0x1c0\n [\u003c0000000089f4ea61\u003e] 0xffffffffa0736051\n [\u003c00000000235b2441\u003e] do_one_initcall+0x7a/0x380\n [\u003c0000000001a4a177\u003e] do_init_module+0x5c/0x230\n [\u003c000000002bf8a8e2\u003e] load_module+0x227d/0x2420\n [\u003c00000000637d6d0a\u003e] __do_sys_finit_module+0xd5/0x140\n [\u003c00000000c99fc324\u003e] do_syscall_64+0x3f/0x90\n [\u003c000000004d85aa77\u003e] entry_SYSCALL_64_after_hwframe+0x63/0xcd",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49830",
"url": "https://www.suse.com/security/cve/CVE-2022-49830"
},
{
"category": "external",
"summary": "SUSE Bug 1242150 for CVE-2022-49830",
"url": "https://bugzilla.suse.com/1242150"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "low"
}
],
"title": "CVE-2022-49830"
},
{
"cve": "CVE-2022-49832",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49832"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\npinctrl: devicetree: fix null pointer dereferencing in pinctrl_dt_to_map\n\nHere is the BUG report by KASAN about null pointer dereference:\n\nBUG: KASAN: null-ptr-deref in strcmp+0x2e/0x50\nRead of size 1 at addr 0000000000000000 by task python3/2640\nCall Trace:\n strcmp\n __of_find_property\n of_find_property\n pinctrl_dt_to_map\n\nkasprintf() would return NULL pointer when kmalloc() fail to allocate.\nSo directly return ENOMEM, if kasprintf() return NULL pointer.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49832",
"url": "https://www.suse.com/security/cve/CVE-2022-49832"
},
{
"category": "external",
"summary": "SUSE Bug 1242154 for CVE-2022-49832",
"url": "https://bugzilla.suse.com/1242154"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49832"
},
{
"cve": "CVE-2022-49834",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49834"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnilfs2: fix use-after-free bug of ns_writer on remount\n\nIf a nilfs2 filesystem is downgraded to read-only due to metadata\ncorruption on disk and is remounted read/write, or if emergency read-only\nremount is performed, detaching a log writer and synchronizing the\nfilesystem can be done at the same time.\n\nIn these cases, use-after-free of the log writer (hereinafter\nnilfs-\u003ens_writer) can happen as shown in the scenario below:\n\n Task1 Task2\n -------------------------------- ------------------------------\n nilfs_construct_segment\n nilfs_segctor_sync\n init_wait\n init_waitqueue_entry\n add_wait_queue\n schedule\n nilfs_remount (R/W remount case)\n\t\t\t\t nilfs_attach_log_writer\n nilfs_detach_log_writer\n nilfs_segctor_destroy\n kfree\n finish_wait\n _raw_spin_lock_irqsave\n __raw_spin_lock_irqsave\n do_raw_spin_lock\n debug_spin_lock_before \u003c-- use-after-free\n\nWhile Task1 is sleeping, nilfs-\u003ens_writer is freed by Task2. After Task1\nwaked up, Task1 accesses nilfs-\u003ens_writer which is already freed. This\nscenario diagram is based on the Shigeru Yoshida\u0027s post [1].\n\nThis patch fixes the issue by not detaching nilfs-\u003ens_writer on remount so\nthat this UAF race doesn\u0027t happen. Along with this change, this patch\nalso inserts a few necessary read-only checks with superblock instance\nwhere only the ns_writer pointer was used to check if the filesystem is\nread-only.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49834",
"url": "https://www.suse.com/security/cve/CVE-2022-49834"
},
{
"category": "external",
"summary": "SUSE Bug 1242695 for CVE-2022-49834",
"url": "https://bugzilla.suse.com/1242695"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "important"
}
],
"title": "CVE-2022-49834"
},
{
"cve": "CVE-2022-49835",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49835"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: hda: fix potential memleak in \u0027add_widget_node\u0027\n\nAs \u0027kobject_add\u0027 may allocated memory for \u0027kobject-\u003ename\u0027 when return error.\nAnd in this function, if call \u0027kobject_add\u0027 failed didn\u0027t free kobject.\nSo call \u0027kobject_put\u0027 to recycling resources.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49835",
"url": "https://www.suse.com/security/cve/CVE-2022-49835"
},
{
"category": "external",
"summary": "SUSE Bug 1242385 for CVE-2022-49835",
"url": "https://bugzilla.suse.com/1242385"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49835"
},
{
"cve": "CVE-2022-49836",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49836"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsiox: fix possible memory leak in siox_device_add()\n\nIf device_register() returns error in siox_device_add(),\nthe name allocated by dev_set_name() need be freed. As\ncomment of device_register() says, it should use put_device()\nto give up the reference in the error path. So fix this\nby calling put_device(), then the name can be freed in\nkobject_cleanup(), and sdevice is freed in siox_device_release(),\nset it to null in error path.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49836",
"url": "https://www.suse.com/security/cve/CVE-2022-49836"
},
{
"category": "external",
"summary": "SUSE Bug 1242355 for CVE-2022-49836",
"url": "https://bugzilla.suse.com/1242355"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49836"
},
{
"cve": "CVE-2022-49837",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49837"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbpf: Fix memory leaks in __check_func_call\n\nkmemleak reports this issue:\n\nunreferenced object 0xffff88817139d000 (size 2048):\n comm \"test_progs\", pid 33246, jiffies 4307381979 (age 45851.820s)\n hex dump (first 32 bytes):\n 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n backtrace:\n [\u003c0000000045f075f0\u003e] kmalloc_trace+0x27/0xa0\n [\u003c0000000098b7c90a\u003e] __check_func_call+0x316/0x1230\n [\u003c00000000b4c3c403\u003e] check_helper_call+0x172e/0x4700\n [\u003c00000000aa3875b7\u003e] do_check+0x21d8/0x45e0\n [\u003c000000001147357b\u003e] do_check_common+0x767/0xaf0\n [\u003c00000000b5a595b4\u003e] bpf_check+0x43e3/0x5bc0\n [\u003c0000000011e391b1\u003e] bpf_prog_load+0xf26/0x1940\n [\u003c0000000007f765c0\u003e] __sys_bpf+0xd2c/0x3650\n [\u003c00000000839815d6\u003e] __x64_sys_bpf+0x75/0xc0\n [\u003c00000000946ee250\u003e] do_syscall_64+0x3b/0x90\n [\u003c0000000000506b7f\u003e] entry_SYSCALL_64_after_hwframe+0x63/0xcd\n\nThe root case here is: In function prepare_func_exit(), the callee is\nnot released in the abnormal scenario after \"state-\u003ecurframe--;\". To\nfix, move \"state-\u003ecurframe--;\" to the very bottom of the function,\nright when we free callee and reset frame[] pointer to NULL, as Andrii\nsuggested.\n\nIn addition, function __check_func_call() has a similar problem. In\nthe abnormal scenario before \"state-\u003ecurframe++;\", the callee also\nshould be released by free_func_state().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49837",
"url": "https://www.suse.com/security/cve/CVE-2022-49837"
},
{
"category": "external",
"summary": "SUSE Bug 1242160 for CVE-2022-49837",
"url": "https://bugzilla.suse.com/1242160"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "low"
}
],
"title": "CVE-2022-49837"
},
{
"cve": "CVE-2022-49839",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49839"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: scsi_transport_sas: Fix error handling in sas_phy_add()\n\nIf transport_add_device() fails in sas_phy_add(), the kernel will crash\ntrying to delete the device in transport_remove_device() called from\nsas_remove_host().\n\nUnable to handle kernel NULL pointer dereference at virtual address 0000000000000108\nCPU: 61 PID: 42829 Comm: rmmod Kdump: loaded Tainted: G W 6.1.0-rc1+ #173\npstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)\npc : device_del+0x54/0x3d0\nlr : device_del+0x37c/0x3d0\nCall trace:\n device_del+0x54/0x3d0\n attribute_container_class_device_del+0x28/0x38\n transport_remove_classdev+0x6c/0x80\n attribute_container_device_trigger+0x108/0x110\n transport_remove_device+0x28/0x38\n sas_phy_delete+0x30/0x60 [scsi_transport_sas]\n do_sas_phy_delete+0x6c/0x80 [scsi_transport_sas]\n device_for_each_child+0x68/0xb0\n sas_remove_children+0x40/0x50 [scsi_transport_sas]\n sas_remove_host+0x20/0x38 [scsi_transport_sas]\n hisi_sas_remove+0x40/0x68 [hisi_sas_main]\n hisi_sas_v2_remove+0x20/0x30 [hisi_sas_v2_hw]\n platform_remove+0x2c/0x60\n\nFix this by checking and handling return value of transport_add_device()\nin sas_phy_add().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49839",
"url": "https://www.suse.com/security/cve/CVE-2022-49839"
},
{
"category": "external",
"summary": "SUSE Bug 1242443 for CVE-2022-49839",
"url": "https://bugzilla.suse.com/1242443"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49839"
},
{
"cve": "CVE-2022-49841",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49841"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49841",
"url": "https://www.suse.com/security/cve/CVE-2022-49841"
},
{
"category": "external",
"summary": "SUSE Bug 1242473 for CVE-2022-49841",
"url": "https://bugzilla.suse.com/1242473"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49841"
},
{
"cve": "CVE-2022-49842",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49842"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49842",
"url": "https://www.suse.com/security/cve/CVE-2022-49842"
},
{
"category": "external",
"summary": "SUSE Bug 1242484 for CVE-2022-49842",
"url": "https://bugzilla.suse.com/1242484"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49842"
},
{
"cve": "CVE-2022-49845",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49845"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49845",
"url": "https://www.suse.com/security/cve/CVE-2022-49845"
},
{
"category": "external",
"summary": "SUSE Bug 1243133 for CVE-2022-49845",
"url": "https://bugzilla.suse.com/1243133"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49845"
},
{
"cve": "CVE-2022-49846",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49846"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49846",
"url": "https://www.suse.com/security/cve/CVE-2022-49846"
},
{
"category": "external",
"summary": "SUSE Bug 1242716 for CVE-2022-49846",
"url": "https://bugzilla.suse.com/1242716"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49846"
},
{
"cve": "CVE-2022-49850",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49850"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49850",
"url": "https://www.suse.com/security/cve/CVE-2022-49850"
},
{
"category": "external",
"summary": "SUSE Bug 1242164 for CVE-2022-49850",
"url": "https://bugzilla.suse.com/1242164"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49850"
},
{
"cve": "CVE-2022-49853",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49853"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49853",
"url": "https://www.suse.com/security/cve/CVE-2022-49853"
},
{
"category": "external",
"summary": "SUSE Bug 1242688 for CVE-2022-49853",
"url": "https://bugzilla.suse.com/1242688"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49853"
},
{
"cve": "CVE-2022-49858",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49858"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49858",
"url": "https://www.suse.com/security/cve/CVE-2022-49858"
},
{
"category": "external",
"summary": "SUSE Bug 1242589 for CVE-2022-49858",
"url": "https://bugzilla.suse.com/1242589"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49858"
},
{
"cve": "CVE-2022-49860",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49860"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49860",
"url": "https://www.suse.com/security/cve/CVE-2022-49860"
},
{
"category": "external",
"summary": "SUSE Bug 1242586 for CVE-2022-49860",
"url": "https://bugzilla.suse.com/1242586"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49860"
},
{
"cve": "CVE-2022-49861",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49861"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49861",
"url": "https://www.suse.com/security/cve/CVE-2022-49861"
},
{
"category": "external",
"summary": "SUSE Bug 1242580 for CVE-2022-49861",
"url": "https://bugzilla.suse.com/1242580"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49861"
},
{
"cve": "CVE-2022-49863",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49863"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49863",
"url": "https://www.suse.com/security/cve/CVE-2022-49863"
},
{
"category": "external",
"summary": "SUSE Bug 1242169 for CVE-2022-49863",
"url": "https://bugzilla.suse.com/1242169"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49863"
},
{
"cve": "CVE-2022-49864",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49864"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49864",
"url": "https://www.suse.com/security/cve/CVE-2022-49864"
},
{
"category": "external",
"summary": "SUSE Bug 1242685 for CVE-2022-49864",
"url": "https://bugzilla.suse.com/1242685"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49864"
},
{
"cve": "CVE-2022-49865",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49865"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49865",
"url": "https://www.suse.com/security/cve/CVE-2022-49865"
},
{
"category": "external",
"summary": "SUSE Bug 1242570 for CVE-2022-49865",
"url": "https://bugzilla.suse.com/1242570"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49865"
},
{
"cve": "CVE-2022-49868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49868"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49868",
"url": "https://www.suse.com/security/cve/CVE-2022-49868"
},
{
"category": "external",
"summary": "SUSE Bug 1242550 for CVE-2022-49868",
"url": "https://bugzilla.suse.com/1242550"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "low"
}
],
"title": "CVE-2022-49868"
},
{
"cve": "CVE-2022-49869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49869"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49869",
"url": "https://www.suse.com/security/cve/CVE-2022-49869"
},
{
"category": "external",
"summary": "SUSE Bug 1242158 for CVE-2022-49869",
"url": "https://bugzilla.suse.com/1242158"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49869"
},
{
"cve": "CVE-2022-49870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49870"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49870",
"url": "https://www.suse.com/security/cve/CVE-2022-49870"
},
{
"category": "external",
"summary": "SUSE Bug 1242551 for CVE-2022-49870",
"url": "https://bugzilla.suse.com/1242551"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "low"
}
],
"title": "CVE-2022-49870"
},
{
"cve": "CVE-2022-49871",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49871"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49871",
"url": "https://www.suse.com/security/cve/CVE-2022-49871"
},
{
"category": "external",
"summary": "SUSE Bug 1242558 for CVE-2022-49871",
"url": "https://bugzilla.suse.com/1242558"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49871"
},
{
"cve": "CVE-2022-49874",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49874"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49874",
"url": "https://www.suse.com/security/cve/CVE-2022-49874"
},
{
"category": "external",
"summary": "SUSE Bug 1242478 for CVE-2022-49874",
"url": "https://bugzilla.suse.com/1242478"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49874"
},
{
"cve": "CVE-2022-49879",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49879"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49879",
"url": "https://www.suse.com/security/cve/CVE-2022-49879"
},
{
"category": "external",
"summary": "SUSE Bug 1242733 for CVE-2022-49879",
"url": "https://bugzilla.suse.com/1242733"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49879"
},
{
"cve": "CVE-2022-49880",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49880"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49880",
"url": "https://www.suse.com/security/cve/CVE-2022-49880"
},
{
"category": "external",
"summary": "SUSE Bug 1242734 for CVE-2022-49880",
"url": "https://bugzilla.suse.com/1242734"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49880"
},
{
"cve": "CVE-2022-49881",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49881"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49881",
"url": "https://www.suse.com/security/cve/CVE-2022-49881"
},
{
"category": "external",
"summary": "SUSE Bug 1242481 for CVE-2022-49881",
"url": "https://bugzilla.suse.com/1242481"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49881"
},
{
"cve": "CVE-2022-49885",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49885"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49885",
"url": "https://www.suse.com/security/cve/CVE-2022-49885"
},
{
"category": "external",
"summary": "SUSE Bug 1242735 for CVE-2022-49885",
"url": "https://bugzilla.suse.com/1242735"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49885"
},
{
"cve": "CVE-2022-49886",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49886"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49886",
"url": "https://www.suse.com/security/cve/CVE-2022-49886"
},
{
"category": "external",
"summary": "SUSE Bug 1242474 for CVE-2022-49886",
"url": "https://bugzilla.suse.com/1242474"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49886"
},
{
"cve": "CVE-2022-49887",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49887"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49887",
"url": "https://www.suse.com/security/cve/CVE-2022-49887"
},
{
"category": "external",
"summary": "SUSE Bug 1242736 for CVE-2022-49887",
"url": "https://bugzilla.suse.com/1242736"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49887"
},
{
"cve": "CVE-2022-49888",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49888"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49888",
"url": "https://www.suse.com/security/cve/CVE-2022-49888"
},
{
"category": "external",
"summary": "SUSE Bug 1242458 for CVE-2022-49888",
"url": "https://bugzilla.suse.com/1242458"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49888"
},
{
"cve": "CVE-2022-49889",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49889"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49889",
"url": "https://www.suse.com/security/cve/CVE-2022-49889"
},
{
"category": "external",
"summary": "SUSE Bug 1242455 for CVE-2022-49889",
"url": "https://bugzilla.suse.com/1242455"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49889"
},
{
"cve": "CVE-2022-49890",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49890"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49890",
"url": "https://www.suse.com/security/cve/CVE-2022-49890"
},
{
"category": "external",
"summary": "SUSE Bug 1242469 for CVE-2022-49890",
"url": "https://bugzilla.suse.com/1242469"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49890"
},
{
"cve": "CVE-2022-49891",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49891"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49891",
"url": "https://www.suse.com/security/cve/CVE-2022-49891"
},
{
"category": "external",
"summary": "SUSE Bug 1242456 for CVE-2022-49891",
"url": "https://bugzilla.suse.com/1242456"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49891"
},
{
"cve": "CVE-2022-49892",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49892"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49892",
"url": "https://www.suse.com/security/cve/CVE-2022-49892"
},
{
"category": "external",
"summary": "SUSE Bug 1242449 for CVE-2022-49892",
"url": "https://bugzilla.suse.com/1242449"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49892"
},
{
"cve": "CVE-2022-49900",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49900"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49900",
"url": "https://www.suse.com/security/cve/CVE-2022-49900"
},
{
"category": "external",
"summary": "SUSE Bug 1242454 for CVE-2022-49900",
"url": "https://bugzilla.suse.com/1242454"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49900"
},
{
"cve": "CVE-2022-49901",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49901"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49901",
"url": "https://www.suse.com/security/cve/CVE-2022-49901"
},
{
"category": "external",
"summary": "SUSE Bug 1242448 for CVE-2022-49901",
"url": "https://bugzilla.suse.com/1242448"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49901"
},
{
"cve": "CVE-2022-49902",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49902"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49902",
"url": "https://www.suse.com/security/cve/CVE-2022-49902"
},
{
"category": "external",
"summary": "SUSE Bug 1242465 for CVE-2022-49902",
"url": "https://bugzilla.suse.com/1242465"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49902"
},
{
"cve": "CVE-2022-49905",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49905"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49905",
"url": "https://www.suse.com/security/cve/CVE-2022-49905"
},
{
"category": "external",
"summary": "SUSE Bug 1242467 for CVE-2022-49905",
"url": "https://bugzilla.suse.com/1242467"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49905"
},
{
"cve": "CVE-2022-49906",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49906"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49906",
"url": "https://www.suse.com/security/cve/CVE-2022-49906"
},
{
"category": "external",
"summary": "SUSE Bug 1242464 for CVE-2022-49906",
"url": "https://bugzilla.suse.com/1242464"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49906"
},
{
"cve": "CVE-2022-49908",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49908"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49908",
"url": "https://www.suse.com/security/cve/CVE-2022-49908"
},
{
"category": "external",
"summary": "SUSE Bug 1242157 for CVE-2022-49908",
"url": "https://bugzilla.suse.com/1242157"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49908"
},
{
"cve": "CVE-2022-49909",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49909"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49909",
"url": "https://www.suse.com/security/cve/CVE-2022-49909"
},
{
"category": "external",
"summary": "SUSE Bug 1242453 for CVE-2022-49909",
"url": "https://bugzilla.suse.com/1242453"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49909"
},
{
"cve": "CVE-2022-49910",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49910"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49910",
"url": "https://www.suse.com/security/cve/CVE-2022-49910"
},
{
"category": "external",
"summary": "SUSE Bug 1242452 for CVE-2022-49910",
"url": "https://bugzilla.suse.com/1242452"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49910"
},
{
"cve": "CVE-2022-49915",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49915"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49915",
"url": "https://www.suse.com/security/cve/CVE-2022-49915"
},
{
"category": "external",
"summary": "SUSE Bug 1242409 for CVE-2022-49915",
"url": "https://bugzilla.suse.com/1242409"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49915"
},
{
"cve": "CVE-2022-49916",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49916"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49916",
"url": "https://www.suse.com/security/cve/CVE-2022-49916"
},
{
"category": "external",
"summary": "SUSE Bug 1242421 for CVE-2022-49916",
"url": "https://bugzilla.suse.com/1242421"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49916"
},
{
"cve": "CVE-2022-49917",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49917"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49917",
"url": "https://www.suse.com/security/cve/CVE-2022-49917"
},
{
"category": "external",
"summary": "SUSE Bug 1242406 for CVE-2022-49917",
"url": "https://bugzilla.suse.com/1242406"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49917"
},
{
"cve": "CVE-2022-49918",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49918"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49918",
"url": "https://www.suse.com/security/cve/CVE-2022-49918"
},
{
"category": "external",
"summary": "SUSE Bug 1242425 for CVE-2022-49918",
"url": "https://bugzilla.suse.com/1242425"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49918"
},
{
"cve": "CVE-2022-49921",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49921"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49921",
"url": "https://www.suse.com/security/cve/CVE-2022-49921"
},
{
"category": "external",
"summary": "SUSE Bug 1242359 for CVE-2022-49921",
"url": "https://bugzilla.suse.com/1242359"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49921"
},
{
"cve": "CVE-2022-49922",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49922"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49922",
"url": "https://www.suse.com/security/cve/CVE-2022-49922"
},
{
"category": "external",
"summary": "SUSE Bug 1242378 for CVE-2022-49922",
"url": "https://bugzilla.suse.com/1242378"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49922"
},
{
"cve": "CVE-2022-49923",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49923"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49923",
"url": "https://www.suse.com/security/cve/CVE-2022-49923"
},
{
"category": "external",
"summary": "SUSE Bug 1242394 for CVE-2022-49923",
"url": "https://bugzilla.suse.com/1242394"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49923"
},
{
"cve": "CVE-2022-49924",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49924"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49924",
"url": "https://www.suse.com/security/cve/CVE-2022-49924"
},
{
"category": "external",
"summary": "SUSE Bug 1242426 for CVE-2022-49924",
"url": "https://bugzilla.suse.com/1242426"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49924"
},
{
"cve": "CVE-2022-49925",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49925"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49925",
"url": "https://www.suse.com/security/cve/CVE-2022-49925"
},
{
"category": "external",
"summary": "SUSE Bug 1242371 for CVE-2022-49925",
"url": "https://bugzilla.suse.com/1242371"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49925"
},
{
"cve": "CVE-2022-49927",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49927"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49927",
"url": "https://www.suse.com/security/cve/CVE-2022-49927"
},
{
"category": "external",
"summary": "SUSE Bug 1242416 for CVE-2022-49927",
"url": "https://bugzilla.suse.com/1242416"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49927"
},
{
"cve": "CVE-2022-49928",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49928"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49928",
"url": "https://www.suse.com/security/cve/CVE-2022-49928"
},
{
"category": "external",
"summary": "SUSE Bug 1242369 for CVE-2022-49928",
"url": "https://bugzilla.suse.com/1242369"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49928"
},
{
"cve": "CVE-2022-49929",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49929"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49929",
"url": "https://www.suse.com/security/cve/CVE-2022-49929"
},
{
"category": "external",
"summary": "SUSE Bug 1242360 for CVE-2022-49929",
"url": "https://bugzilla.suse.com/1242360"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49929"
},
{
"cve": "CVE-2022-49931",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49931"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49931",
"url": "https://www.suse.com/security/cve/CVE-2022-49931"
},
{
"category": "external",
"summary": "SUSE Bug 1242382 for CVE-2022-49931",
"url": "https://bugzilla.suse.com/1242382"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2022-49931"
},
{
"cve": "CVE-2023-1990",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-1990"
}
],
"notes": [
{
"category": "general",
"text": "A use-after-free flaw was found in ndlc_remove in drivers/nfc/st-nci/ndlc.c in the Linux Kernel. This flaw could allow an attacker to crash the system due to a race problem.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-1990",
"url": "https://www.suse.com/security/cve/CVE-2023-1990"
},
{
"category": "external",
"summary": "SUSE Bug 1210337 for CVE-2023-1990",
"url": "https://bugzilla.suse.com/1210337"
},
{
"category": "external",
"summary": "SUSE Bug 1210501 for CVE-2023-1990",
"url": "https://bugzilla.suse.com/1210501"
},
{
"category": "external",
"summary": "SUSE Bug 1214128 for CVE-2023-1990",
"url": "https://bugzilla.suse.com/1214128"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-1990"
},
{
"cve": "CVE-2023-28866",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-28866"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel through 6.2.8, net/bluetooth/hci_sync.c allows out-of-bounds access because amp_init1[] and amp_init2[] are supposed to have an intentionally invalid element, but do not.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-28866",
"url": "https://www.suse.com/security/cve/CVE-2023-28866"
},
{
"category": "external",
"summary": "SUSE Bug 1209780 for CVE-2023-28866",
"url": "https://bugzilla.suse.com/1209780"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-28866"
},
{
"cve": "CVE-2023-53035",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53035"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy()\n\nThe ioctl helper function nilfs_ioctl_wrap_copy(), which exchanges a\nmetadata array to/from user space, may copy uninitialized buffer regions\nto user space memory for read-only ioctl commands NILFS_IOCTL_GET_SUINFO\nand NILFS_IOCTL_GET_CPINFO.\n\nThis can occur when the element size of the user space metadata given by\nthe v_size member of the argument nilfs_argv structure is larger than the\nsize of the metadata element (nilfs_suinfo structure or nilfs_cpinfo\nstructure) on the file system side.\n\nKMSAN-enabled kernels detect this issue as follows:\n\n BUG: KMSAN: kernel-infoleak in instrument_copy_to_user\n include/linux/instrumented.h:121 [inline]\n BUG: KMSAN: kernel-infoleak in _copy_to_user+0xc0/0x100 lib/usercopy.c:33\n instrument_copy_to_user include/linux/instrumented.h:121 [inline]\n _copy_to_user+0xc0/0x100 lib/usercopy.c:33\n copy_to_user include/linux/uaccess.h:169 [inline]\n nilfs_ioctl_wrap_copy+0x6fa/0xc10 fs/nilfs2/ioctl.c:99\n nilfs_ioctl_get_info fs/nilfs2/ioctl.c:1173 [inline]\n nilfs_ioctl+0x2402/0x4450 fs/nilfs2/ioctl.c:1290\n nilfs_compat_ioctl+0x1b8/0x200 fs/nilfs2/ioctl.c:1343\n __do_compat_sys_ioctl fs/ioctl.c:968 [inline]\n __se_compat_sys_ioctl+0x7dd/0x1000 fs/ioctl.c:910\n __ia32_compat_sys_ioctl+0x93/0xd0 fs/ioctl.c:910\n do_syscall_32_irqs_on arch/x86/entry/common.c:112 [inline]\n __do_fast_syscall_32+0xa2/0x100 arch/x86/entry/common.c:178\n do_fast_syscall_32+0x37/0x80 arch/x86/entry/common.c:203\n do_SYSENTER_32+0x1f/0x30 arch/x86/entry/common.c:246\n entry_SYSENTER_compat_after_hwframe+0x70/0x82\n\n Uninit was created at:\n __alloc_pages+0x9f6/0xe90 mm/page_alloc.c:5572\n alloc_pages+0xab0/0xd80 mm/mempolicy.c:2287\n __get_free_pages+0x34/0xc0 mm/page_alloc.c:5599\n nilfs_ioctl_wrap_copy+0x223/0xc10 fs/nilfs2/ioctl.c:74\n nilfs_ioctl_get_info fs/nilfs2/ioctl.c:1173 [inline]\n nilfs_ioctl+0x2402/0x4450 fs/nilfs2/ioctl.c:1290\n nilfs_compat_ioctl+0x1b8/0x200 fs/nilfs2/ioctl.c:1343\n __do_compat_sys_ioctl fs/ioctl.c:968 [inline]\n __se_compat_sys_ioctl+0x7dd/0x1000 fs/ioctl.c:910\n __ia32_compat_sys_ioctl+0x93/0xd0 fs/ioctl.c:910\n do_syscall_32_irqs_on arch/x86/entry/common.c:112 [inline]\n __do_fast_syscall_32+0xa2/0x100 arch/x86/entry/common.c:178\n do_fast_syscall_32+0x37/0x80 arch/x86/entry/common.c:203\n do_SYSENTER_32+0x1f/0x30 arch/x86/entry/common.c:246\n entry_SYSENTER_compat_after_hwframe+0x70/0x82\n\n Bytes 16-127 of 3968 are uninitialized\n ...\n\nThis eliminates the leak issue by initializing the page allocated as\nbuffer using get_zeroed_page().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53035",
"url": "https://www.suse.com/security/cve/CVE-2023-53035"
},
{
"category": "external",
"summary": "SUSE Bug 1242739 for CVE-2023-53035",
"url": "https://bugzilla.suse.com/1242739"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53035"
},
{
"cve": "CVE-2023-53036",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53036"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amdgpu: Fix call trace warning and hang when removing amdgpu device\n\nOn GPUs with RAS enabled, below call trace and hang are observed when\nshutting down device.\n\nv2: use DRM device unplugged flag instead of shutdown flag as the check to\nprevent memory wipe in shutdown stage.\n\n[ +0.000000] RIP: 0010:amdgpu_vram_mgr_fini+0x18d/0x1c0 [amdgpu]\n[ +0.000001] PKRU: 55555554\n[ +0.000001] Call Trace:\n[ +0.000001] \u003cTASK\u003e\n[ +0.000002] amdgpu_ttm_fini+0x140/0x1c0 [amdgpu]\n[ +0.000183] amdgpu_bo_fini+0x27/0xa0 [amdgpu]\n[ +0.000184] gmc_v11_0_sw_fini+0x2b/0x40 [amdgpu]\n[ +0.000163] amdgpu_device_fini_sw+0xb6/0x510 [amdgpu]\n[ +0.000152] amdgpu_driver_release_kms+0x16/0x30 [amdgpu]\n[ +0.000090] drm_dev_release+0x28/0x50 [drm]\n[ +0.000016] devm_drm_dev_init_release+0x38/0x60 [drm]\n[ +0.000011] devm_action_release+0x15/0x20\n[ +0.000003] release_nodes+0x40/0xc0\n[ +0.000001] devres_release_all+0x9e/0xe0\n[ +0.000001] device_unbind_cleanup+0x12/0x80\n[ +0.000003] device_release_driver_internal+0xff/0x160\n[ +0.000001] driver_detach+0x4a/0x90\n[ +0.000001] bus_remove_driver+0x6c/0xf0\n[ +0.000001] driver_unregister+0x31/0x50\n[ +0.000001] pci_unregister_driver+0x40/0x90\n[ +0.000003] amdgpu_exit+0x15/0x120 [amdgpu]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53036",
"url": "https://www.suse.com/security/cve/CVE-2023-53036"
},
{
"category": "external",
"summary": "SUSE Bug 1242740 for CVE-2023-53036",
"url": "https://bugzilla.suse.com/1242740"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53036"
},
{
"cve": "CVE-2023-53038",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53038"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read()\n\nIf kzalloc() fails in lpfc_sli4_cgn_params_read(), then we rely on\nlpfc_read_object()\u0027s routine to NULL check pdata.\n\nCurrently, an early return error is thrown from lpfc_read_object() to\nprotect us from NULL ptr dereference, but the errno code is -ENODEV.\n\nChange the errno code to a more appropriate -ENOMEM.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53038",
"url": "https://www.suse.com/security/cve/CVE-2023-53038"
},
{
"category": "external",
"summary": "SUSE Bug 1242743 for CVE-2023-53038",
"url": "https://bugzilla.suse.com/1242743"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 0,
"baseSeverity": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "low"
}
],
"title": "CVE-2023-53038"
},
{
"cve": "CVE-2023-53039",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53039"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: intel-ish-hid: ipc: Fix potential use-after-free in work function\n\nWhen a reset notify IPC message is received, the ISR schedules a work\nfunction and passes the ISHTP device to it via a global pointer\nishtp_dev. If ish_probe() fails, the devm-managed device resources\nincluding ishtp_dev are freed, but the work is not cancelled, causing a\nuse-after-free when the work function tries to access ishtp_dev. Use\ndevm_work_autocancel() instead, so that the work is automatically\ncancelled if probe fails.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53039",
"url": "https://www.suse.com/security/cve/CVE-2023-53039"
},
{
"category": "external",
"summary": "SUSE Bug 1242745 for CVE-2023-53039",
"url": "https://bugzilla.suse.com/1242745"
},
{
"category": "external",
"summary": "SUSE Bug 1242880 for CVE-2023-53039",
"url": "https://bugzilla.suse.com/1242880"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "important"
}
],
"title": "CVE-2023-53039"
},
{
"cve": "CVE-2023-53040",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53040"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nca8210: fix mac_len negative array access\n\nThis patch fixes a buffer overflow access of skb-\u003edata if\nieee802154_hdr_peek_addrs() fails.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53040",
"url": "https://www.suse.com/security/cve/CVE-2023-53040"
},
{
"category": "external",
"summary": "SUSE Bug 1242746 for CVE-2023-53040",
"url": "https://bugzilla.suse.com/1242746"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53040"
},
{
"cve": "CVE-2023-53041",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53041"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: qla2xxx: Perform lockless command completion in abort path\n\nWhile adding and removing the controller, the following call trace was\nobserved:\n\nWARNING: CPU: 3 PID: 623596 at kernel/dma/mapping.c:532 dma_free_attrs+0x33/0x50\nCPU: 3 PID: 623596 Comm: sh Kdump: loaded Not tainted 5.14.0-96.el9.x86_64 #1\nRIP: 0010:dma_free_attrs+0x33/0x50\n\nCall Trace:\n qla2x00_async_sns_sp_done+0x107/0x1b0 [qla2xxx]\n qla2x00_abort_srb+0x8e/0x250 [qla2xxx]\n ? ql_dbg+0x70/0x100 [qla2xxx]\n __qla2x00_abort_all_cmds+0x108/0x190 [qla2xxx]\n qla2x00_abort_all_cmds+0x24/0x70 [qla2xxx]\n qla2x00_abort_isp_cleanup+0x305/0x3e0 [qla2xxx]\n qla2x00_remove_one+0x364/0x400 [qla2xxx]\n pci_device_remove+0x36/0xa0\n __device_release_driver+0x17a/0x230\n device_release_driver+0x24/0x30\n pci_stop_bus_device+0x68/0x90\n pci_stop_and_remove_bus_device_locked+0x16/0x30\n remove_store+0x75/0x90\n kernfs_fop_write_iter+0x11c/0x1b0\n new_sync_write+0x11f/0x1b0\n vfs_write+0x1eb/0x280\n ksys_write+0x5f/0xe0\n do_syscall_64+0x5c/0x80\n ? do_user_addr_fault+0x1d8/0x680\n ? do_syscall_64+0x69/0x80\n ? exc_page_fault+0x62/0x140\n ? asm_exc_page_fault+0x8/0x30\n entry_SYSCALL_64_after_hwframe+0x44/0xae\n\nThe command was completed in the abort path during driver unload with a\nlock held, causing the warning in abort path. Hence complete the command\nwithout any lock held.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53041",
"url": "https://www.suse.com/security/cve/CVE-2023-53041"
},
{
"category": "external",
"summary": "SUSE Bug 1242747 for CVE-2023-53041",
"url": "https://bugzilla.suse.com/1242747"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53041"
},
{
"cve": "CVE-2023-53042",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53042"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amd/display: Do not set DRR on pipe Commit\n\n[WHY]\nWriting to DRR registers such as OTG_V_TOTAL_MIN on the same frame as a\npipe commit can cause underflow.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53042",
"url": "https://www.suse.com/security/cve/CVE-2023-53042"
},
{
"category": "external",
"summary": "SUSE Bug 1242748 for CVE-2023-53042",
"url": "https://bugzilla.suse.com/1242748"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53042"
},
{
"cve": "CVE-2023-53044",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53044"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndm stats: check for and propagate alloc_percpu failure\n\nCheck alloc_precpu()\u0027s return value and return an error from\ndm_stats_init() if it fails. Update alloc_dev() to fail if\ndm_stats_init() does.\n\nOtherwise, a NULL pointer dereference will occur in dm_stats_cleanup()\neven if dm-stats isn\u0027t being actively used.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53044",
"url": "https://www.suse.com/security/cve/CVE-2023-53044"
},
{
"category": "external",
"summary": "SUSE Bug 1242759 for CVE-2023-53044",
"url": "https://bugzilla.suse.com/1242759"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53044"
},
{
"cve": "CVE-2023-53045",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53045"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: gadget: u_audio: don\u0027t let userspace block driver unbind\n\nIn the unbind callback for f_uac1 and f_uac2, a call to snd_card_free()\nvia g_audio_cleanup() will disconnect the card and then wait for all\nresources to be released, which happens when the refcount falls to zero.\nSince userspace can keep the refcount incremented by not closing the\nrelevant file descriptor, the call to unbind may block indefinitely.\nThis can cause a deadlock during reboot, as evidenced by the following\nblocked task observed on my machine:\n\n task:reboot state:D stack:0 pid:2827 ppid:569 flags:0x0000000c\n Call trace:\n __switch_to+0xc8/0x140\n __schedule+0x2f0/0x7c0\n schedule+0x60/0xd0\n schedule_timeout+0x180/0x1d4\n wait_for_completion+0x78/0x180\n snd_card_free+0x90/0xa0\n g_audio_cleanup+0x2c/0x64\n afunc_unbind+0x28/0x60\n ...\n kernel_restart+0x4c/0xac\n __do_sys_reboot+0xcc/0x1ec\n __arm64_sys_reboot+0x28/0x30\n invoke_syscall+0x4c/0x110\n ...\n\nThe issue can also be observed by opening the card with arecord and\nthen stopping the process through the shell before unbinding:\n\n # arecord -D hw:UAC2Gadget -f S32_LE -c 2 -r 48000 /dev/null\n Recording WAVE \u0027/dev/null\u0027 : Signed 32 bit Little Endian, Rate 48000 Hz, Stereo\n ^Z[1]+ Stopped arecord -D hw:UAC2Gadget -f S32_LE -c 2 -r 48000 /dev/null\n # echo gadget.0 \u003e /sys/bus/gadget/drivers/configfs-gadget/unbind\n (observe that the unbind command never finishes)\n\nFix the problem by using snd_card_free_when_closed() instead, which will\nstill disconnect the card as desired, but defer the task of freeing the\nresources to the core once userspace closes its file descriptor.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53045",
"url": "https://www.suse.com/security/cve/CVE-2023-53045"
},
{
"category": "external",
"summary": "SUSE Bug 1242756 for CVE-2023-53045",
"url": "https://bugzilla.suse.com/1242756"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53045"
},
{
"cve": "CVE-2023-53049",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53049"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: ucsi: Fix NULL pointer deref in ucsi_connector_change()\n\nWhen ucsi_init() fails, ucsi-\u003econnector is NULL, yet in case of\nucsi_acpi we may still get events which cause the ucs_acpi code to call\nucsi_connector_change(), which then derefs the NULL ucsi-\u003econnector\npointer.\n\nFix this by not setting ucsi-\u003entfy inside ucsi_init() until ucsi_init()\nhas succeeded, so that ucsi_connector_change() ignores the events\nbecause UCSI_ENABLE_NTFY_CONNECTOR_CHANGE is not set in the ntfy mask.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53049",
"url": "https://www.suse.com/security/cve/CVE-2023-53049"
},
{
"category": "external",
"summary": "SUSE Bug 1242244 for CVE-2023-53049",
"url": "https://bugzilla.suse.com/1242244"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53049"
},
{
"cve": "CVE-2023-53052",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53052"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncifs: fix use-after-free bug in refresh_cache_worker()\n\nThe UAF bug occurred because we were putting DFS root sessions in\ncifs_umount() while DFS cache refresher was being executed.\n\nMake DFS root sessions have same lifetime as DFS tcons so we can avoid\nthe use-after-free bug is DFS cache refresher and other places that\nrequire IPCs to get new DFS referrals on. Also, get rid of mount\ngroup handling in DFS cache as we no longer need it.\n\nThis fixes below use-after-free bug catched by KASAN\n\n[ 379.946955] BUG: KASAN: use-after-free in __refresh_tcon.isra.0+0x10b/0xc10 [cifs]\n[ 379.947642] Read of size 8 at addr ffff888018f57030 by task kworker/u4:3/56\n[ 379.948096]\n[ 379.948208] CPU: 0 PID: 56 Comm: kworker/u4:3 Not tainted 6.2.0-rc7-lku #23\n[ 379.948661] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS\nrel-1.16.0-0-gd239552-rebuilt.opensuse.org 04/01/2014\n[ 379.949368] Workqueue: cifs-dfscache refresh_cache_worker [cifs]\n[ 379.949942] Call Trace:\n[ 379.950113] \u003cTASK\u003e\n[ 379.950260] dump_stack_lvl+0x50/0x67\n[ 379.950510] print_report+0x16a/0x48e\n[ 379.950759] ? __virt_addr_valid+0xd8/0x160\n[ 379.951040] ? __phys_addr+0x41/0x80\n[ 379.951285] kasan_report+0xdb/0x110\n[ 379.951533] ? __refresh_tcon.isra.0+0x10b/0xc10 [cifs]\n[ 379.952056] ? __refresh_tcon.isra.0+0x10b/0xc10 [cifs]\n[ 379.952585] __refresh_tcon.isra.0+0x10b/0xc10 [cifs]\n[ 379.953096] ? __pfx___refresh_tcon.isra.0+0x10/0x10 [cifs]\n[ 379.953637] ? __pfx___mutex_lock+0x10/0x10\n[ 379.953915] ? lock_release+0xb6/0x720\n[ 379.954167] ? __pfx_lock_acquire+0x10/0x10\n[ 379.954443] ? refresh_cache_worker+0x34e/0x6d0 [cifs]\n[ 379.954960] ? __pfx_wb_workfn+0x10/0x10\n[ 379.955239] refresh_cache_worker+0x4ad/0x6d0 [cifs]\n[ 379.955755] ? __pfx_refresh_cache_worker+0x10/0x10 [cifs]\n[ 379.956323] ? __pfx_lock_acquired+0x10/0x10\n[ 379.956615] ? read_word_at_a_time+0xe/0x20\n[ 379.956898] ? lockdep_hardirqs_on_prepare+0x12/0x220\n[ 379.957235] process_one_work+0x535/0x990\n[ 379.957509] ? __pfx_process_one_work+0x10/0x10\n[ 379.957812] ? lock_acquired+0xb7/0x5f0\n[ 379.958069] ? __list_add_valid+0x37/0xd0\n[ 379.958341] ? __list_add_valid+0x37/0xd0\n[ 379.958611] worker_thread+0x8e/0x630\n[ 379.958861] ? __pfx_worker_thread+0x10/0x10\n[ 379.959148] kthread+0x17d/0x1b0\n[ 379.959369] ? __pfx_kthread+0x10/0x10\n[ 379.959630] ret_from_fork+0x2c/0x50\n[ 379.959879] \u003c/TASK\u003e",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53052",
"url": "https://www.suse.com/security/cve/CVE-2023-53052"
},
{
"category": "external",
"summary": "SUSE Bug 1242749 for CVE-2023-53052",
"url": "https://bugzilla.suse.com/1242749"
},
{
"category": "external",
"summary": "SUSE Bug 1242881 for CVE-2023-53052",
"url": "https://bugzilla.suse.com/1242881"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "important"
}
],
"title": "CVE-2023-53052"
},
{
"cve": "CVE-2023-53054",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53054"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53054",
"url": "https://www.suse.com/security/cve/CVE-2023-53054"
},
{
"category": "external",
"summary": "SUSE Bug 1242226 for CVE-2023-53054",
"url": "https://bugzilla.suse.com/1242226"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53054"
},
{
"cve": "CVE-2023-53056",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53056"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53056",
"url": "https://www.suse.com/security/cve/CVE-2023-53056"
},
{
"category": "external",
"summary": "SUSE Bug 1242219 for CVE-2023-53056",
"url": "https://bugzilla.suse.com/1242219"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53056"
},
{
"cve": "CVE-2023-53057",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53057"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53057",
"url": "https://www.suse.com/security/cve/CVE-2023-53057"
},
{
"category": "external",
"summary": "SUSE Bug 1242240 for CVE-2023-53057",
"url": "https://bugzilla.suse.com/1242240"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53057"
},
{
"cve": "CVE-2023-53058",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53058"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53058",
"url": "https://www.suse.com/security/cve/CVE-2023-53058"
},
{
"category": "external",
"summary": "SUSE Bug 1242237 for CVE-2023-53058",
"url": "https://bugzilla.suse.com/1242237"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53058"
},
{
"cve": "CVE-2023-53059",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53059"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nplatform/chrome: cros_ec_chardev: fix kernel data leak from ioctl\n\nIt is possible to peep kernel page\u0027s data by providing larger `insize`\nin struct cros_ec_command[1] when invoking EC host commands.\n\nFix it by using zeroed memory.\n\n[1]: https://elixir.bootlin.com/linux/v6.2/source/include/linux/platform_data/cros_ec_proto.h#L74",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53059",
"url": "https://www.suse.com/security/cve/CVE-2023-53059"
},
{
"category": "external",
"summary": "SUSE Bug 1242230 for CVE-2023-53059",
"url": "https://bugzilla.suse.com/1242230"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53059"
},
{
"cve": "CVE-2023-53060",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53060"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nigb: revert rtnl_lock() that causes deadlock\n\nThe commit 6faee3d4ee8b (\"igb: Add lock to avoid data race\") adds\nrtnl_lock to eliminate a false data race shown below\n\n (FREE from device detaching) | (USE from netdev core)\nigb_remove | igb_ndo_get_vf_config\n igb_disable_sriov | vf \u003e= adapter-\u003evfs_allocated_count?\n kfree(adapter-\u003evf_data) |\n adapter-\u003evfs_allocated_count = 0 |\n | memcpy(... adapter-\u003evf_data[vf]\n\nThe above race will never happen and the extra rtnl_lock causes deadlock\nbelow\n\n[ 141.420169] \u003cTASK\u003e\n[ 141.420672] __schedule+0x2dd/0x840\n[ 141.421427] schedule+0x50/0xc0\n[ 141.422041] schedule_preempt_disabled+0x11/0x20\n[ 141.422678] __mutex_lock.isra.13+0x431/0x6b0\n[ 141.423324] unregister_netdev+0xe/0x20\n[ 141.423578] igbvf_remove+0x45/0xe0 [igbvf]\n[ 141.423791] pci_device_remove+0x36/0xb0\n[ 141.423990] device_release_driver_internal+0xc1/0x160\n[ 141.424270] pci_stop_bus_device+0x6d/0x90\n[ 141.424507] pci_stop_and_remove_bus_device+0xe/0x20\n[ 141.424789] pci_iov_remove_virtfn+0xba/0x120\n[ 141.425452] sriov_disable+0x2f/0xf0\n[ 141.425679] igb_disable_sriov+0x4e/0x100 [igb]\n[ 141.426353] igb_remove+0xa0/0x130 [igb]\n[ 141.426599] pci_device_remove+0x36/0xb0\n[ 141.426796] device_release_driver_internal+0xc1/0x160\n[ 141.427060] driver_detach+0x44/0x90\n[ 141.427253] bus_remove_driver+0x55/0xe0\n[ 141.427477] pci_unregister_driver+0x2a/0xa0\n[ 141.428296] __x64_sys_delete_module+0x141/0x2b0\n[ 141.429126] ? mntput_no_expire+0x4a/0x240\n[ 141.429363] ? syscall_trace_enter.isra.19+0x126/0x1a0\n[ 141.429653] do_syscall_64+0x5b/0x80\n[ 141.429847] ? exit_to_user_mode_prepare+0x14d/0x1c0\n[ 141.430109] ? syscall_exit_to_user_mode+0x12/0x30\n[ 141.430849] ? do_syscall_64+0x67/0x80\n[ 141.431083] ? syscall_exit_to_user_mode_prepare+0x183/0x1b0\n[ 141.431770] ? syscall_exit_to_user_mode+0x12/0x30\n[ 141.432482] ? do_syscall_64+0x67/0x80\n[ 141.432714] ? exc_page_fault+0x64/0x140\n[ 141.432911] entry_SYSCALL_64_after_hwframe+0x72/0xdc\n\nSince the igb_disable_sriov() will call pci_disable_sriov() before\nreleasing any resources, the netdev core will synchronize the cleanup to\navoid any races. This patch removes the useless rtnl_(un)lock to guarantee\ncorrectness.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53060",
"url": "https://www.suse.com/security/cve/CVE-2023-53060"
},
{
"category": "external",
"summary": "SUSE Bug 1242241 for CVE-2023-53060",
"url": "https://bugzilla.suse.com/1242241"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53060"
},
{
"cve": "CVE-2023-53062",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53062"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: usb: smsc95xx: Limit packet length to skb-\u003elen\n\nPacket length retrieved from descriptor may be larger than\nthe actual socket buffer length. In such case the cloned\nskb passed up the network stack will leak kernel memory contents.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53062",
"url": "https://www.suse.com/security/cve/CVE-2023-53062"
},
{
"category": "external",
"summary": "SUSE Bug 1242228 for CVE-2023-53062",
"url": "https://bugzilla.suse.com/1242228"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53062"
},
{
"cve": "CVE-2023-53064",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53064"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niavf: fix hang on reboot with ice\n\nWhen a system with E810 with existing VFs gets rebooted the following\nhang may be observed.\n\n Pid 1 is hung in iavf_remove(), part of a network driver:\n PID: 1 TASK: ffff965400e5a340 CPU: 24 COMMAND: \"systemd-shutdow\"\n #0 [ffffaad04005fa50] __schedule at ffffffff8b3239cb\n #1 [ffffaad04005fae8] schedule at ffffffff8b323e2d\n #2 [ffffaad04005fb00] schedule_hrtimeout_range_clock at ffffffff8b32cebc\n #3 [ffffaad04005fb80] usleep_range_state at ffffffff8b32c930\n #4 [ffffaad04005fbb0] iavf_remove at ffffffffc12b9b4c [iavf]\n #5 [ffffaad04005fbf0] pci_device_remove at ffffffff8add7513\n #6 [ffffaad04005fc10] device_release_driver_internal at ffffffff8af08baa\n #7 [ffffaad04005fc40] pci_stop_bus_device at ffffffff8adcc5fc\n #8 [ffffaad04005fc60] pci_stop_and_remove_bus_device at ffffffff8adcc81e\n #9 [ffffaad04005fc70] pci_iov_remove_virtfn at ffffffff8adf9429\n #10 [ffffaad04005fca8] sriov_disable at ffffffff8adf98e4\n #11 [ffffaad04005fcc8] ice_free_vfs at ffffffffc04bb2c8 [ice]\n #12 [ffffaad04005fd10] ice_remove at ffffffffc04778fe [ice]\n #13 [ffffaad04005fd38] ice_shutdown at ffffffffc0477946 [ice]\n #14 [ffffaad04005fd50] pci_device_shutdown at ffffffff8add58f1\n #15 [ffffaad04005fd70] device_shutdown at ffffffff8af05386\n #16 [ffffaad04005fd98] kernel_restart at ffffffff8a92a870\n #17 [ffffaad04005fda8] __do_sys_reboot at ffffffff8a92abd6\n #18 [ffffaad04005fee0] do_syscall_64 at ffffffff8b317159\n #19 [ffffaad04005ff08] __context_tracking_enter at ffffffff8b31b6fc\n #20 [ffffaad04005ff18] syscall_exit_to_user_mode at ffffffff8b31b50d\n #21 [ffffaad04005ff28] do_syscall_64 at ffffffff8b317169\n #22 [ffffaad04005ff50] entry_SYSCALL_64_after_hwframe at ffffffff8b40009b\n RIP: 00007f1baa5c13d7 RSP: 00007fffbcc55a98 RFLAGS: 00000202\n RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f1baa5c13d7\n RDX: 0000000001234567 RSI: 0000000028121969 RDI: 00000000fee1dead\n RBP: 00007fffbcc55ca0 R8: 0000000000000000 R9: 00007fffbcc54e90\n R10: 00007fffbcc55050 R11: 0000000000000202 R12: 0000000000000005\n R13: 0000000000000000 R14: 00007fffbcc55af0 R15: 0000000000000000\n ORIG_RAX: 00000000000000a9 CS: 0033 SS: 002b\n\nDuring reboot all drivers PM shutdown callbacks are invoked.\nIn iavf_shutdown() the adapter state is changed to __IAVF_REMOVE.\nIn ice_shutdown() the call chain above is executed, which at some point\ncalls iavf_remove(). However iavf_remove() expects the VF to be in one\nof the states __IAVF_RUNNING, __IAVF_DOWN or __IAVF_INIT_FAILED. If\nthat\u0027s not the case it sleeps forever.\nSo if iavf_shutdown() gets invoked before iavf_remove() the system will\nhang indefinitely because the adapter is already in state __IAVF_REMOVE.\n\nFix this by returning from iavf_remove() if the state is __IAVF_REMOVE,\nas we already went through iavf_shutdown().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53064",
"url": "https://www.suse.com/security/cve/CVE-2023-53064"
},
{
"category": "external",
"summary": "SUSE Bug 1242222 for CVE-2023-53064",
"url": "https://bugzilla.suse.com/1242222"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53064"
},
{
"cve": "CVE-2023-53065",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53065"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nperf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_event_bpf_output\n\nsyzkaller reportes a KASAN issue with stack-out-of-bounds.\nThe call trace is as follows:\n dump_stack+0x9c/0xd3\n print_address_description.constprop.0+0x19/0x170\n __kasan_report.cold+0x6c/0x84\n kasan_report+0x3a/0x50\n __perf_event_header__init_id+0x34/0x290\n perf_event_header__init_id+0x48/0x60\n perf_output_begin+0x4a4/0x560\n perf_event_bpf_output+0x161/0x1e0\n perf_iterate_sb_cpu+0x29e/0x340\n perf_iterate_sb+0x4c/0xc0\n perf_event_bpf_event+0x194/0x2c0\n __bpf_prog_put.constprop.0+0x55/0xf0\n __cls_bpf_delete_prog+0xea/0x120 [cls_bpf]\n cls_bpf_delete_prog_work+0x1c/0x30 [cls_bpf]\n process_one_work+0x3c2/0x730\n worker_thread+0x93/0x650\n kthread+0x1b8/0x210\n ret_from_fork+0x1f/0x30\n\ncommit 267fb27352b6 (\"perf: Reduce stack usage of perf_output_begin()\")\nuse on-stack struct perf_sample_data of the caller function.\n\nHowever, perf_event_bpf_output uses incorrect parameter to convert\nsmall-sized data (struct perf_bpf_event) into large-sized data\n(struct perf_sample_data), which causes memory overwriting occurs in\n__perf_event_header__init_id.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53065",
"url": "https://www.suse.com/security/cve/CVE-2023-53065"
},
{
"category": "external",
"summary": "SUSE Bug 1242229 for CVE-2023-53065",
"url": "https://bugzilla.suse.com/1242229"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53065"
},
{
"cve": "CVE-2023-53066",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53066"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nqed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_info\n\nWe have to make sure that the info returned by the helper is valid\nbefore using it.\n\nFound by Linux Verification Center (linuxtesting.org) with the SVACE\nstatic analysis tool.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53066",
"url": "https://www.suse.com/security/cve/CVE-2023-53066"
},
{
"category": "external",
"summary": "SUSE Bug 1242227 for CVE-2023-53066",
"url": "https://bugzilla.suse.com/1242227"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53066"
},
{
"cve": "CVE-2023-53068",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53068"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: usb: lan78xx: Limit packet length to skb-\u003elen\n\nPacket length retrieved from descriptor may be larger than\nthe actual socket buffer length. In such case the cloned\nskb passed up the network stack will leak kernel memory contents.\n\nAdditionally prevent integer underflow when size is less than\nETH_FCS_LEN.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53068",
"url": "https://www.suse.com/security/cve/CVE-2023-53068"
},
{
"category": "external",
"summary": "SUSE Bug 1242239 for CVE-2023-53068",
"url": "https://bugzilla.suse.com/1242239"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53068"
},
{
"cve": "CVE-2023-53070",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53070"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nACPI: PPTT: Fix to avoid sleep in the atomic context when PPTT is absent\n\nCommit 0c80f9e165f8 (\"ACPI: PPTT: Leave the table mapped for the runtime usage\")\nenabled to map PPTT once on the first invocation of acpi_get_pptt() and\nnever unmapped the same allowing it to be used at runtime with out the\nhassle of mapping and unmapping the table. This was needed to fetch LLC\ninformation from the PPTT in the cpuhotplug path which is executed in\nthe atomic context as the acpi_get_table() might sleep waiting for a\nmutex.\n\nHowever it missed to handle the case when there is no PPTT on the system\nwhich results in acpi_get_pptt() being called from all the secondary\nCPUs attempting to fetch the LLC information in the atomic context\nwithout knowing the absence of PPTT resulting in the splat like below:\n\n | BUG: sleeping function called from invalid context at kernel/locking/semaphore.c:164\n | in_atomic(): 1, irqs_disabled(): 1, non_block: 0, pid: 0, name: swapper/1\n | preempt_count: 1, expected: 0\n | RCU nest depth: 0, expected: 0\n | no locks held by swapper/1/0.\n | irq event stamp: 0\n | hardirqs last enabled at (0): 0x0\n | hardirqs last disabled at (0): copy_process+0x61c/0x1b40\n | softirqs last enabled at (0): copy_process+0x61c/0x1b40\n | softirqs last disabled at (0): 0x0\n | CPU: 1 PID: 0 Comm: swapper/1 Not tainted 6.3.0-rc1 #1\n | Call trace:\n | dump_backtrace+0xac/0x138\n | show_stack+0x30/0x48\n | dump_stack_lvl+0x60/0xb0\n | dump_stack+0x18/0x28\n | __might_resched+0x160/0x270\n | __might_sleep+0x58/0xb0\n | down_timeout+0x34/0x98\n | acpi_os_wait_semaphore+0x7c/0xc0\n | acpi_ut_acquire_mutex+0x58/0x108\n | acpi_get_table+0x40/0xe8\n | acpi_get_pptt+0x48/0xa0\n | acpi_get_cache_info+0x38/0x140\n | init_cache_level+0xf4/0x118\n | detect_cache_attributes+0x2e4/0x640\n | update_siblings_masks+0x3c/0x330\n | store_cpu_topology+0x88/0xf0\n | secondary_start_kernel+0xd0/0x168\n | __secondary_switched+0xb8/0xc0\n\nUpdate acpi_get_pptt() to consider the fact that PPTT is once checked and\nis not available on the system and return NULL avoiding any attempts to\nfetch PPTT and thereby avoiding any possible sleep waiting for a mutex\nin the atomic context.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53070",
"url": "https://www.suse.com/security/cve/CVE-2023-53070"
},
{
"category": "external",
"summary": "SUSE Bug 1242286 for CVE-2023-53070",
"url": "https://bugzilla.suse.com/1242286"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53070"
},
{
"cve": "CVE-2023-53071",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53071"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: mt76: do not run mt76_unregister_device() on unregistered hw\n\nTrying to probe a mt7921e pci card without firmware results in a\nsuccessful probe where ieee80211_register_hw hasn\u0027t been called. When\nremoving the driver, ieee802111_unregister_hw is called unconditionally\nleading to a kernel NULL pointer dereference.\nFix the issue running mt76_unregister_device routine just for registered\nhw.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53071",
"url": "https://www.suse.com/security/cve/CVE-2023-53071"
},
{
"category": "external",
"summary": "SUSE Bug 1242217 for CVE-2023-53071",
"url": "https://bugzilla.suse.com/1242217"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53071"
},
{
"cve": "CVE-2023-53073",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53073"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nperf/x86/amd/core: Always clear status for idx\n\nThe variable \u0027status\u0027 (which contains the unhandled overflow bits) is\nnot being properly masked in some cases, displaying the following\nwarning:\n\n WARNING: CPU: 156 PID: 475601 at arch/x86/events/amd/core.c:972 amd_pmu_v2_handle_irq+0x216/0x270\n\nThis seems to be happening because the loop is being continued before\nthe status bit being unset, in case x86_perf_event_set_period()\nreturns 0. This is also causing an inconsistency because the \"handled\"\ncounter is incremented, but the status bit is not cleaned.\n\nMove the bit cleaning together above, together when the \"handled\"\ncounter is incremented.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53073",
"url": "https://www.suse.com/security/cve/CVE-2023-53073"
},
{
"category": "external",
"summary": "SUSE Bug 1242224 for CVE-2023-53073",
"url": "https://bugzilla.suse.com/1242224"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53073"
},
{
"cve": "CVE-2023-53074",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53074"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amdgpu: fix ttm_bo calltrace warning in psp_hw_fini\n\nThe call trace occurs when the amdgpu is removed after\nthe mode1 reset. During mode1 reset, from suspend to resume,\nthere is no need to reinitialize the ta firmware buffer\nwhich caused the bo pin_count increase redundantly.\n\n[ 489.885525] Call Trace:\n[ 489.885525] \u003cTASK\u003e\n[ 489.885526] amdttm_bo_put+0x34/0x50 [amdttm]\n[ 489.885529] amdgpu_bo_free_kernel+0xe8/0x130 [amdgpu]\n[ 489.885620] psp_free_shared_bufs+0xb7/0x150 [amdgpu]\n[ 489.885720] psp_hw_fini+0xce/0x170 [amdgpu]\n[ 489.885815] amdgpu_device_fini_hw+0x2ff/0x413 [amdgpu]\n[ 489.885960] ? blocking_notifier_chain_unregister+0x56/0xb0\n[ 489.885962] amdgpu_driver_unload_kms+0x51/0x60 [amdgpu]\n[ 489.886049] amdgpu_pci_remove+0x5a/0x140 [amdgpu]\n[ 489.886132] ? __pm_runtime_resume+0x60/0x90\n[ 489.886134] pci_device_remove+0x3e/0xb0\n[ 489.886135] __device_release_driver+0x1ab/0x2a0\n[ 489.886137] driver_detach+0xf3/0x140\n[ 489.886138] bus_remove_driver+0x6c/0xf0\n[ 489.886140] driver_unregister+0x31/0x60\n[ 489.886141] pci_unregister_driver+0x40/0x90\n[ 489.886142] amdgpu_exit+0x15/0x451 [amdgpu]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53074",
"url": "https://www.suse.com/security/cve/CVE-2023-53074"
},
{
"category": "external",
"summary": "SUSE Bug 1242751 for CVE-2023-53074",
"url": "https://bugzilla.suse.com/1242751"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 0,
"baseSeverity": "NONE",
"vectorString": "CVSS:3.1/AV:P/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "low"
}
],
"title": "CVE-2023-53074"
},
{
"cve": "CVE-2023-53075",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53075"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nftrace: Fix invalid address access in lookup_rec() when index is 0\n\nKASAN reported follow problem:\n\n BUG: KASAN: use-after-free in lookup_rec\n Read of size 8 at addr ffff000199270ff0 by task modprobe\n CPU: 2 Comm: modprobe\n Call trace:\n kasan_report\n __asan_load8\n lookup_rec\n ftrace_location\n arch_check_ftrace_location\n check_kprobe_address_safe\n register_kprobe\n\nWhen checking pg-\u003erecords[pg-\u003eindex - 1].ip in lookup_rec(), it can get a\npg which is newly added to ftrace_pages_start in ftrace_process_locs().\nBefore the first pg-\u003eindex++, index is 0 and accessing pg-\u003erecords[-1].ip\nwill cause this problem.\n\nDon\u0027t check the ip when pg-\u003eindex is 0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53075",
"url": "https://www.suse.com/security/cve/CVE-2023-53075"
},
{
"category": "external",
"summary": "SUSE Bug 1242218 for CVE-2023-53075",
"url": "https://bugzilla.suse.com/1242218"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53075"
},
{
"cve": "CVE-2023-53077",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53077"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytes\n\n[WHY]\nWhen PTEBufferSizeInRequests is zero, UBSAN reports the following\nwarning because dml_log2 returns an unexpected negative value:\n\n shift exponent 4294966273 is too large for 32-bit type \u0027int\u0027\n\n[HOW]\n\nIn the case PTEBufferSizeInRequests is zero, skip the dml_log2() and\nassign the result directly.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53077",
"url": "https://www.suse.com/security/cve/CVE-2023-53077"
},
{
"category": "external",
"summary": "SUSE Bug 1242752 for CVE-2023-53077",
"url": "https://bugzilla.suse.com/1242752"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53077"
},
{
"cve": "CVE-2023-53078",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53078"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: scsi_dh_alua: Fix memleak for \u0027qdata\u0027 in alua_activate()\n\nIf alua_rtpg_queue() failed from alua_activate(), then \u0027qdata\u0027 is not\nfreed, which will cause following memleak:\n\nunreferenced object 0xffff88810b2c6980 (size 32):\n comm \"kworker/u16:2\", pid 635322, jiffies 4355801099 (age 1216426.076s)\n hex dump (first 32 bytes):\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n 40 39 24 c1 ff ff ff ff 00 f8 ea 0a 81 88 ff ff @9$.............\n backtrace:\n [\u003c0000000098f3a26d\u003e] alua_activate+0xb0/0x320\n [\u003c000000003b529641\u003e] scsi_dh_activate+0xb2/0x140\n [\u003c000000007b296db3\u003e] activate_path_work+0xc6/0xe0 [dm_multipath]\n [\u003c000000007adc9ace\u003e] process_one_work+0x3c5/0x730\n [\u003c00000000c457a985\u003e] worker_thread+0x93/0x650\n [\u003c00000000cb80e628\u003e] kthread+0x1ba/0x210\n [\u003c00000000a1e61077\u003e] ret_from_fork+0x22/0x30\n\nFix the problem by freeing \u0027qdata\u0027 in error path.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53078",
"url": "https://www.suse.com/security/cve/CVE-2023-53078"
},
{
"category": "external",
"summary": "SUSE Bug 1242231 for CVE-2023-53078",
"url": "https://bugzilla.suse.com/1242231"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53078"
},
{
"cve": "CVE-2023-53079",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53079"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/mlx5: Fix steering rules cleanup\n\nvport\u0027s mc, uc and multicast rules are not deleted in teardown path when\nEEH happens. Since the vport\u0027s promisc settings(uc, mc and all) in\nfirmware are reset after EEH, mlx5 driver will try to delete the above\nrules in the initialization path. This cause kernel crash because these\nsoftware rules are no longer valid.\n\nFix by nullifying these rules right after delete to avoid accessing any dangling\npointers.\n\nCall Trace:\n__list_del_entry_valid+0xcc/0x100 (unreliable)\ntree_put_node+0xf4/0x1b0 [mlx5_core]\ntree_remove_node+0x30/0x70 [mlx5_core]\nmlx5_del_flow_rules+0x14c/0x1f0 [mlx5_core]\nesw_apply_vport_rx_mode+0x10c/0x200 [mlx5_core]\nesw_update_vport_rx_mode+0xb4/0x180 [mlx5_core]\nesw_vport_change_handle_locked+0x1ec/0x230 [mlx5_core]\nesw_enable_vport+0x130/0x260 [mlx5_core]\nmlx5_eswitch_enable_sriov+0x2a0/0x2f0 [mlx5_core]\nmlx5_device_enable_sriov+0x74/0x440 [mlx5_core]\nmlx5_load_one+0x114c/0x1550 [mlx5_core]\nmlx5_pci_resume+0x68/0xf0 [mlx5_core]\neeh_report_resume+0x1a4/0x230\neeh_pe_dev_traverse+0x98/0x170\neeh_handle_normal_event+0x3e4/0x640\neeh_handle_event+0x4c/0x370\neeh_event_handler+0x14c/0x210\nkthread+0x168/0x1b0\nret_from_kernel_thread+0x5c/0x84",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53079",
"url": "https://www.suse.com/security/cve/CVE-2023-53079"
},
{
"category": "external",
"summary": "SUSE Bug 1242765 for CVE-2023-53079",
"url": "https://bugzilla.suse.com/1242765"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53079"
},
{
"cve": "CVE-2023-53081",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53081"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nocfs2: fix data corruption after failed write\n\nWhen buffered write fails to copy data into underlying page cache page,\nocfs2_write_end_nolock() just zeroes out and dirties the page. This can\nleave dirty page beyond EOF and if page writeback tries to write this page\nbefore write succeeds and expands i_size, page gets into inconsistent\nstate where page dirty bit is clear but buffer dirty bits stay set\nresulting in page data never getting written and so data copied to the\npage is lost. Fix the problem by invalidating page beyond EOF after\nfailed write.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53081",
"url": "https://www.suse.com/security/cve/CVE-2023-53081"
},
{
"category": "external",
"summary": "SUSE Bug 1242281 for CVE-2023-53081",
"url": "https://bugzilla.suse.com/1242281"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53081"
},
{
"cve": "CVE-2023-53082",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53082"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nvp_vdpa: fix the crash in hot unplug with vp_vdpa\n\nWhile unplugging the vp_vdpa device, it triggers a kernel panic\nThe root cause is: vdpa_mgmtdev_unregister() will accesses modern\ndevices which will cause a use after free.\nSo need to change the sequence in vp_vdpa_remove\n\n[ 195.003359] BUG: unable to handle page fault for address: ff4e8beb80199014\n[ 195.004012] #PF: supervisor read access in kernel mode\n[ 195.004486] #PF: error_code(0x0000) - not-present page\n[ 195.004960] PGD 100000067 P4D 1001b6067 PUD 1001b7067 PMD 1001b8067 PTE 0\n[ 195.005578] Oops: 0000 1 PREEMPT SMP PTI\n[ 195.005968] CPU: 13 PID: 164 Comm: kworker/u56:10 Kdump: loaded Not tainted 5.14.0-252.el9.x86_64 #1\n[ 195.006792] Hardware name: Red Hat KVM/RHEL, BIOS edk2-20221207gitfff6d81270b5-2.el9 unknown\n[ 195.007556] Workqueue: kacpi_hotplug acpi_hotplug_work_fn\n[ 195.008059] RIP: 0010:ioread8+0x31/0x80\n[ 195.008418] Code: 77 28 48 81 ff 00 00 01 00 76 0b 89 fa ec 0f b6 c0 c3 cc cc cc cc 8b 15 ad 72 93 01 b8 ff 00 00 00 85 d2 75 0f c3 cc cc cc cc \u003c8a\u003e 07 0f b6 c0 c3 cc cc cc cc 83 ea 01 48 83 ec 08 48 89 fe 48 c7\n[ 195.010104] RSP: 0018:ff4e8beb8067bab8 EFLAGS: 00010292\n[ 195.010584] RAX: ffffffffc05834a0 RBX: ffffffffc05843c0 RCX: ff4e8beb8067bae0\n[ 195.011233] RDX: ff1bcbd580f88000 RSI: 0000000000000246 RDI: ff4e8beb80199014\n[ 195.011881] RBP: ff1bcbd587e39000 R08: ffffffff916fa2d0 R09: ff4e8beb8067ba68\n[ 195.012527] R10: 000000000000001c R11: 0000000000000000 R12: ff1bcbd5a3de9120\n[ 195.013179] R13: ffffffffc062d000 R14: 0000000000000080 R15: ff1bcbe402bc7805\n[ 195.013826] FS: 0000000000000000(0000) GS:ff1bcbe402740000(0000) knlGS:0000000000000000\n[ 195.014564] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n[ 195.015093] CR2: ff4e8beb80199014 CR3: 0000000107dea002 CR4: 0000000000771ee0\n[ 195.015741] PKRU: 55555554\n[ 195.016001] Call Trace:\n[ 195.016233] \u003cTASK\u003e\n[ 195.016434] vp_modern_get_status+0x12/0x20\n[ 195.016823] vp_vdpa_reset+0x1b/0x50 [vp_vdpa]\n[ 195.017238] virtio_vdpa_reset+0x3c/0x48 [virtio_vdpa]\n[ 195.017709] remove_vq_common+0x1f/0x3a0 [virtio_net]\n[ 195.018178] virtnet_remove+0x5d/0x70 [virtio_net]\n[ 195.018618] virtio_dev_remove+0x3d/0x90\n[ 195.018986] device_release_driver_internal+0x1aa/0x230\n[ 195.019466] bus_remove_device+0xd8/0x150\n[ 195.019841] device_del+0x18b/0x3f0\n[ 195.020167] ? kernfs_find_ns+0x35/0xd0\n[ 195.020526] device_unregister+0x13/0x60\n[ 195.020894] unregister_virtio_device+0x11/0x20\n[ 195.021311] device_release_driver_internal+0x1aa/0x230\n[ 195.021790] bus_remove_device+0xd8/0x150\n[ 195.022162] device_del+0x18b/0x3f0\n[ 195.022487] device_unregister+0x13/0x60\n[ 195.022852] ? vdpa_dev_remove+0x30/0x30 [vdpa]\n[ 195.023270] vp_vdpa_dev_del+0x12/0x20 [vp_vdpa]\n[ 195.023694] vdpa_match_remove+0x2b/0x40 [vdpa]\n[ 195.024115] bus_for_each_dev+0x78/0xc0\n[ 195.024471] vdpa_mgmtdev_unregister+0x65/0x80 [vdpa]\n[ 195.024937] vp_vdpa_remove+0x23/0x40 [vp_vdpa]\n[ 195.025353] pci_device_remove+0x36/0xa0\n[ 195.025719] device_release_driver_internal+0x1aa/0x230\n[ 195.026201] pci_stop_bus_device+0x6c/0x90\n[ 195.026580] pci_stop_and_remove_bus_device+0xe/0x20\n[ 195.027039] disable_slot+0x49/0x90\n[ 195.027366] acpiphp_disable_and_eject_slot+0x15/0x90\n[ 195.027832] hotplug_event+0xea/0x210\n[ 195.028171] ? hotplug_event+0x210/0x210\n[ 195.028535] acpiphp_hotplug_notify+0x22/0x80\n[ 195.028942] ? hotplug_event+0x210/0x210\n[ 195.029303] acpi_device_hotplug+0x8a/0x1d0\n[ 195.029690] acpi_hotplug_work_fn+0x1a/0x30\n[ 195.030077] process_one_work+0x1e8/0x3c0\n[ 195.030451] worker_thread+0x50/0x3b0\n[ 195.030791] ? rescuer_thread+0x3a0/0x3a0\n[ 195.031165] kthread+0xd9/0x100\n[ 195.031459] ? kthread_complete_and_exit+0x20/0x20\n[ 195.031899] ret_from_fork+0x22/0x30\n[ 195.032233] \u003c/TASK\u003e",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53082",
"url": "https://www.suse.com/security/cve/CVE-2023-53082"
},
{
"category": "external",
"summary": "SUSE Bug 1242295 for CVE-2023-53082",
"url": "https://bugzilla.suse.com/1242295"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53082"
},
{
"cve": "CVE-2023-53084",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53084"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/shmem-helper: Remove another errant put in error path\n\ndrm_gem_shmem_mmap() doesn\u0027t own reference in error code path, resulting\nin the dma-buf shmem GEM object getting prematurely freed leading to a\nlater use-after-free.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53084",
"url": "https://www.suse.com/security/cve/CVE-2023-53084"
},
{
"category": "external",
"summary": "SUSE Bug 1242294 for CVE-2023-53084",
"url": "https://bugzilla.suse.com/1242294"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53084"
},
{
"cve": "CVE-2023-53087",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53087"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/i915/active: Fix misuse of non-idle barriers as fence trackers\n\nUsers reported oopses on list corruptions when using i915 perf with a\nnumber of concurrently running graphics applications. Root cause analysis\npointed at an issue in barrier processing code -- a race among perf open /\nclose replacing active barriers with perf requests on kernel context and\nconcurrent barrier preallocate / acquire operations performed during user\ncontext first pin / last unpin.\n\nWhen adding a request to a composite tracker, we try to reuse an existing\nfence tracker, already allocated and registered with that composite. The\ntracker we obtain may already track another fence, may be an idle barrier,\nor an active barrier.\n\nIf the tracker we get occurs a non-idle barrier then we try to delete that\nbarrier from a list of barrier tasks it belongs to. However, while doing\nthat we don\u0027t respect return value from a function that performs the\nbarrier deletion. Should the deletion ever fail, we would end up reusing\nthe tracker still registered as a barrier task. Since the same structure\nfield is reused with both fence callback lists and barrier tasks list,\nlist corruptions would likely occur.\n\nBarriers are now deleted from a barrier tasks list by temporarily removing\nthe list content, traversing that content with skip over the node to be\ndeleted, then populating the list back with the modified content. Should\nthat intentionally racy concurrent deletion attempts be not serialized,\none or more of those may fail because of the list being temporary empty.\n\nRelated code that ignores the results of barrier deletion was initially\nintroduced in v5.4 by commit d8af05ff38ae (\"drm/i915: Allow sharing the\nidle-barrier from other kernel requests\"). However, all users of the\nbarrier deletion routine were apparently serialized at that time, then the\nissue didn\u0027t exhibit itself. Results of git bisect with help of a newly\ndeveloped igt@gem_barrier_race@remote-request IGT test indicate that list\ncorruptions might start to appear after commit 311770173fac (\"drm/i915/gt:\nSchedule request retirement when timeline idles\"), introduced in v5.5.\n\nRespect results of barrier deletion attempts -- mark the barrier as idle\nonly if successfully deleted from the list. Then, before proceeding with\nsetting our fence as the one currently tracked, make sure that the tracker\nwe\u0027ve got is not a non-idle barrier. If that check fails then don\u0027t use\nthat tracker but go back and try to acquire a new, usable one.\n\nv3: use unlikely() to document what outcome we expect (Andi),\n - fix bad grammar in commit description.\nv2: no code changes,\n - blame commit 311770173fac (\"drm/i915/gt: Schedule request retirement\n when timeline idles\"), v5.5, not commit d8af05ff38ae (\"drm/i915: Allow\n sharing the idle-barrier from other kernel requests\"), v5.4,\n - reword commit description.\n\n(cherry picked from commit 506006055769b10d1b2b4e22f636f3b45e0e9fc7)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53087",
"url": "https://www.suse.com/security/cve/CVE-2023-53087"
},
{
"category": "external",
"summary": "SUSE Bug 1242280 for CVE-2023-53087",
"url": "https://bugzilla.suse.com/1242280"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53087"
},
{
"cve": "CVE-2023-53089",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53089"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix task hung in ext4_xattr_delete_inode\n\nSyzbot reported a hung task problem:\n==================================================================\nINFO: task syz-executor232:5073 blocked for more than 143 seconds.\n Not tainted 6.2.0-rc2-syzkaller-00024-g512dee0c00ad #0\n\"echo 0 \u003e /proc/sys/kernel/hung_task_timeout_secs\" disables this message.\ntask:syz-exec232 state:D stack:21024 pid:5073 ppid:5072 flags:0x00004004\nCall Trace:\n \u003cTASK\u003e\n context_switch kernel/sched/core.c:5244 [inline]\n __schedule+0x995/0xe20 kernel/sched/core.c:6555\n schedule+0xcb/0x190 kernel/sched/core.c:6631\n __wait_on_freeing_inode fs/inode.c:2196 [inline]\n find_inode_fast+0x35a/0x4c0 fs/inode.c:950\n iget_locked+0xb1/0x830 fs/inode.c:1273\n __ext4_iget+0x22e/0x3ed0 fs/ext4/inode.c:4861\n ext4_xattr_inode_iget+0x68/0x4e0 fs/ext4/xattr.c:389\n ext4_xattr_inode_dec_ref_all+0x1a7/0xe50 fs/ext4/xattr.c:1148\n ext4_xattr_delete_inode+0xb04/0xcd0 fs/ext4/xattr.c:2880\n ext4_evict_inode+0xd7c/0x10b0 fs/ext4/inode.c:296\n evict+0x2a4/0x620 fs/inode.c:664\n ext4_orphan_cleanup+0xb60/0x1340 fs/ext4/orphan.c:474\n __ext4_fill_super fs/ext4/super.c:5516 [inline]\n ext4_fill_super+0x81cd/0x8700 fs/ext4/super.c:5644\n get_tree_bdev+0x400/0x620 fs/super.c:1282\n vfs_get_tree+0x88/0x270 fs/super.c:1489\n do_new_mount+0x289/0xad0 fs/namespace.c:3145\n do_mount fs/namespace.c:3488 [inline]\n __do_sys_mount fs/namespace.c:3697 [inline]\n __se_sys_mount+0x2d3/0x3c0 fs/namespace.c:3674\n do_syscall_x64 arch/x86/entry/common.c:50 [inline]\n do_syscall_64+0x3d/0xb0 arch/x86/entry/common.c:80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\nRIP: 0033:0x7fa5406fd5ea\nRSP: 002b:00007ffc7232f968 EFLAGS: 00000202 ORIG_RAX: 00000000000000a5\nRAX: ffffffffffffffda RBX: 0000000000000003 RCX: 00007fa5406fd5ea\nRDX: 0000000020000440 RSI: 0000000020000000 RDI: 00007ffc7232f970\nRBP: 00007ffc7232f970 R08: 00007ffc7232f9b0 R09: 0000000000000432\nR10: 0000000000804a03 R11: 0000000000000202 R12: 0000000000000004\nR13: 0000555556a7a2c0 R14: 00007ffc7232f9b0 R15: 0000000000000000\n \u003c/TASK\u003e\n==================================================================\n\nThe problem is that the inode contains an xattr entry with ea_inum of 15\nwhen cleaning up an orphan inode \u003c15\u003e. When evict inode \u003c15\u003e, the reference\ncounting of the corresponding EA inode is decreased. When EA inode \u003c15\u003e is\nfound by find_inode_fast() in __ext4_iget(), it is found that the EA inode\nholds the I_FREEING flag and waits for the EA inode to complete deletion.\nAs a result, when inode \u003c15\u003e is being deleted, we wait for inode \u003c15\u003e to\ncomplete the deletion, resulting in an infinite loop and triggering Hung\nTask. To solve this problem, we only need to check whether the ino of EA\ninode and parent is the same before getting EA inode.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53089",
"url": "https://www.suse.com/security/cve/CVE-2023-53089"
},
{
"category": "external",
"summary": "SUSE Bug 1242744 for CVE-2023-53089",
"url": "https://bugzilla.suse.com/1242744"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53089"
},
{
"cve": "CVE-2023-53090",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53090"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amdkfd: Fix an illegal memory access\n\nIn the kfd_wait_on_events() function, the kfd_event_waiter structure is\nallocated by alloc_event_waiters(), but the event field of the waiter\nstructure is not initialized; When copy_from_user() fails in the\nkfd_wait_on_events() function, it will enter exception handling to\nrelease the previously allocated memory of the waiter structure;\nDue to the event field of the waiters structure being accessed\nin the free_waiters() function, this results in illegal memory access\nand system crash, here is the crash log:\n\nlocalhost kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x185/0x1e0\nlocalhost kernel: RSP: 0018:ffffaa53c362bd60 EFLAGS: 00010082\nlocalhost kernel: RAX: ff3d3d6bff4007cb RBX: 0000000000000282 RCX: 00000000002c0000\nlocalhost kernel: RDX: ffff9e855eeacb80 RSI: 000000000000279c RDI: ffffe7088f6a21d0\nlocalhost kernel: RBP: ffffe7088f6a21d0 R08: 00000000002c0000 R09: ffffaa53c362be64\nlocalhost kernel: R10: ffffaa53c362bbd8 R11: 0000000000000001 R12: 0000000000000002\nlocalhost kernel: R13: ffff9e7ead15d600 R14: 0000000000000000 R15: ffff9e7ead15d698\nlocalhost kernel: FS: 0000152a3d111700(0000) GS:ffff9e855ee80000(0000) knlGS:0000000000000000\nlocalhost kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nlocalhost kernel: CR2: 0000152938000010 CR3: 000000044d7a4000 CR4: 00000000003506e0\nlocalhost kernel: Call Trace:\nlocalhost kernel: _raw_spin_lock_irqsave+0x30/0x40\nlocalhost kernel: remove_wait_queue+0x12/0x50\nlocalhost kernel: kfd_wait_on_events+0x1b6/0x490 [hydcu]\nlocalhost kernel: ? ftrace_graph_caller+0xa0/0xa0\nlocalhost kernel: kfd_ioctl+0x38c/0x4a0 [hydcu]\nlocalhost kernel: ? kfd_ioctl_set_trap_handler+0x70/0x70 [hydcu]\nlocalhost kernel: ? kfd_ioctl_create_queue+0x5a0/0x5a0 [hydcu]\nlocalhost kernel: ? ftrace_graph_caller+0xa0/0xa0\nlocalhost kernel: __x64_sys_ioctl+0x8e/0xd0\nlocalhost kernel: ? syscall_trace_enter.isra.18+0x143/0x1b0\nlocalhost kernel: do_syscall_64+0x33/0x80\nlocalhost kernel: entry_SYSCALL_64_after_hwframe+0x44/0xa9\nlocalhost kernel: RIP: 0033:0x152a4dff68d7\n\nAllocate the structure with kcalloc, and remove redundant 0-initialization\nand a redundant loop condition check.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53090",
"url": "https://www.suse.com/security/cve/CVE-2023-53090"
},
{
"category": "external",
"summary": "SUSE Bug 1242753 for CVE-2023-53090",
"url": "https://bugzilla.suse.com/1242753"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53090"
},
{
"cve": "CVE-2023-53091",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53091"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: update s_journal_inum if it changes after journal replay\n\nWhen mounting a crafted ext4 image, s_journal_inum may change after journal\nreplay, which is obviously unreasonable because we have successfully loaded\nand replayed the journal through the old s_journal_inum. And the new\ns_journal_inum bypasses some of the checks in ext4_get_journal(), which\nmay trigger a null pointer dereference problem. So if s_journal_inum\nchanges after the journal replay, we ignore the change, and rewrite the\ncurrent journal_inum to the superblock.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53091",
"url": "https://www.suse.com/security/cve/CVE-2023-53091"
},
{
"category": "external",
"summary": "SUSE Bug 1242767 for CVE-2023-53091",
"url": "https://bugzilla.suse.com/1242767"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53091"
},
{
"cve": "CVE-2023-53092",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53092"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ninterconnect: exynos: fix node leak in probe PM QoS error path\n\nMake sure to add the newly allocated interconnect node to the provider\nbefore adding the PM QoS request so that the node is freed on errors.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53092",
"url": "https://www.suse.com/security/cve/CVE-2023-53092"
},
{
"category": "external",
"summary": "SUSE Bug 1242415 for CVE-2023-53092",
"url": "https://bugzilla.suse.com/1242415"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53092"
},
{
"cve": "CVE-2023-53093",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53093"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntracing: Do not let histogram values have some modifiers\n\nHistogram values can not be strings, stacktraces, graphs, symbols,\nsyscalls, or grouped in buckets or log. Give an error if a value is set to\ndo so.\n\nNote, the histogram code was not prepared to handle these modifiers for\nhistograms and caused a bug.\n\nMark Rutland reported:\n\n # echo \u0027p:copy_to_user __arch_copy_to_user n=$arg2\u0027 \u003e\u003e /sys/kernel/tracing/kprobe_events\n # echo \u0027hist:keys=n:vals=hitcount.buckets=8:sort=hitcount\u0027 \u003e /sys/kernel/tracing/events/kprobes/copy_to_user/trigger\n # cat /sys/kernel/tracing/events/kprobes/copy_to_user/hist\n[ 143.694628] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000\n[ 143.695190] Mem abort info:\n[ 143.695362] ESR = 0x0000000096000004\n[ 143.695604] EC = 0x25: DABT (current EL), IL = 32 bits\n[ 143.695889] SET = 0, FnV = 0\n[ 143.696077] EA = 0, S1PTW = 0\n[ 143.696302] FSC = 0x04: level 0 translation fault\n[ 143.702381] Data abort info:\n[ 143.702614] ISV = 0, ISS = 0x00000004\n[ 143.702832] CM = 0, WnR = 0\n[ 143.703087] user pgtable: 4k pages, 48-bit VAs, pgdp=00000000448f9000\n[ 143.703407] [0000000000000000] pgd=0000000000000000, p4d=0000000000000000\n[ 143.704137] Internal error: Oops: 0000000096000004 [#1] PREEMPT SMP\n[ 143.704714] Modules linked in:\n[ 143.705273] CPU: 0 PID: 133 Comm: cat Not tainted 6.2.0-00003-g6fc512c10a7c #3\n[ 143.706138] Hardware name: linux,dummy-virt (DT)\n[ 143.706723] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)\n[ 143.707120] pc : hist_field_name.part.0+0x14/0x140\n[ 143.707504] lr : hist_field_name.part.0+0x104/0x140\n[ 143.707774] sp : ffff800008333a30\n[ 143.707952] x29: ffff800008333a30 x28: 0000000000000001 x27: 0000000000400cc0\n[ 143.708429] x26: ffffd7a653b20260 x25: 0000000000000000 x24: ffff10d303ee5800\n[ 143.708776] x23: ffffd7a6539b27b0 x22: ffff10d303fb8c00 x21: 0000000000000001\n[ 143.709127] x20: ffff10d303ec2000 x19: 0000000000000000 x18: 0000000000000000\n[ 143.709478] x17: 0000000000000000 x16: 0000000000000000 x15: 0000000000000000\n[ 143.709824] x14: 0000000000000000 x13: 203a6f666e692072 x12: 6567676972742023\n[ 143.710179] x11: 0a230a6d6172676f x10: 000000000000002c x9 : ffffd7a6521e018c\n[ 143.710584] x8 : 000000000000002c x7 : 7f7f7f7f7f7f7f7f x6 : 000000000000002c\n[ 143.710915] x5 : ffff10d303b0103e x4 : ffffd7a653b20261 x3 : 000000000000003d\n[ 143.711239] x2 : 0000000000020001 x1 : 0000000000000001 x0 : 0000000000000000\n[ 143.711746] Call trace:\n[ 143.712115] hist_field_name.part.0+0x14/0x140\n[ 143.712642] hist_field_name.part.0+0x104/0x140\n[ 143.712925] hist_field_print+0x28/0x140\n[ 143.713125] event_hist_trigger_print+0x174/0x4d0\n[ 143.713348] hist_show+0xf8/0x980\n[ 143.713521] seq_read_iter+0x1bc/0x4b0\n[ 143.713711] seq_read+0x8c/0xc4\n[ 143.713876] vfs_read+0xc8/0x2a4\n[ 143.714043] ksys_read+0x70/0xfc\n[ 143.714218] __arm64_sys_read+0x24/0x30\n[ 143.714400] invoke_syscall+0x50/0x120\n[ 143.714587] el0_svc_common.constprop.0+0x4c/0x100\n[ 143.714807] do_el0_svc+0x44/0xd0\n[ 143.714970] el0_svc+0x2c/0x84\n[ 143.715134] el0t_64_sync_handler+0xbc/0x140\n[ 143.715334] el0t_64_sync+0x190/0x194\n[ 143.715742] Code: a9bd7bfd 910003fd a90153f3 aa0003f3 (f9400000)\n[ 143.716510] ---[ end trace 0000000000000000 ]---\nSegmentation fault",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53093",
"url": "https://www.suse.com/security/cve/CVE-2023-53093"
},
{
"category": "external",
"summary": "SUSE Bug 1242279 for CVE-2023-53093",
"url": "https://bugzilla.suse.com/1242279"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53093"
},
{
"cve": "CVE-2023-53095",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53095"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/ttm: Fix a NULL pointer dereference\n\nThe LRU mechanism may look up a resource in the process of being removed\nfrom an object. The locking rules here are a bit unclear but it looks\ncurrently like res-\u003ebo assignment is protected by the LRU lock, whereas\nbo-\u003eresource is protected by the object lock, while *clearing* of\nbo-\u003eresource is also protected by the LRU lock. This means that if\nwe check that bo-\u003eresource points to the LRU resource under the LRU\nlock we should be safe.\nSo perform that check before deciding to swap out a bo. That avoids\ndereferencing a NULL bo-\u003eresource in ttm_bo_swapout().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53095",
"url": "https://www.suse.com/security/cve/CVE-2023-53095"
},
{
"category": "external",
"summary": "SUSE Bug 1242278 for CVE-2023-53095",
"url": "https://bugzilla.suse.com/1242278"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53095"
},
{
"cve": "CVE-2023-53096",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53096"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ninterconnect: fix mem leak when freeing nodes\n\nThe node link array is allocated when adding links to a node but is not\ndeallocated when nodes are destroyed.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53096",
"url": "https://www.suse.com/security/cve/CVE-2023-53096"
},
{
"category": "external",
"summary": "SUSE Bug 1242289 for CVE-2023-53096",
"url": "https://bugzilla.suse.com/1242289"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53096"
},
{
"cve": "CVE-2023-53098",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53098"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmedia: rc: gpio-ir-recv: add remove function\n\nIn case runtime PM is enabled, do runtime PM clean up to remove\ncpu latency qos request, otherwise driver removal may have below\nkernel dump:\n\n[ 19.463299] Unable to handle kernel NULL pointer dereference at\nvirtual address 0000000000000048\n[ 19.472161] Mem abort info:\n[ 19.474985] ESR = 0x0000000096000004\n[ 19.478754] EC = 0x25: DABT (current EL), IL = 32 bits\n[ 19.484081] SET = 0, FnV = 0\n[ 19.487149] EA = 0, S1PTW = 0\n[ 19.490361] FSC = 0x04: level 0 translation fault\n[ 19.495256] Data abort info:\n[ 19.498149] ISV = 0, ISS = 0x00000004\n[ 19.501997] CM = 0, WnR = 0\n[ 19.504977] user pgtable: 4k pages, 48-bit VAs, pgdp=0000000049f81000\n[ 19.511432] [0000000000000048] pgd=0000000000000000,\np4d=0000000000000000\n[ 19.518245] Internal error: Oops: 0000000096000004 [#1] PREEMPT SMP\n[ 19.524520] Modules linked in: gpio_ir_recv(+) rc_core [last\nunloaded: rc_core]\n[ 19.531845] CPU: 0 PID: 445 Comm: insmod Not tainted\n6.2.0-rc1-00028-g2c397a46d47c #72\n[ 19.531854] Hardware name: FSL i.MX8MM EVK board (DT)\n[ 19.531859] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO -DIT -SSBS\nBTYPE=--)\n[ 19.551777] pc : cpu_latency_qos_remove_request+0x20/0x110\n[ 19.557277] lr : gpio_ir_recv_runtime_suspend+0x18/0x30\n[gpio_ir_recv]\n[ 19.557294] sp : ffff800008ce3740\n[ 19.557297] x29: ffff800008ce3740 x28: 0000000000000000 x27:\nffff800008ce3d50\n[ 19.574270] x26: ffffc7e3e9cea100 x25: 00000000000f4240 x24:\nffffc7e3f9ef0e30\n[ 19.574284] x23: 0000000000000000 x22: ffff0061803820f4 x21:\n0000000000000008\n[ 19.574296] x20: ffffc7e3fa75df30 x19: 0000000000000020 x18:\nffffffffffffffff\n[ 19.588570] x17: 0000000000000000 x16: ffffc7e3f9efab70 x15:\nffffffffffffffff\n[ 19.595712] x14: ffff800008ce37b8 x13: ffff800008ce37aa x12:\n0000000000000001\n[ 19.602853] x11: 0000000000000001 x10: ffffcbe3ec0dff87 x9 :\n0000000000000008\n[ 19.609991] x8 : 0101010101010101 x7 : 0000000000000000 x6 :\n000000000f0bfe9f\n[ 19.624261] x5 : 00ffffffffffffff x4 : 0025ab8e00000000 x3 :\nffff006180382010\n[ 19.631405] x2 : ffffc7e3e9ce8030 x1 : ffffc7e3fc3eb810 x0 :\n0000000000000020\n[ 19.638548] Call trace:\n[ 19.640995] cpu_latency_qos_remove_request+0x20/0x110\n[ 19.646142] gpio_ir_recv_runtime_suspend+0x18/0x30 [gpio_ir_recv]\n[ 19.652339] pm_generic_runtime_suspend+0x2c/0x44\n[ 19.657055] __rpm_callback+0x48/0x1dc\n[ 19.660807] rpm_callback+0x6c/0x80\n[ 19.664301] rpm_suspend+0x10c/0x640\n[ 19.667880] rpm_idle+0x250/0x2d0\n[ 19.671198] update_autosuspend+0x38/0xe0\n[ 19.675213] pm_runtime_set_autosuspend_delay+0x40/0x60\n[ 19.680442] gpio_ir_recv_probe+0x1b4/0x21c [gpio_ir_recv]\n[ 19.685941] platform_probe+0x68/0xc0\n[ 19.689610] really_probe+0xc0/0x3dc\n[ 19.693189] __driver_probe_device+0x7c/0x190\n[ 19.697550] driver_probe_device+0x3c/0x110\n[ 19.701739] __driver_attach+0xf4/0x200\n[ 19.705578] bus_for_each_dev+0x70/0xd0\n[ 19.709417] driver_attach+0x24/0x30\n[ 19.712998] bus_add_driver+0x17c/0x240\n[ 19.716834] driver_register+0x78/0x130\n[ 19.720676] __platform_driver_register+0x28/0x34\n[ 19.725386] gpio_ir_recv_driver_init+0x20/0x1000 [gpio_ir_recv]\n[ 19.731404] do_one_initcall+0x44/0x2ac\n[ 19.735243] do_init_module+0x48/0x1d0\n[ 19.739003] load_module+0x19fc/0x2034\n[ 19.742759] __do_sys_finit_module+0xac/0x12c\n[ 19.747124] __arm64_sys_finit_module+0x20/0x30\n[ 19.751664] invoke_syscall+0x48/0x114\n[ 19.755420] el0_svc_common.constprop.0+0xcc/0xec\n[ 19.760132] do_el0_svc+0x38/0xb0\n[ 19.763456] el0_svc+0x2c/0x84\n[ 19.766516] el0t_64_sync_handler+0xf4/0x120\n[ 19.770789] el0t_64_sync+0x190/0x194\n[ 19.774460] Code: 910003fd a90153f3 aa0003f3 91204021 (f9401400)\n[ 19.780556] ---[ end trace 0000000000000000 ]---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53098",
"url": "https://www.suse.com/security/cve/CVE-2023-53098"
},
{
"category": "external",
"summary": "SUSE Bug 1242779 for CVE-2023-53098",
"url": "https://bugzilla.suse.com/1242779"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53098"
},
{
"cve": "CVE-2023-53099",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53099"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfirmware: xilinx: don\u0027t make a sleepable memory allocation from an atomic context\n\nThe following issue was discovered using lockdep:\n[ 6.691371] BUG: sleeping function called from invalid context at include/linux/sched/mm.h:209\n[ 6.694602] in_atomic(): 1, irqs_disabled(): 128, non_block: 0, pid: 1, name: swapper/0\n[ 6.702431] 2 locks held by swapper/0/1:\n[ 6.706300] #0: ffffff8800f6f188 (\u0026dev-\u003emutex){....}-{3:3}, at: __device_driver_lock+0x4c/0x90\n[ 6.714900] #1: ffffffc009a2abb8 (enable_lock){....}-{2:2}, at: clk_enable_lock+0x4c/0x140\n[ 6.723156] irq event stamp: 304030\n[ 6.726596] hardirqs last enabled at (304029): [\u003cffffffc008d17ee0\u003e] _raw_spin_unlock_irqrestore+0xc0/0xd0\n[ 6.736142] hardirqs last disabled at (304030): [\u003cffffffc00876bc5c\u003e] clk_enable_lock+0xfc/0x140\n[ 6.744742] softirqs last enabled at (303958): [\u003cffffffc0080904f0\u003e] _stext+0x4f0/0x894\n[ 6.752655] softirqs last disabled at (303951): [\u003cffffffc0080e53b8\u003e] irq_exit+0x238/0x280\n[ 6.760744] CPU: 1 PID: 1 Comm: swapper/0 Tainted: G U 5.15.36 #2\n[ 6.768048] Hardware name: xlnx,zynqmp (DT)\n[ 6.772179] Call trace:\n[ 6.774584] dump_backtrace+0x0/0x300\n[ 6.778197] show_stack+0x18/0x30\n[ 6.781465] dump_stack_lvl+0xb8/0xec\n[ 6.785077] dump_stack+0x1c/0x38\n[ 6.788345] ___might_sleep+0x1a8/0x2a0\n[ 6.792129] __might_sleep+0x6c/0xd0\n[ 6.795655] kmem_cache_alloc_trace+0x270/0x3d0\n[ 6.800127] do_feature_check_call+0x100/0x220\n[ 6.804513] zynqmp_pm_invoke_fn+0x8c/0xb0\n[ 6.808555] zynqmp_pm_clock_getstate+0x90/0xe0\n[ 6.813027] zynqmp_pll_is_enabled+0x8c/0x120\n[ 6.817327] zynqmp_pll_enable+0x38/0xc0\n[ 6.821197] clk_core_enable+0x144/0x400\n[ 6.825067] clk_core_enable+0xd4/0x400\n[ 6.828851] clk_core_enable+0xd4/0x400\n[ 6.832635] clk_core_enable+0xd4/0x400\n[ 6.836419] clk_core_enable+0xd4/0x400\n[ 6.840203] clk_core_enable+0xd4/0x400\n[ 6.843987] clk_core_enable+0xd4/0x400\n[ 6.847771] clk_core_enable+0xd4/0x400\n[ 6.851555] clk_core_enable_lock+0x24/0x50\n[ 6.855683] clk_enable+0x24/0x40\n[ 6.858952] fclk_probe+0x84/0xf0\n[ 6.862220] platform_probe+0x8c/0x110\n[ 6.865918] really_probe+0x110/0x5f0\n[ 6.869530] __driver_probe_device+0xcc/0x210\n[ 6.873830] driver_probe_device+0x64/0x140\n[ 6.877958] __driver_attach+0x114/0x1f0\n[ 6.881828] bus_for_each_dev+0xe8/0x160\n[ 6.885698] driver_attach+0x34/0x50\n[ 6.889224] bus_add_driver+0x228/0x300\n[ 6.893008] driver_register+0xc0/0x1e0\n[ 6.896792] __platform_driver_register+0x44/0x60\n[ 6.901436] fclk_driver_init+0x1c/0x28\n[ 6.905220] do_one_initcall+0x104/0x590\n[ 6.909091] kernel_init_freeable+0x254/0x2bc\n[ 6.913390] kernel_init+0x24/0x130\n[ 6.916831] ret_from_fork+0x10/0x20\n\nFix it by passing the GFP_ATOMIC gfp flag for the corresponding\nmemory allocation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53099",
"url": "https://www.suse.com/security/cve/CVE-2023-53099"
},
{
"category": "external",
"summary": "SUSE Bug 1242399 for CVE-2023-53099",
"url": "https://bugzilla.suse.com/1242399"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53099"
},
{
"cve": "CVE-2023-53100",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53100"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix WARNING in ext4_update_inline_data\n\nSyzbot found the following issue:\nEXT4-fs (loop0): mounted filesystem 00000000-0000-0000-0000-000000000000 without journal. Quota mode: none.\nfscrypt: AES-256-CTS-CBC using implementation \"cts-cbc-aes-aesni\"\nfscrypt: AES-256-XTS using implementation \"xts-aes-aesni\"\n------------[ cut here ]------------\nWARNING: CPU: 0 PID: 5071 at mm/page_alloc.c:5525 __alloc_pages+0x30a/0x560 mm/page_alloc.c:5525\nModules linked in:\nCPU: 1 PID: 5071 Comm: syz-executor263 Not tainted 6.2.0-rc1-syzkaller #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 10/26/2022\nRIP: 0010:__alloc_pages+0x30a/0x560 mm/page_alloc.c:5525\nRSP: 0018:ffffc90003c2f1c0 EFLAGS: 00010246\nRAX: ffffc90003c2f220 RBX: 0000000000000014 RCX: 0000000000000000\nRDX: 0000000000000028 RSI: 0000000000000000 RDI: ffffc90003c2f248\nRBP: ffffc90003c2f2d8 R08: dffffc0000000000 R09: ffffc90003c2f220\nR10: fffff52000785e49 R11: 1ffff92000785e44 R12: 0000000000040d40\nR13: 1ffff92000785e40 R14: dffffc0000000000 R15: 1ffff92000785e3c\nFS: 0000555556c0d300(0000) GS:ffff8880b9800000(0000) knlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 00007f95d5e04138 CR3: 00000000793aa000 CR4: 00000000003506f0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nCall Trace:\n \u003cTASK\u003e\n __alloc_pages_node include/linux/gfp.h:237 [inline]\n alloc_pages_node include/linux/gfp.h:260 [inline]\n __kmalloc_large_node+0x95/0x1e0 mm/slab_common.c:1113\n __do_kmalloc_node mm/slab_common.c:956 [inline]\n __kmalloc+0xfe/0x190 mm/slab_common.c:981\n kmalloc include/linux/slab.h:584 [inline]\n kzalloc include/linux/slab.h:720 [inline]\n ext4_update_inline_data+0x236/0x6b0 fs/ext4/inline.c:346\n ext4_update_inline_dir fs/ext4/inline.c:1115 [inline]\n ext4_try_add_inline_entry+0x328/0x990 fs/ext4/inline.c:1307\n ext4_add_entry+0x5a4/0xeb0 fs/ext4/namei.c:2385\n ext4_add_nondir+0x96/0x260 fs/ext4/namei.c:2772\n ext4_create+0x36c/0x560 fs/ext4/namei.c:2817\n lookup_open fs/namei.c:3413 [inline]\n open_last_lookups fs/namei.c:3481 [inline]\n path_openat+0x12ac/0x2dd0 fs/namei.c:3711\n do_filp_open+0x264/0x4f0 fs/namei.c:3741\n do_sys_openat2+0x124/0x4e0 fs/open.c:1310\n do_sys_open fs/open.c:1326 [inline]\n __do_sys_openat fs/open.c:1342 [inline]\n __se_sys_openat fs/open.c:1337 [inline]\n __x64_sys_openat+0x243/0x290 fs/open.c:1337\n do_syscall_x64 arch/x86/entry/common.c:50 [inline]\n do_syscall_64+0x3d/0xb0 arch/x86/entry/common.c:80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\n\nAbove issue happens as follows:\next4_iget\n ext4_find_inline_data_nolock -\u003ei_inline_off=164 i_inline_size=60\next4_try_add_inline_entry\n __ext4_mark_inode_dirty\n ext4_expand_extra_isize_ea -\u003ei_extra_isize=32 s_want_extra_isize=44\n ext4_xattr_shift_entries\n\t -\u003eafter shift i_inline_off is incorrect, actually is change to 176\next4_try_add_inline_entry\n ext4_update_inline_dir\n get_max_inline_xattr_value_size\n if (EXT4_I(inode)-\u003ei_inline_off)\n\tentry = (struct ext4_xattr_entry *)((void *)raw_inode +\n\t\t\tEXT4_I(inode)-\u003ei_inline_off);\n free += EXT4_XATTR_SIZE(le32_to_cpu(entry-\u003ee_value_size));\n\t-\u003eAs entry is incorrect, then \u0027free\u0027 may be negative\n ext4_update_inline_data\n value = kzalloc(len, GFP_NOFS);\n -\u003e len is unsigned int, maybe very large, then trigger warning when\n \u0027kzalloc()\u0027\n\nTo resolve the above issue we need to update \u0027i_inline_off\u0027 after\n\u0027ext4_xattr_shift_entries()\u0027. We do not need to set\nEXT4_STATE_MAY_INLINE_DATA flag here, since ext4_mark_inode_dirty()\nalready sets this flag if needed. Setting EXT4_STATE_MAY_INLINE_DATA\nwhen it is needed may trigger a BUG_ON in ext4_writepages().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53100",
"url": "https://www.suse.com/security/cve/CVE-2023-53100"
},
{
"category": "external",
"summary": "SUSE Bug 1242790 for CVE-2023-53100",
"url": "https://bugzilla.suse.com/1242790"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53100"
},
{
"cve": "CVE-2023-53101",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53101"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: zero i_disksize when initializing the bootloader inode\n\nIf the boot loader inode has never been used before, the\nEXT4_IOC_SWAP_BOOT inode will initialize it, including setting the\ni_size to 0. However, if the \"never before used\" boot loader has a\nnon-zero i_size, then i_disksize will be non-zero, and the\ninconsistency between i_size and i_disksize can trigger a kernel\nwarning:\n\n WARNING: CPU: 0 PID: 2580 at fs/ext4/file.c:319\n CPU: 0 PID: 2580 Comm: bb Not tainted 6.3.0-rc1-00004-g703695902cfa\n RIP: 0010:ext4_file_write_iter+0xbc7/0xd10\n Call Trace:\n vfs_write+0x3b1/0x5c0\n ksys_write+0x77/0x160\n __x64_sys_write+0x22/0x30\n do_syscall_64+0x39/0x80\n\nReproducer:\n 1. create corrupted image and mount it:\n mke2fs -t ext4 /tmp/foo.img 200\n debugfs -wR \"sif \u003c5\u003e size 25700\" /tmp/foo.img\n mount -t ext4 /tmp/foo.img /mnt\n cd /mnt\n echo 123 \u003e file\n 2. Run the reproducer program:\n posix_memalign(\u0026buf, 1024, 1024)\n fd = open(\"file\", O_RDWR | O_DIRECT);\n ioctl(fd, EXT4_IOC_SWAP_BOOT);\n write(fd, buf, 1024);\n\nFix this by setting i_disksize as well as i_size to zero when\ninitiaizing the boot loader inode.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53101",
"url": "https://www.suse.com/security/cve/CVE-2023-53101"
},
{
"category": "external",
"summary": "SUSE Bug 1242791 for CVE-2023-53101",
"url": "https://bugzilla.suse.com/1242791"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53101"
},
{
"cve": "CVE-2023-53102",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53102"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nice: xsk: disable txq irq before flushing hw\n\nice_qp_dis() intends to stop a given queue pair that is a target of xsk\npool attach/detach. One of the steps is to disable interrupts on these\nqueues. It currently is broken in a way that txq irq is turned off\n*after* HW flush which in turn takes no effect.\n\nice_qp_dis():\n-\u003e ice_qvec_dis_irq()\n--\u003e disable rxq irq\n--\u003e flush hw\n-\u003e ice_vsi_stop_tx_ring()\n--\u003edisable txq irq\n\nBelow splat can be triggered by following steps:\n- start xdpsock WITHOUT loading xdp prog\n- run xdp_rxq_info with XDP_TX action on this interface\n- start traffic\n- terminate xdpsock\n\n[ 256.312485] BUG: kernel NULL pointer dereference, address: 0000000000000018\n[ 256.319560] #PF: supervisor read access in kernel mode\n[ 256.324775] #PF: error_code(0x0000) - not-present page\n[ 256.329994] PGD 0 P4D 0\n[ 256.332574] Oops: 0000 [#1] PREEMPT SMP NOPTI\n[ 256.337006] CPU: 3 PID: 32 Comm: ksoftirqd/3 Tainted: G OE 6.2.0-rc5+ #51\n[ 256.345218] Hardware name: Intel Corporation S2600WFT/S2600WFT, BIOS SE5C620.86B.02.01.0008.031920191559 03/19/2019\n[ 256.355807] RIP: 0010:ice_clean_rx_irq_zc+0x9c/0x7d0 [ice]\n[ 256.361423] Code: b7 8f 8a 00 00 00 66 39 ca 0f 84 f1 04 00 00 49 8b 47 40 4c 8b 24 d0 41 0f b7 45 04 66 25 ff 3f 66 89 04 24 0f 84 85 02 00 00 \u003c49\u003e 8b 44 24 18 0f b7 14 24 48 05 00 01 00 00 49 89 04 24 49 89 44\n[ 256.380463] RSP: 0018:ffffc900088bfd20 EFLAGS: 00010206\n[ 256.385765] RAX: 000000000000003c RBX: 0000000000000035 RCX: 000000000000067f\n[ 256.393012] RDX: 0000000000000775 RSI: 0000000000000000 RDI: ffff8881deb3ac80\n[ 256.400256] RBP: 000000000000003c R08: ffff889847982710 R09: 0000000000010000\n[ 256.407500] R10: ffffffff82c060c0 R11: 0000000000000004 R12: 0000000000000000\n[ 256.414746] R13: ffff88811165eea0 R14: ffffc9000d255000 R15: ffff888119b37600\n[ 256.421990] FS: 0000000000000000(0000) GS:ffff8897e0cc0000(0000) knlGS:0000000000000000\n[ 256.430207] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n[ 256.436036] CR2: 0000000000000018 CR3: 0000000005c0a006 CR4: 00000000007706e0\n[ 256.443283] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\n[ 256.450527] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\n[ 256.457770] PKRU: 55555554\n[ 256.460529] Call Trace:\n[ 256.463015] \u003cTASK\u003e\n[ 256.465157] ? ice_xmit_zc+0x6e/0x150 [ice]\n[ 256.469437] ice_napi_poll+0x46d/0x680 [ice]\n[ 256.473815] ? _raw_spin_unlock_irqrestore+0x1b/0x40\n[ 256.478863] __napi_poll+0x29/0x160\n[ 256.482409] net_rx_action+0x136/0x260\n[ 256.486222] __do_softirq+0xe8/0x2e5\n[ 256.489853] ? smpboot_thread_fn+0x2c/0x270\n[ 256.494108] run_ksoftirqd+0x2a/0x50\n[ 256.497747] smpboot_thread_fn+0x1c1/0x270\n[ 256.501907] ? __pfx_smpboot_thread_fn+0x10/0x10\n[ 256.506594] kthread+0xea/0x120\n[ 256.509785] ? __pfx_kthread+0x10/0x10\n[ 256.513597] ret_from_fork+0x29/0x50\n[ 256.517238] \u003c/TASK\u003e\n\nIn fact, irqs were not disabled and napi managed to be scheduled and run\nwhile xsk_pool pointer was still valid, but SW ring of xdp_buff pointers\nwas already freed.\n\nTo fix this, call ice_qvec_dis_irq() after ice_vsi_stop_tx_ring(). Also\nwhile at it, remove redundant ice_clean_rx_ring() call - this is handled\nin ice_qp_clean_rings().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53102",
"url": "https://www.suse.com/security/cve/CVE-2023-53102"
},
{
"category": "external",
"summary": "SUSE Bug 1242393 for CVE-2023-53102",
"url": "https://bugzilla.suse.com/1242393"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53102"
},
{
"cve": "CVE-2023-53105",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53105"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/mlx5e: Fix cleanup null-ptr deref on encap lock\n\nDuring module is unloaded while a peer tc flow is still offloaded,\nfirst the peer uplink rep profile is changed to a nic profile, and so\nneigh encap lock is destroyed. Next during unload, the VF reps netdevs\nare unregistered which causes the original non-peer tc flow to be deleted,\nwhich deletes the peer flow. The peer flow deletion detaches the encap\nentry and try to take the already destroyed encap lock, causing the\nbelow trace.\n\nFix this by clearing peer flows during tc eswitch cleanup\n(mlx5e_tc_esw_cleanup()).\n\nRelevant trace:\n[ 4316.837128] BUG: kernel NULL pointer dereference, address: 00000000000001d8\n[ 4316.842239] RIP: 0010:__mutex_lock+0xb5/0xc40\n[ 4316.851897] Call Trace:\n[ 4316.852481] \u003cTASK\u003e\n[ 4316.857214] mlx5e_rep_neigh_entry_release+0x93/0x790 [mlx5_core]\n[ 4316.858258] mlx5e_rep_encap_entry_detach+0xa7/0xf0 [mlx5_core]\n[ 4316.859134] mlx5e_encap_dealloc+0xa3/0xf0 [mlx5_core]\n[ 4316.859867] clean_encap_dests.part.0+0x5c/0xe0 [mlx5_core]\n[ 4316.860605] mlx5e_tc_del_fdb_flow+0x32a/0x810 [mlx5_core]\n[ 4316.862609] __mlx5e_tc_del_fdb_peer_flow+0x1a2/0x250 [mlx5_core]\n[ 4316.863394] mlx5e_tc_del_flow+0x(/0x630 [mlx5_core]\n[ 4316.864090] mlx5e_flow_put+0x5f/0x100 [mlx5_core]\n[ 4316.864771] mlx5e_delete_flower+0x4de/0xa40 [mlx5_core]\n[ 4316.865486] tc_setup_cb_reoffload+0x20/0x80\n[ 4316.865905] fl_reoffload+0x47c/0x510 [cls_flower]\n[ 4316.869181] tcf_block_playback_offloads+0x91/0x1d0\n[ 4316.869649] tcf_block_unbind+0xe7/0x1b0\n[ 4316.870049] tcf_block_offload_cmd.isra.0+0x1ee/0x270\n[ 4316.879266] tcf_block_offload_unbind+0x61/0xa0\n[ 4316.879711] __tcf_block_put+0xa4/0x310",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53105",
"url": "https://www.suse.com/security/cve/CVE-2023-53105"
},
{
"category": "external",
"summary": "SUSE Bug 1242400 for CVE-2023-53105",
"url": "https://bugzilla.suse.com/1242400"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53105"
},
{
"cve": "CVE-2023-53106",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53106"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfc: st-nci: Fix use after free bug in ndlc_remove due to race condition\n\nThis bug influences both st_nci_i2c_remove and st_nci_spi_remove.\nTake st_nci_i2c_remove as an example.\n\nIn st_nci_i2c_probe, it called ndlc_probe and bound \u0026ndlc-\u003esm_work\nwith llt_ndlc_sm_work.\n\nWhen it calls ndlc_recv or timeout handler, it will finally call\nschedule_work to start the work.\n\nWhen we call st_nci_i2c_remove to remove the driver, there\nmay be a sequence as follows:\n\nFix it by finishing the work before cleanup in ndlc_remove\n\nCPU0 CPU1\n\n |llt_ndlc_sm_work\nst_nci_i2c_remove |\n ndlc_remove |\n st_nci_remove |\n nci_free_device|\n kfree(ndev) |\n//free ndlc-\u003endev |\n |llt_ndlc_rcv_queue\n |nci_recv_frame\n |//use ndlc-\u003endev",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53106",
"url": "https://www.suse.com/security/cve/CVE-2023-53106"
},
{
"category": "external",
"summary": "SUSE Bug 1242215 for CVE-2023-53106",
"url": "https://bugzilla.suse.com/1242215"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53106"
},
{
"cve": "CVE-2023-53108",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53108"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/iucv: Fix size of interrupt data\n\niucv_irq_data needs to be 4 bytes larger.\nThese bytes are not used by the iucv module, but written by\nthe z/VM hypervisor in case a CPU is deconfigured.\n\nReported as:\nBUG dma-kmalloc-64 (Not tainted): kmalloc Redzone overwritten\n-----------------------------------------------------------------------------\n0x0000000000400564-0x0000000000400567 @offset=1380. First byte 0x80 instead of 0xcc\nAllocated in iucv_cpu_prepare+0x44/0xd0 age=167839 cpu=2 pid=1\n__kmem_cache_alloc_node+0x166/0x450\nkmalloc_node_trace+0x3a/0x70\niucv_cpu_prepare+0x44/0xd0\ncpuhp_invoke_callback+0x156/0x2f0\ncpuhp_issue_call+0xf0/0x298\n__cpuhp_setup_state_cpuslocked+0x136/0x338\n__cpuhp_setup_state+0xf4/0x288\niucv_init+0xf4/0x280\ndo_one_initcall+0x78/0x390\ndo_initcalls+0x11a/0x140\nkernel_init_freeable+0x25e/0x2a0\nkernel_init+0x2e/0x170\n__ret_from_fork+0x3c/0x58\nret_from_fork+0xa/0x40\nFreed in iucv_init+0x92/0x280 age=167839 cpu=2 pid=1\n__kmem_cache_free+0x308/0x358\niucv_init+0x92/0x280\ndo_one_initcall+0x78/0x390\ndo_initcalls+0x11a/0x140\nkernel_init_freeable+0x25e/0x2a0\nkernel_init+0x2e/0x170\n__ret_from_fork+0x3c/0x58\nret_from_fork+0xa/0x40\nSlab 0x0000037200010000 objects=32 used=30 fp=0x0000000000400640 flags=0x1ffff00000010200(slab|head|node=0|zone=0|\nObject 0x0000000000400540 @offset=1344 fp=0x0000000000000000\nRedzone 0000000000400500: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc ................\nRedzone 0000000000400510: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc ................\nRedzone 0000000000400520: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc ................\nRedzone 0000000000400530: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc ................\nObject 0000000000400540: 00 01 00 03 00 00 00 00 00 00 00 00 00 00 00 00 ................\nObject 0000000000400550: f3 86 81 f2 f4 82 f8 82 f0 f0 f0 f0 f0 f0 f0 f2 ................\nObject 0000000000400560: 00 00 00 00 80 00 00 00 cc cc cc cc cc cc cc cc ................\nObject 0000000000400570: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc ................\nRedzone 0000000000400580: cc cc cc cc cc cc cc cc ........\nPadding 00000000004005d4: 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a ZZZZZZZZZZZZZZZZ\nPadding 00000000004005e4: 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a ZZZZZZZZZZZZZZZZ\nPadding 00000000004005f4: 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a ZZZZZZZZZZZZ\nCPU: 6 PID: 121030 Comm: 116-pai-crypto. Not tainted 6.3.0-20230221.rc0.git4.99b8246b2d71.300.fc37.s390x+debug #1\nHardware name: IBM 3931 A01 704 (z/VM 7.3.0)\nCall Trace:\n[\u003c000000032aa034ec\u003e] dump_stack_lvl+0xac/0x100\n[\u003c0000000329f5a6cc\u003e] check_bytes_and_report+0x104/0x140\n[\u003c0000000329f5aa78\u003e] check_object+0x370/0x3c0\n[\u003c0000000329f5ede6\u003e] free_debug_processing+0x15e/0x348\n[\u003c0000000329f5f06a\u003e] free_to_partial_list+0x9a/0x2f0\n[\u003c0000000329f5f4a4\u003e] __slab_free+0x1e4/0x3a8\n[\u003c0000000329f61768\u003e] __kmem_cache_free+0x308/0x358\n[\u003c000000032a91465c\u003e] iucv_cpu_dead+0x6c/0x88\n[\u003c0000000329c2fc66\u003e] cpuhp_invoke_callback+0x156/0x2f0\n[\u003c000000032aa062da\u003e] _cpu_down.constprop.0+0x22a/0x5e0\n[\u003c0000000329c3243e\u003e] cpu_device_down+0x4e/0x78\n[\u003c000000032a61dee0\u003e] device_offline+0xc8/0x118\n[\u003c000000032a61e048\u003e] online_store+0x60/0xe0\n[\u003c000000032a08b6b0\u003e] kernfs_fop_write_iter+0x150/0x1e8\n[\u003c0000000329fab65c\u003e] vfs_write+0x174/0x360\n[\u003c0000000329fab9fc\u003e] ksys_write+0x74/0x100\n[\u003c000000032aa03a5a\u003e] __do_syscall+0x1da/0x208\n[\u003c000000032aa177b2\u003e] system_call+0x82/0xb0\nINFO: lockdep is turned off.\nFIX dma-kmalloc-64: Restoring kmalloc Redzone 0x0000000000400564-0x0000000000400567=0xcc\nFIX dma-kmalloc-64: Object at 0x0000000000400540 not freed",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53108",
"url": "https://www.suse.com/security/cve/CVE-2023-53108"
},
{
"category": "external",
"summary": "SUSE Bug 1242422 for CVE-2023-53108",
"url": "https://bugzilla.suse.com/1242422"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53108"
},
{
"cve": "CVE-2023-53109",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53109"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: tunnels: annotate lockless accesses to dev-\u003eneeded_headroom\n\nIP tunnels can apparently update dev-\u003eneeded_headroom\nin their xmit path.\n\nThis patch takes care of three tunnels xmit, and also the\ncore LL_RESERVED_SPACE() and LL_RESERVED_SPACE_EXTRA()\nhelpers.\n\nMore changes might be needed for completeness.\n\nBUG: KCSAN: data-race in ip_tunnel_xmit / ip_tunnel_xmit\n\nread to 0xffff88815b9da0ec of 2 bytes by task 888 on cpu 1:\nip_tunnel_xmit+0x1270/0x1730 net/ipv4/ip_tunnel.c:803\n__gre_xmit net/ipv4/ip_gre.c:469 [inline]\nipgre_xmit+0x516/0x570 net/ipv4/ip_gre.c:661\n__netdev_start_xmit include/linux/netdevice.h:4881 [inline]\nnetdev_start_xmit include/linux/netdevice.h:4895 [inline]\nxmit_one net/core/dev.c:3580 [inline]\ndev_hard_start_xmit+0x127/0x400 net/core/dev.c:3596\n__dev_queue_xmit+0x1007/0x1eb0 net/core/dev.c:4246\ndev_queue_xmit include/linux/netdevice.h:3051 [inline]\nneigh_direct_output+0x17/0x20 net/core/neighbour.c:1623\nneigh_output include/net/neighbour.h:546 [inline]\nip_finish_output2+0x740/0x840 net/ipv4/ip_output.c:228\nip_finish_output+0xf4/0x240 net/ipv4/ip_output.c:316\nNF_HOOK_COND include/linux/netfilter.h:291 [inline]\nip_output+0xe5/0x1b0 net/ipv4/ip_output.c:430\ndst_output include/net/dst.h:444 [inline]\nip_local_out+0x64/0x80 net/ipv4/ip_output.c:126\niptunnel_xmit+0x34a/0x4b0 net/ipv4/ip_tunnel_core.c:82\nip_tunnel_xmit+0x1451/0x1730 net/ipv4/ip_tunnel.c:813\n__gre_xmit net/ipv4/ip_gre.c:469 [inline]\nipgre_xmit+0x516/0x570 net/ipv4/ip_gre.c:661\n__netdev_start_xmit include/linux/netdevice.h:4881 [inline]\nnetdev_start_xmit include/linux/netdevice.h:4895 [inline]\nxmit_one net/core/dev.c:3580 [inline]\ndev_hard_start_xmit+0x127/0x400 net/core/dev.c:3596\n__dev_queue_xmit+0x1007/0x1eb0 net/core/dev.c:4246\ndev_queue_xmit include/linux/netdevice.h:3051 [inline]\nneigh_direct_output+0x17/0x20 net/core/neighbour.c:1623\nneigh_output include/net/neighbour.h:546 [inline]\nip_finish_output2+0x740/0x840 net/ipv4/ip_output.c:228\nip_finish_output+0xf4/0x240 net/ipv4/ip_output.c:316\nNF_HOOK_COND include/linux/netfilter.h:291 [inline]\nip_output+0xe5/0x1b0 net/ipv4/ip_output.c:430\ndst_output include/net/dst.h:444 [inline]\nip_local_out+0x64/0x80 net/ipv4/ip_output.c:126\niptunnel_xmit+0x34a/0x4b0 net/ipv4/ip_tunnel_core.c:82\nip_tunnel_xmit+0x1451/0x1730 net/ipv4/ip_tunnel.c:813\n__gre_xmit net/ipv4/ip_gre.c:469 [inline]\nipgre_xmit+0x516/0x570 net/ipv4/ip_gre.c:661\n__netdev_start_xmit include/linux/netdevice.h:4881 [inline]\nnetdev_start_xmit include/linux/netdevice.h:4895 [inline]\nxmit_one net/core/dev.c:3580 [inline]\ndev_hard_start_xmit+0x127/0x400 net/core/dev.c:3596\n__dev_queue_xmit+0x1007/0x1eb0 net/core/dev.c:4246\ndev_queue_xmit include/linux/netdevice.h:3051 [inline]\nneigh_direct_output+0x17/0x20 net/core/neighbour.c:1623\nneigh_output include/net/neighbour.h:546 [inline]\nip_finish_output2+0x740/0x840 net/ipv4/ip_output.c:228\nip_finish_output+0xf4/0x240 net/ipv4/ip_output.c:316\nNF_HOOK_COND include/linux/netfilter.h:291 [inline]\nip_output+0xe5/0x1b0 net/ipv4/ip_output.c:430\ndst_output include/net/dst.h:444 [inline]\nip_local_out+0x64/0x80 net/ipv4/ip_output.c:126\niptunnel_xmit+0x34a/0x4b0 net/ipv4/ip_tunnel_core.c:82\nip_tunnel_xmit+0x1451/0x1730 net/ipv4/ip_tunnel.c:813\n__gre_xmit net/ipv4/ip_gre.c:469 [inline]\nipgre_xmit+0x516/0x570 net/ipv4/ip_gre.c:661\n__netdev_start_xmit include/linux/netdevice.h:4881 [inline]\nnetdev_start_xmit include/linux/netdevice.h:4895 [inline]\nxmit_one net/core/dev.c:3580 [inline]\ndev_hard_start_xmit+0x127/0x400 net/core/dev.c:3596\n__dev_queue_xmit+0x1007/0x1eb0 net/core/dev.c:4246\ndev_queue_xmit include/linux/netdevice.h:3051 [inline]\nneigh_direct_output+0x17/0x20 net/core/neighbour.c:1623\nneigh_output include/net/neighbour.h:546 [inline]\nip_finish_output2+0x740/0x840 net/ipv4/ip_output.c:228\nip_finish_output+0xf4/0x240 net/ipv4/ip_output.c:316\nNF_HOOK_COND include/linux/netfilter.h:291 [inline]\nip_output+0xe5/0x1b0 net/i\n---truncated---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53109",
"url": "https://www.suse.com/security/cve/CVE-2023-53109"
},
{
"category": "external",
"summary": "SUSE Bug 1242405 for CVE-2023-53109",
"url": "https://bugzilla.suse.com/1242405"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53109"
},
{
"cve": "CVE-2023-53111",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53111"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nloop: Fix use-after-free issues\n\ndo_req_filebacked() calls blk_mq_complete_request() synchronously or\nasynchronously when using asynchronous I/O unless memory allocation fails.\nHence, modify loop_handle_cmd() such that it does not dereference \u0027cmd\u0027 nor\n\u0027rq\u0027 after do_req_filebacked() finished unless we are sure that the request\nhas not yet been completed. This patch fixes the following kernel crash:\n\nUnable to handle kernel NULL pointer dereference at virtual address 0000000000000054\nCall trace:\n css_put.42938+0x1c/0x1ac\n loop_process_work+0xc8c/0xfd4\n loop_rootcg_workfn+0x24/0x34\n process_one_work+0x244/0x558\n worker_thread+0x400/0x8fc\n kthread+0x16c/0x1e0\n ret_from_fork+0x10/0x20",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53111",
"url": "https://www.suse.com/security/cve/CVE-2023-53111"
},
{
"category": "external",
"summary": "SUSE Bug 1242428 for CVE-2023-53111",
"url": "https://bugzilla.suse.com/1242428"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53111"
},
{
"cve": "CVE-2023-53112",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53112"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/i915/sseu: fix max_subslices array-index-out-of-bounds access\n\nIt seems that commit bc3c5e0809ae (\"drm/i915/sseu: Don\u0027t try to store EU\nmask internally in UAPI format\") exposed a potential out-of-bounds\naccess, reported by UBSAN as following on a laptop with a gen 11 i915\ncard:\n\n UBSAN: array-index-out-of-bounds in drivers/gpu/drm/i915/gt/intel_sseu.c:65:27\n index 6 is out of range for type \u0027u16 [6]\u0027\n CPU: 2 PID: 165 Comm: systemd-udevd Not tainted 6.2.0-9-generic #9-Ubuntu\n Hardware name: Dell Inc. XPS 13 9300/077Y9N, BIOS 1.11.0 03/22/2022\n Call Trace:\n \u003cTASK\u003e\n show_stack+0x4e/0x61\n dump_stack_lvl+0x4a/0x6f\n dump_stack+0x10/0x18\n ubsan_epilogue+0x9/0x3a\n __ubsan_handle_out_of_bounds.cold+0x42/0x47\n gen11_compute_sseu_info+0x121/0x130 [i915]\n intel_sseu_info_init+0x15d/0x2b0 [i915]\n intel_gt_init_mmio+0x23/0x40 [i915]\n i915_driver_mmio_probe+0x129/0x400 [i915]\n ? intel_gt_probe_all+0x91/0x2e0 [i915]\n i915_driver_probe+0xe1/0x3f0 [i915]\n ? drm_privacy_screen_get+0x16d/0x190 [drm]\n ? acpi_dev_found+0x64/0x80\n i915_pci_probe+0xac/0x1b0 [i915]\n ...\n\nAccording to the definition of sseu_dev_info, eu_mask-\u003ehsw is limited to\na maximum of GEN_MAX_SS_PER_HSW_SLICE (6) sub-slices, but\ngen11_sseu_info_init() can potentially set 8 sub-slices, in the\n!IS_JSL_EHL(gt-\u003ei915) case.\n\nFix this by reserving up to 8 slots for max_subslices in the eu_mask\nstruct.\n\n(cherry picked from commit 3cba09a6ac86ea1d456909626eb2685596c07822)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53112",
"url": "https://www.suse.com/security/cve/CVE-2023-53112"
},
{
"category": "external",
"summary": "SUSE Bug 1242410 for CVE-2023-53112",
"url": "https://bugzilla.suse.com/1242410"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53112"
},
{
"cve": "CVE-2023-53114",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53114"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ni40e: Fix kernel crash during reboot when adapter is in recovery mode\n\nIf the driver detects during probe that firmware is in recovery\nmode then i40e_init_recovery_mode() is called and the rest of\nprobe function is skipped including pci_set_drvdata(). Subsequent\ni40e_shutdown() called during shutdown/reboot dereferences NULL\npointer as pci_get_drvdata() returns NULL.\n\nTo fix call pci_set_drvdata() also during entering to recovery mode.\n\nReproducer:\n1) Lets have i40e NIC with firmware in recovery mode\n2) Run reboot\n\nResult:\n[ 139.084698] i40e: Intel(R) Ethernet Connection XL710 Network Driver\n[ 139.090959] i40e: Copyright (c) 2013 - 2019 Intel Corporation.\n[ 139.108438] i40e 0000:02:00.0: Firmware recovery mode detected. Limiting functionality.\n[ 139.116439] i40e 0000:02:00.0: Refer to the Intel(R) Ethernet Adapters and Devices User Guide for details on firmware recovery mode.\n[ 139.129499] i40e 0000:02:00.0: fw 8.3.64775 api 1.13 nvm 8.30 0x8000b78d 1.3106.0 [8086:1583] [15d9:084a]\n[ 139.215932] i40e 0000:02:00.0 enp2s0f0: renamed from eth0\n[ 139.223292] i40e 0000:02:00.1: Firmware recovery mode detected. Limiting functionality.\n[ 139.231292] i40e 0000:02:00.1: Refer to the Intel(R) Ethernet Adapters and Devices User Guide for details on firmware recovery mode.\n[ 139.244406] i40e 0000:02:00.1: fw 8.3.64775 api 1.13 nvm 8.30 0x8000b78d 1.3106.0 [8086:1583] [15d9:084a]\n[ 139.329209] i40e 0000:02:00.1 enp2s0f1: renamed from eth0\n...\n[ 156.311376] BUG: kernel NULL pointer dereference, address: 00000000000006c2\n[ 156.318330] #PF: supervisor write access in kernel mode\n[ 156.323546] #PF: error_code(0x0002) - not-present page\n[ 156.328679] PGD 0 P4D 0\n[ 156.331210] Oops: 0002 [#1] PREEMPT SMP NOPTI\n[ 156.335567] CPU: 26 PID: 15119 Comm: reboot Tainted: G E 6.2.0+ #1\n[ 156.343126] Hardware name: Abacus electric, s.r.o. - servis@abacus.cz Super Server/H12SSW-iN, BIOS 2.4 04/13/2022\n[ 156.353369] RIP: 0010:i40e_shutdown+0x15/0x130 [i40e]\n[ 156.358430] Code: c1 fc ff ff 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 f3 0f 1e fa 0f 1f 44 00 00 55 48 89 fd 53 48 8b 9f 48 01 00 00 \u003cf0\u003e 80 8b c2 06 00 00 04 f0 80 8b c0 06 00 00 08 48 8d bb 08 08 00\n[ 156.377168] RSP: 0018:ffffb223c8447d90 EFLAGS: 00010282\n[ 156.382384] RAX: ffffffffc073ee70 RBX: 0000000000000000 RCX: 0000000000000001\n[ 156.389510] RDX: 0000000080000001 RSI: 0000000000000246 RDI: ffff95db49988000\n[ 156.396634] RBP: ffff95db49988000 R08: ffffffffffffffff R09: ffffffff8bd17d40\n[ 156.403759] R10: 0000000000000001 R11: ffffffff8a5e3d28 R12: ffff95db49988000\n[ 156.410882] R13: ffffffff89a6fe17 R14: ffff95db49988150 R15: 0000000000000000\n[ 156.418007] FS: 00007fe7c0cc3980(0000) GS:ffff95ea8ee80000(0000) knlGS:0000000000000000\n[ 156.426083] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n[ 156.431819] CR2: 00000000000006c2 CR3: 00000003092fc005 CR4: 0000000000770ee0\n[ 156.438944] PKRU: 55555554\n[ 156.441647] Call Trace:\n[ 156.444096] \u003cTASK\u003e\n[ 156.446199] pci_device_shutdown+0x38/0x60\n[ 156.450297] device_shutdown+0x163/0x210\n[ 156.454215] kernel_restart+0x12/0x70\n[ 156.457872] __do_sys_reboot+0x1ab/0x230\n[ 156.461789] ? vfs_writev+0xa6/0x1a0\n[ 156.465362] ? __pfx_file_free_rcu+0x10/0x10\n[ 156.469635] ? __call_rcu_common.constprop.85+0x109/0x5a0\n[ 156.475034] do_syscall_64+0x3e/0x90\n[ 156.478611] entry_SYSCALL_64_after_hwframe+0x72/0xdc\n[ 156.483658] RIP: 0033:0x7fe7bff37ab7",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53114",
"url": "https://www.suse.com/security/cve/CVE-2023-53114"
},
{
"category": "external",
"summary": "SUSE Bug 1242398 for CVE-2023-53114",
"url": "https://bugzilla.suse.com/1242398"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53114"
},
{
"cve": "CVE-2023-53116",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53116"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnvmet: avoid potential UAF in nvmet_req_complete()\n\nAn nvme target -\u003equeue_response() operation implementation may free the\nrequest passed as argument. Such implementation potentially could result\nin a use after free of the request pointer when percpu_ref_put() is\ncalled in nvmet_req_complete().\n\nAvoid such problem by using a local variable to save the sq pointer\nbefore calling __nvmet_req_complete(), thus avoiding dereferencing the\nreq pointer after that function call.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53116",
"url": "https://www.suse.com/security/cve/CVE-2023-53116"
},
{
"category": "external",
"summary": "SUSE Bug 1242411 for CVE-2023-53116",
"url": "https://bugzilla.suse.com/1242411"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53116"
},
{
"cve": "CVE-2023-53118",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53118"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: core: Fix a procfs host directory removal regression\n\nscsi_proc_hostdir_rm() decreases a reference counter and hence must only be\ncalled once per host that is removed. This change does not require a\nscsi_add_host_with_dma() change since scsi_add_host_with_dma() will return\n0 (success) if scsi_proc_host_add() is called.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53118",
"url": "https://www.suse.com/security/cve/CVE-2023-53118"
},
{
"category": "external",
"summary": "SUSE Bug 1242365 for CVE-2023-53118",
"url": "https://bugzilla.suse.com/1242365"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53118"
},
{
"cve": "CVE-2023-53119",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53119"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfc: pn533: initialize struct pn533_out_arg properly\n\nstruct pn533_out_arg used as a temporary context for out_urb is not\ninitialized properly. Its uninitialized \u0027phy\u0027 field can be dereferenced in\nerror cases inside pn533_out_complete() callback function. It causes the\nfollowing failure:\n\ngeneral protection fault, probably for non-canonical address 0xdffffc0000000000: 0000 [#1] PREEMPT SMP KASAN\nKASAN: null-ptr-deref in range [0x0000000000000000-0x0000000000000007]\nCPU: 1 PID: 0 Comm: swapper/1 Not tainted 6.2.0-rc3-next-20230110-syzkaller #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 10/26/2022\nRIP: 0010:pn533_out_complete.cold+0x15/0x44 drivers/nfc/pn533/usb.c:441\nCall Trace:\n \u003cIRQ\u003e\n __usb_hcd_giveback_urb+0x2b6/0x5c0 drivers/usb/core/hcd.c:1671\n usb_hcd_giveback_urb+0x384/0x430 drivers/usb/core/hcd.c:1754\n dummy_timer+0x1203/0x32d0 drivers/usb/gadget/udc/dummy_hcd.c:1988\n call_timer_fn+0x1da/0x800 kernel/time/timer.c:1700\n expire_timers+0x234/0x330 kernel/time/timer.c:1751\n __run_timers kernel/time/timer.c:2022 [inline]\n __run_timers kernel/time/timer.c:1995 [inline]\n run_timer_softirq+0x326/0x910 kernel/time/timer.c:2035\n __do_softirq+0x1fb/0xaf6 kernel/softirq.c:571\n invoke_softirq kernel/softirq.c:445 [inline]\n __irq_exit_rcu+0x123/0x180 kernel/softirq.c:650\n irq_exit_rcu+0x9/0x20 kernel/softirq.c:662\n sysvec_apic_timer_interrupt+0x97/0xc0 arch/x86/kernel/apic/apic.c:1107\n\nInitialize the field with the pn533_usb_phy currently used.\n\nFound by Linux Verification Center (linuxtesting.org) with Syzkaller.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53119",
"url": "https://www.suse.com/security/cve/CVE-2023-53119"
},
{
"category": "external",
"summary": "SUSE Bug 1242370 for CVE-2023-53119",
"url": "https://bugzilla.suse.com/1242370"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53119"
},
{
"cve": "CVE-2023-53123",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53123"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nPCI: s390: Fix use-after-free of PCI resources with per-function hotplug\n\nOn s390 PCI functions may be hotplugged individually even when they\nbelong to a multi-function device. In particular on an SR-IOV device VFs\nmay be removed and later re-added.\n\nIn commit a50297cf8235 (\"s390/pci: separate zbus creation from\nscanning\") it was missed however that struct pci_bus and struct\nzpci_bus\u0027s resource list retained a reference to the PCI functions MMIO\nresources even though those resources are released and freed on\nhot-unplug. These stale resources may subsequently be claimed when the\nPCI function re-appears resulting in use-after-free.\n\nOne idea of fixing this use-after-free in s390 specific code that was\ninvestigated was to simply keep resources around from the moment a PCI\nfunction first appeared until the whole virtual PCI bus created for\na multi-function device disappears. The problem with this however is\nthat due to the requirement of artificial MMIO addreesses (address\ncookies) extra logic is then needed to keep the address cookies\ncompatible on re-plug. At the same time the MMIO resources semantically\nbelong to the PCI function so tying their lifecycle to the function\nseems more logical.\n\nInstead a simpler approach is to remove the resources of an individually\nhot-unplugged PCI function from the PCI bus\u0027s resource list while\nkeeping the resources of other PCI functions on the PCI bus untouched.\n\nThis is done by introducing pci_bus_remove_resource() to remove an\nindividual resource. Similarly the resource also needs to be removed\nfrom the struct zpci_bus\u0027s resource list. It turns out however, that\nthere is really no need to add the MMIO resources to the struct\nzpci_bus\u0027s resource list at all and instead we can simply use the\nzpci_bar_struct\u0027s resource pointer directly.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53123",
"url": "https://www.suse.com/security/cve/CVE-2023-53123"
},
{
"category": "external",
"summary": "SUSE Bug 1242403 for CVE-2023-53123",
"url": "https://bugzilla.suse.com/1242403"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53123"
},
{
"cve": "CVE-2023-53124",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53124"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: mpt3sas: Fix NULL pointer access in mpt3sas_transport_port_add()\n\nPort is allocated by sas_port_alloc_num() and rphy is allocated by either\nsas_end_device_alloc() or sas_expander_alloc(), all of which may return\nNULL. So we need to check the rphy to avoid possible NULL pointer access.\n\nIf sas_rphy_add() returned with failure, rphy is set to NULL. We would\naccess the rphy in the following lines which would also result NULL pointer\naccess.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53124",
"url": "https://www.suse.com/security/cve/CVE-2023-53124"
},
{
"category": "external",
"summary": "SUSE Bug 1242165 for CVE-2023-53124",
"url": "https://bugzilla.suse.com/1242165"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53124"
},
{
"cve": "CVE-2023-53125",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53125"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: usb: smsc75xx: Limit packet length to skb-\u003elen\n\nPacket length retrieved from skb data may be larger than\nthe actual socket buffer length (up to 9026 bytes). In such\ncase the cloned skb passed up the network stack will leak\nkernel memory contents.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53125",
"url": "https://www.suse.com/security/cve/CVE-2023-53125"
},
{
"category": "external",
"summary": "SUSE Bug 1242285 for CVE-2023-53125",
"url": "https://bugzilla.suse.com/1242285"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53125"
},
{
"cve": "CVE-2023-53128",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53128"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: mpi3mr: Fix throttle_groups memory leak\n\nAdd a missing kfree().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53128",
"url": "https://www.suse.com/security/cve/CVE-2023-53128"
},
{
"category": "external",
"summary": "SUSE Bug 1242381 for CVE-2023-53128",
"url": "https://bugzilla.suse.com/1242381"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53128"
},
{
"cve": "CVE-2023-53131",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53131"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nSUNRPC: Fix a server shutdown leak\n\nFix a race where kthread_stop() may prevent the threadfn from ever getting\ncalled. If that happens the svc_rqst will not be cleaned up.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53131",
"url": "https://www.suse.com/security/cve/CVE-2023-53131"
},
{
"category": "external",
"summary": "SUSE Bug 1242377 for CVE-2023-53131",
"url": "https://bugzilla.suse.com/1242377"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53131"
},
{
"cve": "CVE-2023-53134",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53134"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbnxt_en: Avoid order-5 memory allocation for TPA data\n\nThe driver needs to keep track of all the possible concurrent TPA (GRO/LRO)\ncompletions on the aggregation ring. On P5 chips, the maximum number\nof concurrent TPA is 256 and the amount of memory we allocate is order-5\non systems using 4K pages. Memory allocation failure has been reported:\n\nNetworkManager: page allocation failure: order:5, mode:0x40dc0(GFP_KERNEL|__GFP_COMP|__GFP_ZERO), nodemask=(null),cpuset=/,mems_allowed=0-1\nCPU: 15 PID: 2995 Comm: NetworkManager Kdump: loaded Not tainted 5.10.156 #1\nHardware name: Dell Inc. PowerEdge R660/0M1CC5, BIOS 0.2.25 08/12/2022\nCall Trace:\n dump_stack+0x57/0x6e\n warn_alloc.cold.120+0x7b/0xdd\n ? _cond_resched+0x15/0x30\n ? __alloc_pages_direct_compact+0x15f/0x170\n __alloc_pages_slowpath.constprop.108+0xc58/0xc70\n __alloc_pages_nodemask+0x2d0/0x300\n kmalloc_order+0x24/0xe0\n kmalloc_order_trace+0x19/0x80\n bnxt_alloc_mem+0x1150/0x15c0 [bnxt_en]\n ? bnxt_get_func_stat_ctxs+0x13/0x60 [bnxt_en]\n __bnxt_open_nic+0x12e/0x780 [bnxt_en]\n bnxt_open+0x10b/0x240 [bnxt_en]\n __dev_open+0xe9/0x180\n __dev_change_flags+0x1af/0x220\n dev_change_flags+0x21/0x60\n do_setlink+0x35c/0x1100\n\nInstead of allocating this big chunk of memory and dividing it up for the\nconcurrent TPA instances, allocate each small chunk separately for each\nTPA instance. This will reduce it to order-0 allocations.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53134",
"url": "https://www.suse.com/security/cve/CVE-2023-53134"
},
{
"category": "external",
"summary": "SUSE Bug 1242380 for CVE-2023-53134",
"url": "https://bugzilla.suse.com/1242380"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53134"
},
{
"cve": "CVE-2023-53137",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53137"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: Fix possible corruption when moving a directory\n\nWhen we are renaming a directory to a different directory, we need to\nupdate \u0027..\u0027 entry in the moved directory. However nothing prevents moved\ndirectory from being modified and even converted from the inline format\nto the normal format. When such race happens the rename code gets\nconfused and we crash. Fix the problem by locking the moved directory.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53137",
"url": "https://www.suse.com/security/cve/CVE-2023-53137"
},
{
"category": "external",
"summary": "SUSE Bug 1242358 for CVE-2023-53137",
"url": "https://bugzilla.suse.com/1242358"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53137"
},
{
"cve": "CVE-2023-53139",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53139"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfc: fdp: add null check of devm_kmalloc_array in fdp_nci_i2c_read_device_properties\n\ndevm_kmalloc_array may fails, *fw_vsc_cfg might be null and cause\nout-of-bounds write in device_property_read_u8_array later.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53139",
"url": "https://www.suse.com/security/cve/CVE-2023-53139"
},
{
"category": "external",
"summary": "SUSE Bug 1242361 for CVE-2023-53139",
"url": "https://bugzilla.suse.com/1242361"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53139"
},
{
"cve": "CVE-2023-53140",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53140"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: core: Remove the /proc/scsi/${proc_name} directory earlier\n\nRemove the /proc/scsi/${proc_name} directory earlier to fix a race\ncondition between unloading and reloading kernel modules. This fixes a bug\nintroduced in 2009 by commit 77c019768f06 (\"[SCSI] fix /proc memory leak in\nthe SCSI core\").\n\nFix the following kernel warning:\n\nproc_dir_entry \u0027scsi/scsi_debug\u0027 already registered\nWARNING: CPU: 19 PID: 27986 at fs/proc/generic.c:376 proc_register+0x27d/0x2e0\nCall Trace:\n proc_mkdir+0xb5/0xe0\n scsi_proc_hostdir_add+0xb5/0x170\n scsi_host_alloc+0x683/0x6c0\n sdebug_driver_probe+0x6b/0x2d0 [scsi_debug]\n really_probe+0x159/0x540\n __driver_probe_device+0xdc/0x230\n driver_probe_device+0x4f/0x120\n __device_attach_driver+0xef/0x180\n bus_for_each_drv+0xe5/0x130\n __device_attach+0x127/0x290\n device_initial_probe+0x17/0x20\n bus_probe_device+0x110/0x130\n device_add+0x673/0xc80\n device_register+0x1e/0x30\n sdebug_add_host_helper+0x1a7/0x3b0 [scsi_debug]\n scsi_debug_init+0x64f/0x1000 [scsi_debug]\n do_one_initcall+0xd7/0x470\n do_init_module+0xe7/0x330\n load_module+0x122a/0x12c0\n __do_sys_finit_module+0x124/0x1a0\n __x64_sys_finit_module+0x46/0x50\n do_syscall_64+0x38/0x80\n entry_SYSCALL_64_after_hwframe+0x46/0xb0",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53140",
"url": "https://www.suse.com/security/cve/CVE-2023-53140"
},
{
"category": "external",
"summary": "SUSE Bug 1242372 for CVE-2023-53140",
"url": "https://bugzilla.suse.com/1242372"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53140"
},
{
"cve": "CVE-2023-53142",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53142"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nice: copy last block omitted in ice_get_module_eeprom()\n\nice_get_module_eeprom() is broken since commit e9c9692c8a81 (\"ice:\nReimplement module reads used by ethtool\") In this refactor,\nice_get_module_eeprom() reads the eeprom in blocks of size 8.\nBut the condition that should protect the buffer overflow\nignores the last block. The last block always contains zeros.\n\nBug uncovered by ethtool upstream commit 9538f384b535\n(\"netlink: eeprom: Defer page requests to individual parsers\")\nAfter this commit, ethtool reads a block with length = 1;\nto read the SFF-8024 identifier value.\n\nunpatched driver:\n$ ethtool -m enp65s0f0np0 offset 0x90 length 8\nOffset Values\n------ ------\n0x0090: 00 00 00 00 00 00 00 00\n$ ethtool -m enp65s0f0np0 offset 0x90 length 12\nOffset Values\n------ ------\n0x0090: 00 00 01 a0 4d 65 6c 6c 00 00 00 00\n$\n\n$ ethtool -m enp65s0f0np0\nOffset Values\n------ ------\n0x0000: 11 06 06 00 00 00 00 00 00 00 00 00 00 00 00 00\n0x0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n0x0020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n0x0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n0x0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n0x0050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n0x0060: 00 00 00 00 00 00 00 00 00 00 00 00 00 01 08 00\n0x0070: 00 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n\npatched driver:\n$ ethtool -m enp65s0f0np0 offset 0x90 length 8\nOffset Values\n------ ------\n0x0090: 00 00 01 a0 4d 65 6c 6c\n$ ethtool -m enp65s0f0np0 offset 0x90 length 12\nOffset Values\n------ ------\n0x0090: 00 00 01 a0 4d 65 6c 6c 61 6e 6f 78\n$ ethtool -m enp65s0f0np0\n Identifier : 0x11 (QSFP28)\n Extended identifier : 0x00\n Extended identifier description : 1.5W max. Power consumption\n Extended identifier description : No CDR in TX, No CDR in RX\n Extended identifier description : High Power Class (\u003e 3.5 W) not enabled\n Connector : 0x23 (No separable connector)\n Transceiver codes : 0x88 0x00 0x00 0x00 0x00 0x00 0x00 0x00\n Transceiver type : 40G Ethernet: 40G Base-CR4\n Transceiver type : 25G Ethernet: 25G Base-CR CA-N\n Encoding : 0x05 (64B/66B)\n BR, Nominal : 25500Mbps\n Rate identifier : 0x00\n Length (SMF,km) : 0km\n Length (OM3 50um) : 0m\n Length (OM2 50um) : 0m\n Length (OM1 62.5um) : 0m\n Length (Copper or Active cable) : 1m\n Transmitter technology : 0xa0 (Copper cable unequalized)\n Attenuation at 2.5GHz : 4db\n Attenuation at 5.0GHz : 5db\n Attenuation at 7.0GHz : 7db\n Attenuation at 12.9GHz : 10db\n ........\n ....",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53142",
"url": "https://www.suse.com/security/cve/CVE-2023-53142"
},
{
"category": "external",
"summary": "SUSE Bug 1242282 for CVE-2023-53142",
"url": "https://bugzilla.suse.com/1242282"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53142"
},
{
"cve": "CVE-2023-53143",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53143"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix another off-by-one fsmap error on 1k block filesystems\n\nApparently syzbot figured out that issuing this FSMAP call:\n\nstruct fsmap_head cmd = {\n\t.fmh_count\t= ...;\n\t.fmh_keys\t= {\n\t\t{ .fmr_device = /* ext4 dev */, .fmr_physical = 0, },\n\t\t{ .fmr_device = /* ext4 dev */, .fmr_physical = 0, },\n\t},\n...\n};\nret = ioctl(fd, FS_IOC_GETFSMAP, \u0026cmd);\n\nProduces this crash if the underlying filesystem is a 1k-block ext4\nfilesystem:\n\nkernel BUG at fs/ext4/ext4.h:3331!\ninvalid opcode: 0000 [#1] PREEMPT SMP\nCPU: 3 PID: 3227965 Comm: xfs_io Tainted: G W O 6.2.0-rc8-achx\nHardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.15.0-1 04/01/2014\nRIP: 0010:ext4_mb_load_buddy_gfp+0x47c/0x570 [ext4]\nRSP: 0018:ffffc90007c03998 EFLAGS: 00010246\nRAX: ffff888004978000 RBX: ffffc90007c03a20 RCX: ffff888041618000\nRDX: 0000000000000000 RSI: 00000000000005a4 RDI: ffffffffa0c99b11\nRBP: ffff888012330000 R08: ffffffffa0c2b7d0 R09: 0000000000000400\nR10: ffffc90007c03950 R11: 0000000000000000 R12: 0000000000000001\nR13: 00000000ffffffff R14: 0000000000000c40 R15: ffff88802678c398\nFS: 00007fdf2020c880(0000) GS:ffff88807e100000(0000) knlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 00007ffd318a5fe8 CR3: 000000007f80f001 CR4: 00000000001706e0\nCall Trace:\n \u003cTASK\u003e\n ext4_mballoc_query_range+0x4b/0x210 [ext4 dfa189daddffe8fecd3cdfd00564e0f265a8ab80]\n ext4_getfsmap_datadev+0x713/0x890 [ext4 dfa189daddffe8fecd3cdfd00564e0f265a8ab80]\n ext4_getfsmap+0x2b7/0x330 [ext4 dfa189daddffe8fecd3cdfd00564e0f265a8ab80]\n ext4_ioc_getfsmap+0x153/0x2b0 [ext4 dfa189daddffe8fecd3cdfd00564e0f265a8ab80]\n __ext4_ioctl+0x2a7/0x17e0 [ext4 dfa189daddffe8fecd3cdfd00564e0f265a8ab80]\n __x64_sys_ioctl+0x82/0xa0\n do_syscall_64+0x2b/0x80\n entry_SYSCALL_64_after_hwframe+0x46/0xb0\nRIP: 0033:0x7fdf20558aff\nRSP: 002b:00007ffd318a9e30 EFLAGS: 00000246 ORIG_RAX: 0000000000000010\nRAX: ffffffffffffffda RBX: 00000000000200c0 RCX: 00007fdf20558aff\nRDX: 00007fdf1feb2010 RSI: 00000000c0c0583b RDI: 0000000000000003\nRBP: 00005625c0634be0 R08: 00005625c0634c40 R09: 0000000000000001\nR10: 0000000000000000 R11: 0000000000000246 R12: 00007fdf1feb2010\nR13: 00005625be70d994 R14: 0000000000000800 R15: 0000000000000000\n\nFor GETFSMAP calls, the caller selects a physical block device by\nwriting its block number into fsmap_head.fmh_keys[01].fmr_device.\nTo query mappings for a subrange of the device, the starting byte of the\nrange is written to fsmap_head.fmh_keys[0].fmr_physical and the last\nbyte of the range goes in fsmap_head.fmh_keys[1].fmr_physical.\n\nIOWs, to query what mappings overlap with bytes 3-14 of /dev/sda, you\u0027d\nset the inputs as follows:\n\n\tfmh_keys[0] = { .fmr_device = major(8, 0), .fmr_physical = 3},\n\tfmh_keys[1] = { .fmr_device = major(8, 0), .fmr_physical = 14},\n\nWhich would return you whatever is mapped in the 12 bytes starting at\nphysical offset 3.\n\nThe crash is due to insufficient range validation of keys[1] in\next4_getfsmap_datadev. On 1k-block filesystems, block 0 is not part of\nthe filesystem, which means that s_first_data_block is nonzero.\next4_get_group_no_and_offset subtracts this quantity from the blocknr\nargument before cracking it into a group number and a block number\nwithin a group. IOWs, block group 0 spans blocks 1-8192 (1-based)\ninstead of 0-8191 (0-based) like what happens with larger blocksizes.\n\nThe net result of this encoding is that blocknr \u003c s_first_data_block is\nnot a valid input to this function. The end_fsb variable is set from\nthe keys that are copied from userspace, which means that in the above\nexample, its value is zero. That leads to an underflow here:\n\n\tblocknr = blocknr - le32_to_cpu(es-\u003es_first_data_block);\n\nThe division then operates on -1:\n\n\toffset = do_div(blocknr, EXT4_BLOCKS_PER_GROUP(sb)) \u003e\u003e\n\t\tEXT4_SB(sb)-\u003es_cluster_bits;\n\nLeaving an impossibly large group number (2^32-1) in blocknr.\next4_getfsmap_check_keys checked that keys[0\n---truncated---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53143",
"url": "https://www.suse.com/security/cve/CVE-2023-53143"
},
{
"category": "external",
"summary": "SUSE Bug 1242276 for CVE-2023-53143",
"url": "https://bugzilla.suse.com/1242276"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2023-53143"
},
{
"cve": "CVE-2023-53145",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53145"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: btsdio: fix use after free bug in btsdio_remove due to race condition\n\nIn btsdio_probe, the data-\u003ework is bound with btsdio_work. It will be\nstarted in btsdio_send_frame.\n\nIf the btsdio_remove runs with a unfinished work, there may be a race\ncondition that hdev is freed but used in btsdio_work. Fix it by\ncanceling the work before do cleanup in btsdio_remove.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53145",
"url": "https://www.suse.com/security/cve/CVE-2023-53145"
},
{
"category": "external",
"summary": "SUSE Bug 1243047 for CVE-2023-53145",
"url": "https://bugzilla.suse.com/1243047"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "important"
}
],
"title": "CVE-2023-53145"
},
{
"cve": "CVE-2024-26804",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-26804"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: ip_tunnel: prevent perpetual headroom growth\n\nsyzkaller triggered following kasan splat:\nBUG: KASAN: use-after-free in __skb_flow_dissect+0x19d1/0x7a50 net/core/flow_dissector.c:1170\nRead of size 1 at addr ffff88812fb4000e by task syz-executor183/5191\n[..]\n kasan_report+0xda/0x110 mm/kasan/report.c:588\n __skb_flow_dissect+0x19d1/0x7a50 net/core/flow_dissector.c:1170\n skb_flow_dissect_flow_keys include/linux/skbuff.h:1514 [inline]\n ___skb_get_hash net/core/flow_dissector.c:1791 [inline]\n __skb_get_hash+0xc7/0x540 net/core/flow_dissector.c:1856\n skb_get_hash include/linux/skbuff.h:1556 [inline]\n ip_tunnel_xmit+0x1855/0x33c0 net/ipv4/ip_tunnel.c:748\n ipip_tunnel_xmit+0x3cc/0x4e0 net/ipv4/ipip.c:308\n __netdev_start_xmit include/linux/netdevice.h:4940 [inline]\n netdev_start_xmit include/linux/netdevice.h:4954 [inline]\n xmit_one net/core/dev.c:3548 [inline]\n dev_hard_start_xmit+0x13d/0x6d0 net/core/dev.c:3564\n __dev_queue_xmit+0x7c1/0x3d60 net/core/dev.c:4349\n dev_queue_xmit include/linux/netdevice.h:3134 [inline]\n neigh_connected_output+0x42c/0x5d0 net/core/neighbour.c:1592\n ...\n ip_finish_output2+0x833/0x2550 net/ipv4/ip_output.c:235\n ip_finish_output+0x31/0x310 net/ipv4/ip_output.c:323\n ..\n iptunnel_xmit+0x5b4/0x9b0 net/ipv4/ip_tunnel_core.c:82\n ip_tunnel_xmit+0x1dbc/0x33c0 net/ipv4/ip_tunnel.c:831\n ipgre_xmit+0x4a1/0x980 net/ipv4/ip_gre.c:665\n __netdev_start_xmit include/linux/netdevice.h:4940 [inline]\n netdev_start_xmit include/linux/netdevice.h:4954 [inline]\n xmit_one net/core/dev.c:3548 [inline]\n dev_hard_start_xmit+0x13d/0x6d0 net/core/dev.c:3564\n ...\n\nThe splat occurs because skb-\u003edata points past skb-\u003ehead allocated area.\nThis is because neigh layer does:\n __skb_pull(skb, skb_network_offset(skb));\n\n... but skb_network_offset() returns a negative offset and __skb_pull()\narg is unsigned. IOW, we skb-\u003edata gets \"adjusted\" by a huge value.\n\nThe negative value is returned because skb-\u003ehead and skb-\u003edata distance is\nmore than 64k and skb-\u003enetwork_header (u16) has wrapped around.\n\nThe bug is in the ip_tunnel infrastructure, which can cause\ndev-\u003eneeded_headroom to increment ad infinitum.\n\nThe syzkaller reproducer consists of packets getting routed via a gre\ntunnel, and route of gre encapsulated packets pointing at another (ipip)\ntunnel. The ipip encapsulation finds gre0 as next output device.\n\nThis results in the following pattern:\n\n1). First packet is to be sent out via gre0.\nRoute lookup found an output device, ipip0.\n\n2).\nip_tunnel_xmit for gre0 bumps gre0-\u003eneeded_headroom based on the future\noutput device, rt.dev-\u003eneeded_headroom (ipip0).\n\n3).\nip output / start_xmit moves skb on to ipip0. which runs the same\ncode path again (xmit recursion).\n\n4).\nRouting step for the post-gre0-encap packet finds gre0 as output device\nto use for ipip0 encapsulated packet.\n\ntunl0-\u003eneeded_headroom is then incremented based on the (already bumped)\ngre0 device headroom.\n\nThis repeats for every future packet:\n\ngre0-\u003eneeded_headroom gets inflated because previous packets\u0027 ipip0 step\nincremented rt-\u003edev (gre0) headroom, and ipip0 incremented because gre0\nneeded_headroom was increased.\n\nFor each subsequent packet, gre/ipip0-\u003eneeded_headroom grows until\npost-expand-head reallocations result in a skb-\u003ehead/data distance of\nmore than 64k.\n\nOnce that happens, skb-\u003enetwork_header (u16) wraps around when\npskb_expand_head tries to make sure that skb_network_offset() is unchanged\nafter the headroom expansion/reallocation.\n\nAfter this skb_network_offset(skb) returns a different (and negative)\nresult post headroom expansion.\n\nThe next trip to neigh layer (or anything else that would __skb_pull the\nnetwork header) makes skb-\u003edata point to a memory location outside\nskb-\u003ehead area.\n\nv2: Cap the needed_headroom update to an arbitarily chosen upperlimit to\nprevent perpetual increase instead of dropping the headroom increment\ncompletely.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-26804",
"url": "https://www.suse.com/security/cve/CVE-2024-26804"
},
{
"category": "external",
"summary": "SUSE Bug 1222629 for CVE-2024-26804",
"url": "https://bugzilla.suse.com/1222629"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2024-26804"
},
{
"cve": "CVE-2024-28956",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-28956"
}
],
"notes": [
{
"category": "general",
"text": "Exposure of Sensitive Information in Shared Microarchitectural Structures during Transient Execution for some Intel(R) Processors may allow an authenticated user to potentially enable information disclosure via local access.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-28956",
"url": "https://www.suse.com/security/cve/CVE-2024-28956"
},
{
"category": "external",
"summary": "SUSE Bug 1242006 for CVE-2024-28956",
"url": "https://bugzilla.suse.com/1242006"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2024-28956"
},
{
"cve": "CVE-2024-53168",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-53168"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsunrpc: fix one UAF issue caused by sunrpc kernel tcp socket\n\nBUG: KASAN: slab-use-after-free in tcp_write_timer_handler+0x156/0x3e0\nRead of size 1 at addr ffff888111f322cd by task swapper/0/0\n\nCPU: 0 UID: 0 PID: 0 Comm: swapper/0 Not tainted 6.12.0-rc4-dirty #7\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.15.0-1\nCall Trace:\n \u003cIRQ\u003e\n dump_stack_lvl+0x68/0xa0\n print_address_description.constprop.0+0x2c/0x3d0\n print_report+0xb4/0x270\n kasan_report+0xbd/0xf0\n tcp_write_timer_handler+0x156/0x3e0\n tcp_write_timer+0x66/0x170\n call_timer_fn+0xfb/0x1d0\n __run_timers+0x3f8/0x480\n run_timer_softirq+0x9b/0x100\n handle_softirqs+0x153/0x390\n __irq_exit_rcu+0x103/0x120\n irq_exit_rcu+0xe/0x20\n sysvec_apic_timer_interrupt+0x76/0x90\n \u003c/IRQ\u003e\n \u003cTASK\u003e\n asm_sysvec_apic_timer_interrupt+0x1a/0x20\nRIP: 0010:default_idle+0xf/0x20\nCode: 4c 01 c7 4c 29 c2 e9 72 ff ff ff 90 90 90 90 90 90 90 90 90 90 90 90\n 90 90 90 90 f3 0f 1e fa 66 90 0f 00 2d 33 f8 25 00 fb f4 \u003cfa\u003e c3 cc cc cc\n cc 66 66 2e 0f 1f 84 00 00 00 00 00 90 90 90 90 90\nRSP: 0018:ffffffffa2007e28 EFLAGS: 00000242\nRAX: 00000000000f3b31 RBX: 1ffffffff4400fc7 RCX: ffffffffa09c3196\nRDX: 0000000000000000 RSI: 0000000000000000 RDI: ffffffff9f00590f\nRBP: 0000000000000000 R08: 0000000000000001 R09: ffffed102360835d\nR10: ffff88811b041aeb R11: 0000000000000001 R12: 0000000000000000\nR13: ffffffffa202d7c0 R14: 0000000000000000 R15: 00000000000147d0\n default_idle_call+0x6b/0xa0\n cpuidle_idle_call+0x1af/0x1f0\n do_idle+0xbc/0x130\n cpu_startup_entry+0x33/0x40\n rest_init+0x11f/0x210\n start_kernel+0x39a/0x420\n x86_64_start_reservations+0x18/0x30\n x86_64_start_kernel+0x97/0xa0\n common_startup_64+0x13e/0x141\n \u003c/TASK\u003e\n\nAllocated by task 595:\n kasan_save_stack+0x24/0x50\n kasan_save_track+0x14/0x30\n __kasan_slab_alloc+0x87/0x90\n kmem_cache_alloc_noprof+0x12b/0x3f0\n copy_net_ns+0x94/0x380\n create_new_namespaces+0x24c/0x500\n unshare_nsproxy_namespaces+0x75/0xf0\n ksys_unshare+0x24e/0x4f0\n __x64_sys_unshare+0x1f/0x30\n do_syscall_64+0x70/0x180\n entry_SYSCALL_64_after_hwframe+0x76/0x7e\n\nFreed by task 100:\n kasan_save_stack+0x24/0x50\n kasan_save_track+0x14/0x30\n kasan_save_free_info+0x3b/0x60\n __kasan_slab_free+0x54/0x70\n kmem_cache_free+0x156/0x5d0\n cleanup_net+0x5d3/0x670\n process_one_work+0x776/0xa90\n worker_thread+0x2e2/0x560\n kthread+0x1a8/0x1f0\n ret_from_fork+0x34/0x60\n ret_from_fork_asm+0x1a/0x30\n\nReproduction script:\n\nmkdir -p /mnt/nfsshare\nmkdir -p /mnt/nfs/netns_1\nmkfs.ext4 /dev/sdb\nmount /dev/sdb /mnt/nfsshare\nsystemctl restart nfs-server\nchmod 777 /mnt/nfsshare\nexportfs -i -o rw,no_root_squash *:/mnt/nfsshare\n\nip netns add netns_1\nip link add name veth_1_peer type veth peer veth_1\nifconfig veth_1_peer 11.11.0.254 up\nip link set veth_1 netns netns_1\nip netns exec netns_1 ifconfig veth_1 11.11.0.1\n\nip netns exec netns_1 /root/iptables -A OUTPUT -d 11.11.0.254 -p tcp \\\n\t--tcp-flags FIN FIN -j DROP\n\n(note: In my environment, a DESTROY_CLIENTID operation is always sent\n immediately, breaking the nfs tcp connection.)\nip netns exec netns_1 timeout -s 9 300 mount -t nfs -o proto=tcp,vers=4.1 \\\n\t11.11.0.254:/mnt/nfsshare /mnt/nfs/netns_1\n\nip netns del netns_1\n\nThe reason here is that the tcp socket in netns_1 (nfs side) has been\nshutdown and closed (done in xs_destroy), but the FIN message (with ack)\nis discarded, and the nfsd side keeps sending retransmission messages.\nAs a result, when the tcp sock in netns_1 processes the received message,\nit sends the message (FIN message) in the sending queue, and the tcp timer\nis re-established. When the network namespace is deleted, the net structure\naccessed by tcp\u0027s timer handler function causes problems.\n\nTo fix this problem, let\u0027s hold netns refcnt for the tcp kernel socket as\ndone in other modules. This is an ugly hack which can easily be backported\nto earlier kernels. A proper fix which cleans up the interfaces will\nfollow, but may not be so easy to backport.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-53168",
"url": "https://www.suse.com/security/cve/CVE-2024-53168"
},
{
"category": "external",
"summary": "SUSE Bug 1234887 for CVE-2024-53168",
"url": "https://bugzilla.suse.com/1234887"
},
{
"category": "external",
"summary": "SUSE Bug 1243650 for CVE-2024-53168",
"url": "https://bugzilla.suse.com/1243650"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "important"
}
],
"title": "CVE-2024-53168"
},
{
"cve": "CVE-2024-56558",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-56558"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfsd: make sure exp active before svc_export_show\n\nThe function `e_show` was called with protection from RCU. This only\nensures that `exp` will not be freed. Therefore, the reference count for\n`exp` can drop to zero, which will trigger a refcount use-after-free\nwarning when `exp_get` is called. To resolve this issue, use\n`cache_get_rcu` to ensure that `exp` remains active.\n\n------------[ cut here ]------------\nrefcount_t: addition on 0; use-after-free.\nWARNING: CPU: 3 PID: 819 at lib/refcount.c:25\nrefcount_warn_saturate+0xb1/0x120\nCPU: 3 UID: 0 PID: 819 Comm: cat Not tainted 6.12.0-rc3+ #1\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS\n1.16.1-2.fc37 04/01/2014\nRIP: 0010:refcount_warn_saturate+0xb1/0x120\n...\nCall Trace:\n \u003cTASK\u003e\n e_show+0x20b/0x230 [nfsd]\n seq_read_iter+0x589/0x770\n seq_read+0x1e5/0x270\n vfs_read+0x125/0x530\n ksys_read+0xc1/0x160\n do_syscall_64+0x5f/0x170\n entry_SYSCALL_64_after_hwframe+0x76/0x7e",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-56558",
"url": "https://www.suse.com/security/cve/CVE-2024-56558"
},
{
"category": "external",
"summary": "SUSE Bug 1235100 for CVE-2024-56558",
"url": "https://bugzilla.suse.com/1235100"
},
{
"category": "external",
"summary": "SUSE Bug 1243648 for CVE-2024-56558",
"url": "https://bugzilla.suse.com/1243648"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "important"
}
],
"title": "CVE-2024-56558"
},
{
"cve": "CVE-2025-21999",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-21999"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nproc: fix UAF in proc_get_inode()\n\nFix race between rmmod and /proc/XXX\u0027s inode instantiation.\n\nThe bug is that pde-\u003eproc_ops don\u0027t belong to /proc, it belongs to a\nmodule, therefore dereferencing it after /proc entry has been registered\nis a bug unless use_pde/unuse_pde() pair has been used.\n\nuse_pde/unuse_pde can be avoided (2 atomic ops!) because pde-\u003eproc_ops\nnever changes so information necessary for inode instantiation can be\nsaved _before_ proc_register() in PDE itself and used later, avoiding\npde-\u003eproc_ops-\u003e... dereference.\n\n rmmod lookup\nsys_delete_module\n proc_lookup_de\n\t\t\t pde_get(de);\n\t\t\t proc_get_inode(dir-\u003ei_sb, de);\n mod-\u003eexit()\n proc_remove\n remove_proc_subtree\n proc_entry_rundown(de);\n free_module(mod);\n\n if (S_ISREG(inode-\u003ei_mode))\n\t if (de-\u003eproc_ops-\u003eproc_read_iter)\n --\u003e As module is already freed, will trigger UAF\n\nBUG: unable to handle page fault for address: fffffbfff80a702b\nPGD 817fc4067 P4D 817fc4067 PUD 817fc0067 PMD 102ef4067 PTE 0\nOops: Oops: 0000 [#1] PREEMPT SMP KASAN PTI\nCPU: 26 UID: 0 PID: 2667 Comm: ls Tainted: G\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996)\nRIP: 0010:proc_get_inode+0x302/0x6e0\nRSP: 0018:ffff88811c837998 EFLAGS: 00010a06\nRAX: dffffc0000000000 RBX: ffffffffc0538140 RCX: 0000000000000007\nRDX: 1ffffffff80a702b RSI: 0000000000000001 RDI: ffffffffc0538158\nRBP: ffff8881299a6000 R08: 0000000067bbe1e5 R09: 1ffff11023906f20\nR10: ffffffffb560ca07 R11: ffffffffb2b43a58 R12: ffff888105bb78f0\nR13: ffff888100518048 R14: ffff8881299a6004 R15: 0000000000000001\nFS: 00007f95b9686840(0000) GS:ffff8883af100000(0000) knlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: fffffbfff80a702b CR3: 0000000117dd2000 CR4: 00000000000006f0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nCall Trace:\n \u003cTASK\u003e\n proc_lookup_de+0x11f/0x2e0\n __lookup_slow+0x188/0x350\n walk_component+0x2ab/0x4f0\n path_lookupat+0x120/0x660\n filename_lookup+0x1ce/0x560\n vfs_statx+0xac/0x150\n __do_sys_newstat+0x96/0x110\n do_syscall_64+0x5f/0x170\n entry_SYSCALL_64_after_hwframe+0x76/0x7e\n\n[adobriyan@gmail.com: don\u0027t do 2 atomic ops on the common path]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-21999",
"url": "https://www.suse.com/security/cve/CVE-2025-21999"
},
{
"category": "external",
"summary": "SUSE Bug 1240802 for CVE-2025-21999",
"url": "https://bugzilla.suse.com/1240802"
},
{
"category": "external",
"summary": "SUSE Bug 1242579 for CVE-2025-21999",
"url": "https://bugzilla.suse.com/1242579"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2025-21999"
},
{
"cve": "CVE-2025-22056",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22056"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: nft_tunnel: fix geneve_opt type confusion addition\n\nWhen handling multiple NFTA_TUNNEL_KEY_OPTS_GENEVE attributes, the\nparsing logic should place every geneve_opt structure one by one\ncompactly. Hence, when deciding the next geneve_opt position, the\npointer addition should be in units of char *.\n\nHowever, the current implementation erroneously does type conversion\nbefore the addition, which will lead to heap out-of-bounds write.\n\n[ 6.989857] ==================================================================\n[ 6.990293] BUG: KASAN: slab-out-of-bounds in nft_tunnel_obj_init+0x977/0xa70\n[ 6.990725] Write of size 124 at addr ffff888005f18974 by task poc/178\n[ 6.991162]\n[ 6.991259] CPU: 0 PID: 178 Comm: poc-oob-write Not tainted 6.1.132 #1\n[ 6.991655] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.0-0-gd239552ce722-prebuilt.qemu.org 04/01/2014\n[ 6.992281] Call Trace:\n[ 6.992423] \u003cTASK\u003e\n[ 6.992586] dump_stack_lvl+0x44/0x5c\n[ 6.992801] print_report+0x184/0x4be\n[ 6.993790] kasan_report+0xc5/0x100\n[ 6.994252] kasan_check_range+0xf3/0x1a0\n[ 6.994486] memcpy+0x38/0x60\n[ 6.994692] nft_tunnel_obj_init+0x977/0xa70\n[ 6.995677] nft_obj_init+0x10c/0x1b0\n[ 6.995891] nf_tables_newobj+0x585/0x950\n[ 6.996922] nfnetlink_rcv_batch+0xdf9/0x1020\n[ 6.998997] nfnetlink_rcv+0x1df/0x220\n[ 6.999537] netlink_unicast+0x395/0x530\n[ 7.000771] netlink_sendmsg+0x3d0/0x6d0\n[ 7.001462] __sock_sendmsg+0x99/0xa0\n[ 7.001707] ____sys_sendmsg+0x409/0x450\n[ 7.002391] ___sys_sendmsg+0xfd/0x170\n[ 7.003145] __sys_sendmsg+0xea/0x170\n[ 7.004359] do_syscall_64+0x5e/0x90\n[ 7.005817] entry_SYSCALL_64_after_hwframe+0x6e/0xd8\n[ 7.006127] RIP: 0033:0x7ec756d4e407\n[ 7.006339] Code: 48 89 fa 4c 89 df e8 38 aa 00 00 8b 93 08 03 00 00 59 5e 48 83 f8 fc 74 1a 5b c3 0f 1f 84 00 00 00 00 00 48 8b 44 24 10 0f 05 \u003c5b\u003e c3 0f 1f 80 00 00 00 00 83 e2 39 83 faf\n[ 7.007364] RSP: 002b:00007ffed5d46760 EFLAGS: 00000202 ORIG_RAX: 000000000000002e\n[ 7.007827] RAX: ffffffffffffffda RBX: 00007ec756cc4740 RCX: 00007ec756d4e407\n[ 7.008223] RDX: 0000000000000000 RSI: 00007ffed5d467f0 RDI: 0000000000000003\n[ 7.008620] RBP: 00007ffed5d468a0 R08: 0000000000000000 R09: 0000000000000000\n[ 7.009039] R10: 0000000000000000 R11: 0000000000000202 R12: 0000000000000000\n[ 7.009429] R13: 00007ffed5d478b0 R14: 00007ec756ee5000 R15: 00005cbd4e655cb8\n\nFix this bug with correct pointer addition and conversion in parse\nand dump code.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22056",
"url": "https://www.suse.com/security/cve/CVE-2025-22056"
},
{
"category": "external",
"summary": "SUSE Bug 1241525 for CVE-2025-22056",
"url": "https://bugzilla.suse.com/1241525"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2025-22056"
},
{
"cve": "CVE-2025-23145",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-23145"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmptcp: fix NULL pointer in can_accept_new_subflow\n\nWhen testing valkey benchmark tool with MPTCP, the kernel panics in\n\u0027mptcp_can_accept_new_subflow\u0027 because subflow_req-\u003emsk is NULL.\n\nCall trace:\n\n mptcp_can_accept_new_subflow (./net/mptcp/subflow.c:63 (discriminator 4)) (P)\n subflow_syn_recv_sock (./net/mptcp/subflow.c:854)\n tcp_check_req (./net/ipv4/tcp_minisocks.c:863)\n tcp_v4_rcv (./net/ipv4/tcp_ipv4.c:2268)\n ip_protocol_deliver_rcu (./net/ipv4/ip_input.c:207)\n ip_local_deliver_finish (./net/ipv4/ip_input.c:234)\n ip_local_deliver (./net/ipv4/ip_input.c:254)\n ip_rcv_finish (./net/ipv4/ip_input.c:449)\n ...\n\nAccording to the debug log, the same req received two SYN-ACK in a very\nshort time, very likely because the client retransmits the syn ack due\nto multiple reasons.\n\nEven if the packets are transmitted with a relevant time interval, they\ncan be processed by the server on different CPUs concurrently). The\n\u0027subflow_req-\u003emsk\u0027 ownership is transferred to the subflow the first,\nand there will be a risk of a null pointer dereference here.\n\nThis patch fixes this issue by moving the \u0027subflow_req-\u003emsk\u0027 under the\n`own_req == true` conditional.\n\nNote that the !msk check in subflow_hmac_valid() can be dropped, because\nthe same check already exists under the own_req mpj branch where the\ncode has been moved to.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-23145",
"url": "https://www.suse.com/security/cve/CVE-2025-23145"
},
{
"category": "external",
"summary": "SUSE Bug 1242596 for CVE-2025-23145",
"url": "https://bugzilla.suse.com/1242596"
},
{
"category": "external",
"summary": "SUSE Bug 1242882 for CVE-2025-23145",
"url": "https://bugzilla.suse.com/1242882"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "important"
}
],
"title": "CVE-2025-23145"
},
{
"cve": "CVE-2025-37785",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-37785"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix OOB read when checking dotdot dir\n\nMounting a corrupted filesystem with directory which contains \u0027.\u0027 dir\nentry with rec_len == block size results in out-of-bounds read (later\non, when the corrupted directory is removed).\n\next4_empty_dir() assumes every ext4 directory contains at least \u0027.\u0027\nand \u0027..\u0027 as directory entries in the first data block. It first loads\nthe \u0027.\u0027 dir entry, performs sanity checks by calling ext4_check_dir_entry()\nand then uses its rec_len member to compute the location of \u0027..\u0027 dir\nentry (in ext4_next_entry). It assumes the \u0027..\u0027 dir entry fits into the\nsame data block.\n\nIf the rec_len of \u0027.\u0027 is precisely one block (4KB), it slips through the\nsanity checks (it is considered the last directory entry in the data\nblock) and leaves \"struct ext4_dir_entry_2 *de\" point exactly past the\nmemory slot allocated to the data block. The following call to\next4_check_dir_entry() on new value of de then dereferences this pointer\nwhich results in out-of-bounds mem access.\n\nFix this by extending __ext4_check_dir_entry() to check for \u0027.\u0027 dir\nentries that reach the end of data block. Make sure to ignore the phony\ndir entries for checksum (by checking name_len for non-zero).\n\nNote: This is reported by KASAN as use-after-free in case another\nstructure was recently freed from the slot past the bound, but it is\nreally an OOB read.\n\nThis issue was found by syzkaller tool.\n\nCall Trace:\n[ 38.594108] BUG: KASAN: slab-use-after-free in __ext4_check_dir_entry+0x67e/0x710\n[ 38.594649] Read of size 2 at addr ffff88802b41a004 by task syz-executor/5375\n[ 38.595158]\n[ 38.595288] CPU: 0 UID: 0 PID: 5375 Comm: syz-executor Not tainted 6.14.0-rc7 #1\n[ 38.595298] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014\n[ 38.595304] Call Trace:\n[ 38.595308] \u003cTASK\u003e\n[ 38.595311] dump_stack_lvl+0xa7/0xd0\n[ 38.595325] print_address_description.constprop.0+0x2c/0x3f0\n[ 38.595339] ? __ext4_check_dir_entry+0x67e/0x710\n[ 38.595349] print_report+0xaa/0x250\n[ 38.595359] ? __ext4_check_dir_entry+0x67e/0x710\n[ 38.595368] ? kasan_addr_to_slab+0x9/0x90\n[ 38.595378] kasan_report+0xab/0xe0\n[ 38.595389] ? __ext4_check_dir_entry+0x67e/0x710\n[ 38.595400] __ext4_check_dir_entry+0x67e/0x710\n[ 38.595410] ext4_empty_dir+0x465/0x990\n[ 38.595421] ? __pfx_ext4_empty_dir+0x10/0x10\n[ 38.595432] ext4_rmdir.part.0+0x29a/0xd10\n[ 38.595441] ? __dquot_initialize+0x2a7/0xbf0\n[ 38.595455] ? __pfx_ext4_rmdir.part.0+0x10/0x10\n[ 38.595464] ? __pfx___dquot_initialize+0x10/0x10\n[ 38.595478] ? down_write+0xdb/0x140\n[ 38.595487] ? __pfx_down_write+0x10/0x10\n[ 38.595497] ext4_rmdir+0xee/0x140\n[ 38.595506] vfs_rmdir+0x209/0x670\n[ 38.595517] ? lookup_one_qstr_excl+0x3b/0x190\n[ 38.595529] do_rmdir+0x363/0x3c0\n[ 38.595537] ? __pfx_do_rmdir+0x10/0x10\n[ 38.595544] ? strncpy_from_user+0x1ff/0x2e0\n[ 38.595561] __x64_sys_unlinkat+0xf0/0x130\n[ 38.595570] do_syscall_64+0x5b/0x180\n[ 38.595583] entry_SYSCALL_64_after_hwframe+0x76/0x7e",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-37785",
"url": "https://www.suse.com/security/cve/CVE-2025-37785"
},
{
"category": "external",
"summary": "SUSE Bug 1241640 for CVE-2025-37785",
"url": "https://bugzilla.suse.com/1241640"
},
{
"category": "external",
"summary": "SUSE Bug 1241698 for CVE-2025-37785",
"url": "https://bugzilla.suse.com/1241698"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2025-37785"
},
{
"cve": "CVE-2025-37789",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-37789"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: openvswitch: fix nested key length validation in the set() action\n\nIt\u0027s not safe to access nla_len(ovs_key) if the data is smaller than\nthe netlink header. Check that the attribute is OK first.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-37789",
"url": "https://www.suse.com/security/cve/CVE-2025-37789"
},
{
"category": "external",
"summary": "SUSE Bug 1242762 for CVE-2025-37789",
"url": "https://bugzilla.suse.com/1242762"
}
],
"remediations": [
{
"category": "vendor_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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.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 Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-default-livepatch-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_55_110-default-1-150500.11.7.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Micro 5.5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Micro 5.5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-64kb-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:kernel-zfcpdump-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:cluster-md-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:dlm-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:gfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-base-5.14.21-150500.55.110.1.150500.6.51.3.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-default-devel-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-devel-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-docs-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-macros-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-obs-build-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-source-5.14.21-150500.55.110.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:kernel-syms-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:ocfs2-kmp-default-5.14.21-150500.55.110.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:reiserfs-kmp-default-5.14.21-150500.55.110.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-30T13:01:36Z",
"details": "moderate"
}
],
"title": "CVE-2025-37789"
}
]
}
suse-su-2025:01918-1
Vulnerability from csaf_suse
Published
2025-06-12 06:29
Modified
2025-06-12 06:29
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 bugfixes.
The following security bugs were fixed:
- CVE-2022-49110: netfilter: conntrack: revisit gc autotuning (bsc#1237981).
- CVE-2022-49139: Bluetooth: fix null ptr deref on hci_sync_conn_complete_evt (bsc#1238032).
- CVE-2022-49767: 9p/trans_fd: always use O_NONBLOCK read/write (bsc#1242493).
- CVE-2022-49775: tcp: cdg: allow tcp_cdg_release() to be called multiple times (bsc#1242245).
- CVE-2024-53168: net: make sock_inuse_add() available (bsc#1234887).
- CVE-2024-56558: nfsd: make sure exp active before svc_export_show (bsc#1235100).
- CVE-2025-21888: RDMA/mlx5: Fix a WARN during dereg_mr for DM type (bsc#1240177).
- CVE-2025-21999: proc: fix UAF in proc_get_inode() (bsc#1240802).
- CVE-2025-22056: netfilter: nft_tunnel: fix geneve_opt type confusion addition (bsc#1241525).
- CVE-2025-22060: net: mvpp2: Prevent parser TCAM memory corruption (bsc#1241526).
- CVE-2025-23138: watch_queue: fix pipe accounting mismatch (bsc#1241648).
- CVE-2025-23145: mptcp: fix NULL pointer in can_accept_new_subflow (bsc#1242596).
- CVE-2025-37785: ext4: fix OOB read when checking dotdot dir (bsc#1241640).
- CVE-2025-37789: net: openvswitch: fix nested key length validation in the set() action (bsc#1242762).
The following non-security bugs were fixed:
- Drivers: hv: Allow vmbus_sendpacket_mpb_desc() to create multiple ranges (bsc#1243737).
- Refresh fixes for cBPF issue (bsc#1242778)
- Remove debug flavor (bsc#1243919)
- arm64: bpf: Add BHB mitigation to the epilogue for cBPF programs (bsc#1242778).
- arm64: bpf: Only mitigate cBPF programs loaded by unprivileged users (bsc#1242778).
- arm64: insn: Add support for encoding DSB (bsc#1242778).
- arm64: proton-pack: Add new CPUs 'k' values for branch mitigation (bsc#1242778).
- arm64: proton-pack: Expose whether the branchy loop k value (bsc#1242778).
- arm64: proton-pack: Expose whether the platform is mitigated by firmware (bsc#1242778).
- hv_netvsc: Preserve contiguous PFN grouping in the page buffer array (bsc#1243737).
- hv_netvsc: Remove rmsg_pgcnt (bsc#1243737).
- hv_netvsc: Use vmbus_sendpacket_mpb_desc() to send VMBus messages (bsc#1243737).
- mtd: phram: Add the kernel lock down check (bsc#1232649).
- ocfs2: fix the issue with discontiguous allocation in the global_bitmap (git-fixes).
- powerpc/pseries/iommu: IOMMU incorrectly marks MMIO range in DDW (bsc#1218470 ltc#204531).
- scsi: core: Fix unremoved procfs host directory regression (git-fixes).
- scsi: storvsc: Set correct data length for sending SCSI command without payload (git-fixes).
- x86/bhi: Do not set BHI_DIS_S in 32-bit mode (bsc#1242778).
- x86/bpf: Add IBHF call at end of classic BPF (bsc#1242778).
- x86/bpf: Call branch history clearing sequence on exit (bsc#1242778).
Patchnames
SUSE-2025-1918,SUSE-SLE-Micro-5.3-2025-1918,SUSE-SLE-Micro-5.4-2025-1918
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 RT kernel was updated to receive various security bugfixes.\n\n\nThe following security bugs were fixed:\n\n- CVE-2022-49110: netfilter: conntrack: revisit gc autotuning (bsc#1237981).\n- CVE-2022-49139: Bluetooth: fix null ptr deref on hci_sync_conn_complete_evt (bsc#1238032).\n- CVE-2022-49767: 9p/trans_fd: always use O_NONBLOCK read/write (bsc#1242493).\n- CVE-2022-49775: tcp: cdg: allow tcp_cdg_release() to be called multiple times (bsc#1242245).\n- CVE-2024-53168: net: make sock_inuse_add() available (bsc#1234887).\n- CVE-2024-56558: nfsd: make sure exp active before svc_export_show (bsc#1235100).\n- CVE-2025-21888: RDMA/mlx5: Fix a WARN during dereg_mr for DM type (bsc#1240177).\n- CVE-2025-21999: proc: fix UAF in proc_get_inode() (bsc#1240802).\n- CVE-2025-22056: netfilter: nft_tunnel: fix geneve_opt type confusion addition (bsc#1241525).\n- CVE-2025-22060: net: mvpp2: Prevent parser TCAM memory corruption (bsc#1241526).\n- CVE-2025-23138: watch_queue: fix pipe accounting mismatch (bsc#1241648).\n- CVE-2025-23145: mptcp: fix NULL pointer in can_accept_new_subflow (bsc#1242596).\n- CVE-2025-37785: ext4: fix OOB read when checking dotdot dir (bsc#1241640).\n- CVE-2025-37789: net: openvswitch: fix nested key length validation in the set() action (bsc#1242762).\n\nThe following non-security bugs were fixed:\n\n- Drivers: hv: Allow vmbus_sendpacket_mpb_desc() to create multiple ranges (bsc#1243737).\n- Refresh fixes for cBPF issue (bsc#1242778)\n- Remove debug flavor (bsc#1243919)\n- arm64: bpf: Add BHB mitigation to the epilogue for cBPF programs (bsc#1242778).\n- arm64: bpf: Only mitigate cBPF programs loaded by unprivileged users (bsc#1242778).\n- arm64: insn: Add support for encoding DSB (bsc#1242778).\n- arm64: proton-pack: Add new CPUs \u0027k\u0027 values for branch mitigation (bsc#1242778).\n- arm64: proton-pack: Expose whether the branchy loop k value (bsc#1242778).\n- arm64: proton-pack: Expose whether the platform is mitigated by firmware (bsc#1242778).\n- hv_netvsc: Preserve contiguous PFN grouping in the page buffer array (bsc#1243737).\n- hv_netvsc: Remove rmsg_pgcnt (bsc#1243737).\n- hv_netvsc: Use vmbus_sendpacket_mpb_desc() to send VMBus messages (bsc#1243737).\n- mtd: phram: Add the kernel lock down check (bsc#1232649).\n- ocfs2: fix the issue with discontiguous allocation in the global_bitmap (git-fixes).\n- powerpc/pseries/iommu: IOMMU incorrectly marks MMIO range in DDW (bsc#1218470 ltc#204531).\n- scsi: core: Fix unremoved procfs host directory regression (git-fixes).\n- scsi: storvsc: Set correct data length for sending SCSI command without payload (git-fixes).\n- x86/bhi: Do not set BHI_DIS_S in 32-bit mode (bsc#1242778).\n- x86/bpf: Add IBHF call at end of classic BPF (bsc#1242778).\n- x86/bpf: Call branch history clearing sequence on exit (bsc#1242778).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1918,SUSE-SLE-Micro-5.3-2025-1918,SUSE-SLE-Micro-5.4-2025-1918",
"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-2025_01918-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:01918-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501918-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:01918-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021478.html"
},
{
"category": "self",
"summary": "SUSE Bug 1184350",
"url": "https://bugzilla.suse.com/1184350"
},
{
"category": "self",
"summary": "SUSE Bug 1193629",
"url": "https://bugzilla.suse.com/1193629"
},
{
"category": "self",
"summary": "SUSE Bug 1204569",
"url": "https://bugzilla.suse.com/1204569"
},
{
"category": "self",
"summary": "SUSE Bug 1204619",
"url": "https://bugzilla.suse.com/1204619"
},
{
"category": "self",
"summary": "SUSE Bug 1204705",
"url": "https://bugzilla.suse.com/1204705"
},
{
"category": "self",
"summary": "SUSE Bug 1205282",
"url": "https://bugzilla.suse.com/1205282"
},
{
"category": "self",
"summary": "SUSE Bug 1206051",
"url": "https://bugzilla.suse.com/1206051"
},
{
"category": "self",
"summary": "SUSE Bug 1206073",
"url": "https://bugzilla.suse.com/1206073"
},
{
"category": "self",
"summary": "SUSE Bug 1206649",
"url": "https://bugzilla.suse.com/1206649"
},
{
"category": "self",
"summary": "SUSE Bug 1206886",
"url": "https://bugzilla.suse.com/1206886"
},
{
"category": "self",
"summary": "SUSE Bug 1206887",
"url": "https://bugzilla.suse.com/1206887"
},
{
"category": "self",
"summary": "SUSE Bug 1208542",
"url": "https://bugzilla.suse.com/1208542"
},
{
"category": "self",
"summary": "SUSE Bug 1209292",
"url": "https://bugzilla.suse.com/1209292"
},
{
"category": "self",
"summary": "SUSE Bug 1209556",
"url": "https://bugzilla.suse.com/1209556"
},
{
"category": "self",
"summary": "SUSE Bug 1209684",
"url": "https://bugzilla.suse.com/1209684"
},
{
"category": "self",
"summary": "SUSE Bug 1210337",
"url": "https://bugzilla.suse.com/1210337"
},
{
"category": "self",
"summary": "SUSE Bug 1210763",
"url": "https://bugzilla.suse.com/1210763"
},
{
"category": "self",
"summary": "SUSE Bug 1210767",
"url": "https://bugzilla.suse.com/1210767"
},
{
"category": "self",
"summary": "SUSE Bug 1211465",
"url": "https://bugzilla.suse.com/1211465"
},
{
"category": "self",
"summary": "SUSE Bug 1213012",
"url": "https://bugzilla.suse.com/1213012"
},
{
"category": "self",
"summary": "SUSE Bug 1213013",
"url": "https://bugzilla.suse.com/1213013"
},
{
"category": "self",
"summary": "SUSE Bug 1213094",
"url": "https://bugzilla.suse.com/1213094"
},
{
"category": "self",
"summary": "SUSE Bug 1213096",
"url": "https://bugzilla.suse.com/1213096"
},
{
"category": "self",
"summary": "SUSE Bug 1213946",
"url": "https://bugzilla.suse.com/1213946"
},
{
"category": "self",
"summary": "SUSE Bug 1214991",
"url": "https://bugzilla.suse.com/1214991"
},
{
"category": "self",
"summary": "SUSE Bug 1218470",
"url": "https://bugzilla.suse.com/1218470"
},
{
"category": "self",
"summary": "SUSE Bug 1232649",
"url": "https://bugzilla.suse.com/1232649"
},
{
"category": "self",
"summary": "SUSE Bug 1234887",
"url": "https://bugzilla.suse.com/1234887"
},
{
"category": "self",
"summary": "SUSE Bug 1235100",
"url": "https://bugzilla.suse.com/1235100"
},
{
"category": "self",
"summary": "SUSE Bug 1237981",
"url": "https://bugzilla.suse.com/1237981"
},
{
"category": "self",
"summary": "SUSE Bug 1238032",
"url": "https://bugzilla.suse.com/1238032"
},
{
"category": "self",
"summary": "SUSE Bug 1240177",
"url": "https://bugzilla.suse.com/1240177"
},
{
"category": "self",
"summary": "SUSE Bug 1240802",
"url": "https://bugzilla.suse.com/1240802"
},
{
"category": "self",
"summary": "SUSE Bug 1241525",
"url": "https://bugzilla.suse.com/1241525"
},
{
"category": "self",
"summary": "SUSE Bug 1241526",
"url": "https://bugzilla.suse.com/1241526"
},
{
"category": "self",
"summary": "SUSE Bug 1241640",
"url": "https://bugzilla.suse.com/1241640"
},
{
"category": "self",
"summary": "SUSE Bug 1241648",
"url": "https://bugzilla.suse.com/1241648"
},
{
"category": "self",
"summary": "SUSE Bug 1242147",
"url": "https://bugzilla.suse.com/1242147"
},
{
"category": "self",
"summary": "SUSE Bug 1242150",
"url": "https://bugzilla.suse.com/1242150"
},
{
"category": "self",
"summary": "SUSE Bug 1242151",
"url": "https://bugzilla.suse.com/1242151"
},
{
"category": "self",
"summary": "SUSE Bug 1242154",
"url": "https://bugzilla.suse.com/1242154"
},
{
"category": "self",
"summary": "SUSE Bug 1242157",
"url": "https://bugzilla.suse.com/1242157"
},
{
"category": "self",
"summary": "SUSE Bug 1242158",
"url": "https://bugzilla.suse.com/1242158"
},
{
"category": "self",
"summary": "SUSE Bug 1242164",
"url": "https://bugzilla.suse.com/1242164"
},
{
"category": "self",
"summary": "SUSE Bug 1242165",
"url": "https://bugzilla.suse.com/1242165"
},
{
"category": "self",
"summary": "SUSE Bug 1242169",
"url": "https://bugzilla.suse.com/1242169"
},
{
"category": "self",
"summary": "SUSE Bug 1242215",
"url": "https://bugzilla.suse.com/1242215"
},
{
"category": "self",
"summary": "SUSE Bug 1242218",
"url": "https://bugzilla.suse.com/1242218"
},
{
"category": "self",
"summary": "SUSE Bug 1242219",
"url": "https://bugzilla.suse.com/1242219"
},
{
"category": "self",
"summary": "SUSE Bug 1242222",
"url": "https://bugzilla.suse.com/1242222"
},
{
"category": "self",
"summary": "SUSE Bug 1242226",
"url": "https://bugzilla.suse.com/1242226"
},
{
"category": "self",
"summary": "SUSE Bug 1242227",
"url": "https://bugzilla.suse.com/1242227"
},
{
"category": "self",
"summary": "SUSE Bug 1242228",
"url": "https://bugzilla.suse.com/1242228"
},
{
"category": "self",
"summary": "SUSE Bug 1242229",
"url": "https://bugzilla.suse.com/1242229"
},
{
"category": "self",
"summary": "SUSE Bug 1242230",
"url": "https://bugzilla.suse.com/1242230"
},
{
"category": "self",
"summary": "SUSE Bug 1242231",
"url": "https://bugzilla.suse.com/1242231"
},
{
"category": "self",
"summary": "SUSE Bug 1242232",
"url": "https://bugzilla.suse.com/1242232"
},
{
"category": "self",
"summary": "SUSE Bug 1242237",
"url": "https://bugzilla.suse.com/1242237"
},
{
"category": "self",
"summary": "SUSE Bug 1242239",
"url": "https://bugzilla.suse.com/1242239"
},
{
"category": "self",
"summary": "SUSE Bug 1242241",
"url": "https://bugzilla.suse.com/1242241"
},
{
"category": "self",
"summary": "SUSE Bug 1242244",
"url": "https://bugzilla.suse.com/1242244"
},
{
"category": "self",
"summary": "SUSE Bug 1242245",
"url": "https://bugzilla.suse.com/1242245"
},
{
"category": "self",
"summary": "SUSE Bug 1242248",
"url": "https://bugzilla.suse.com/1242248"
},
{
"category": "self",
"summary": "SUSE Bug 1242261",
"url": "https://bugzilla.suse.com/1242261"
},
{
"category": "self",
"summary": "SUSE Bug 1242264",
"url": "https://bugzilla.suse.com/1242264"
},
{
"category": "self",
"summary": "SUSE Bug 1242265",
"url": "https://bugzilla.suse.com/1242265"
},
{
"category": "self",
"summary": "SUSE Bug 1242270",
"url": "https://bugzilla.suse.com/1242270"
},
{
"category": "self",
"summary": "SUSE Bug 1242276",
"url": "https://bugzilla.suse.com/1242276"
},
{
"category": "self",
"summary": "SUSE Bug 1242279",
"url": "https://bugzilla.suse.com/1242279"
},
{
"category": "self",
"summary": "SUSE Bug 1242280",
"url": "https://bugzilla.suse.com/1242280"
},
{
"category": "self",
"summary": "SUSE Bug 1242281",
"url": "https://bugzilla.suse.com/1242281"
},
{
"category": "self",
"summary": "SUSE Bug 1242282",
"url": "https://bugzilla.suse.com/1242282"
},
{
"category": "self",
"summary": "SUSE Bug 1242284",
"url": "https://bugzilla.suse.com/1242284"
},
{
"category": "self",
"summary": "SUSE Bug 1242285",
"url": "https://bugzilla.suse.com/1242285"
},
{
"category": "self",
"summary": "SUSE Bug 1242289",
"url": "https://bugzilla.suse.com/1242289"
},
{
"category": "self",
"summary": "SUSE Bug 1242294",
"url": "https://bugzilla.suse.com/1242294"
},
{
"category": "self",
"summary": "SUSE Bug 1242305",
"url": "https://bugzilla.suse.com/1242305"
},
{
"category": "self",
"summary": "SUSE Bug 1242312",
"url": "https://bugzilla.suse.com/1242312"
},
{
"category": "self",
"summary": "SUSE Bug 1242320",
"url": "https://bugzilla.suse.com/1242320"
},
{
"category": "self",
"summary": "SUSE Bug 1242338",
"url": "https://bugzilla.suse.com/1242338"
},
{
"category": "self",
"summary": "SUSE Bug 1242352",
"url": "https://bugzilla.suse.com/1242352"
},
{
"category": "self",
"summary": "SUSE Bug 1242353",
"url": "https://bugzilla.suse.com/1242353"
},
{
"category": "self",
"summary": "SUSE Bug 1242355",
"url": "https://bugzilla.suse.com/1242355"
},
{
"category": "self",
"summary": "SUSE Bug 1242357",
"url": "https://bugzilla.suse.com/1242357"
},
{
"category": "self",
"summary": "SUSE Bug 1242358",
"url": "https://bugzilla.suse.com/1242358"
},
{
"category": "self",
"summary": "SUSE Bug 1242361",
"url": "https://bugzilla.suse.com/1242361"
},
{
"category": "self",
"summary": "SUSE Bug 1242365",
"url": "https://bugzilla.suse.com/1242365"
},
{
"category": "self",
"summary": "SUSE Bug 1242366",
"url": "https://bugzilla.suse.com/1242366"
},
{
"category": "self",
"summary": "SUSE Bug 1242369",
"url": "https://bugzilla.suse.com/1242369"
},
{
"category": "self",
"summary": "SUSE Bug 1242370",
"url": "https://bugzilla.suse.com/1242370"
},
{
"category": "self",
"summary": "SUSE Bug 1242371",
"url": "https://bugzilla.suse.com/1242371"
},
{
"category": "self",
"summary": "SUSE Bug 1242372",
"url": "https://bugzilla.suse.com/1242372"
},
{
"category": "self",
"summary": "SUSE Bug 1242377",
"url": "https://bugzilla.suse.com/1242377"
},
{
"category": "self",
"summary": "SUSE Bug 1242378",
"url": "https://bugzilla.suse.com/1242378"
},
{
"category": "self",
"summary": "SUSE Bug 1242380",
"url": "https://bugzilla.suse.com/1242380"
},
{
"category": "self",
"summary": "SUSE Bug 1242382",
"url": "https://bugzilla.suse.com/1242382"
},
{
"category": "self",
"summary": "SUSE Bug 1242385",
"url": "https://bugzilla.suse.com/1242385"
},
{
"category": "self",
"summary": "SUSE Bug 1242387",
"url": "https://bugzilla.suse.com/1242387"
},
{
"category": "self",
"summary": "SUSE Bug 1242389",
"url": "https://bugzilla.suse.com/1242389"
},
{
"category": "self",
"summary": "SUSE Bug 1242391",
"url": "https://bugzilla.suse.com/1242391"
},
{
"category": "self",
"summary": "SUSE Bug 1242392",
"url": "https://bugzilla.suse.com/1242392"
},
{
"category": "self",
"summary": "SUSE Bug 1242394",
"url": "https://bugzilla.suse.com/1242394"
},
{
"category": "self",
"summary": "SUSE Bug 1242398",
"url": "https://bugzilla.suse.com/1242398"
},
{
"category": "self",
"summary": "SUSE Bug 1242399",
"url": "https://bugzilla.suse.com/1242399"
},
{
"category": "self",
"summary": "SUSE Bug 1242402",
"url": "https://bugzilla.suse.com/1242402"
},
{
"category": "self",
"summary": "SUSE Bug 1242403",
"url": "https://bugzilla.suse.com/1242403"
},
{
"category": "self",
"summary": "SUSE Bug 1242409",
"url": "https://bugzilla.suse.com/1242409"
},
{
"category": "self",
"summary": "SUSE Bug 1242411",
"url": "https://bugzilla.suse.com/1242411"
},
{
"category": "self",
"summary": "SUSE Bug 1242415",
"url": "https://bugzilla.suse.com/1242415"
},
{
"category": "self",
"summary": "SUSE Bug 1242416",
"url": "https://bugzilla.suse.com/1242416"
},
{
"category": "self",
"summary": "SUSE Bug 1242421",
"url": "https://bugzilla.suse.com/1242421"
},
{
"category": "self",
"summary": "SUSE Bug 1242422",
"url": "https://bugzilla.suse.com/1242422"
},
{
"category": "self",
"summary": "SUSE Bug 1242426",
"url": "https://bugzilla.suse.com/1242426"
},
{
"category": "self",
"summary": "SUSE Bug 1242428",
"url": "https://bugzilla.suse.com/1242428"
},
{
"category": "self",
"summary": "SUSE Bug 1242440",
"url": "https://bugzilla.suse.com/1242440"
},
{
"category": "self",
"summary": "SUSE Bug 1242443",
"url": "https://bugzilla.suse.com/1242443"
},
{
"category": "self",
"summary": "SUSE Bug 1242449",
"url": "https://bugzilla.suse.com/1242449"
},
{
"category": "self",
"summary": "SUSE Bug 1242452",
"url": "https://bugzilla.suse.com/1242452"
},
{
"category": "self",
"summary": "SUSE Bug 1242453",
"url": "https://bugzilla.suse.com/1242453"
},
{
"category": "self",
"summary": "SUSE Bug 1242454",
"url": "https://bugzilla.suse.com/1242454"
},
{
"category": "self",
"summary": "SUSE Bug 1242455",
"url": "https://bugzilla.suse.com/1242455"
},
{
"category": "self",
"summary": "SUSE Bug 1242456",
"url": "https://bugzilla.suse.com/1242456"
},
{
"category": "self",
"summary": "SUSE Bug 1242458",
"url": "https://bugzilla.suse.com/1242458"
},
{
"category": "self",
"summary": "SUSE Bug 1242464",
"url": "https://bugzilla.suse.com/1242464"
},
{
"category": "self",
"summary": "SUSE Bug 1242467",
"url": "https://bugzilla.suse.com/1242467"
},
{
"category": "self",
"summary": "SUSE Bug 1242469",
"url": "https://bugzilla.suse.com/1242469"
},
{
"category": "self",
"summary": "SUSE Bug 1242473",
"url": "https://bugzilla.suse.com/1242473"
},
{
"category": "self",
"summary": "SUSE Bug 1242478",
"url": "https://bugzilla.suse.com/1242478"
},
{
"category": "self",
"summary": "SUSE Bug 1242481",
"url": "https://bugzilla.suse.com/1242481"
},
{
"category": "self",
"summary": "SUSE Bug 1242484",
"url": "https://bugzilla.suse.com/1242484"
},
{
"category": "self",
"summary": "SUSE Bug 1242489",
"url": "https://bugzilla.suse.com/1242489"
},
{
"category": "self",
"summary": "SUSE Bug 1242493",
"url": "https://bugzilla.suse.com/1242493"
},
{
"category": "self",
"summary": "SUSE Bug 1242497",
"url": "https://bugzilla.suse.com/1242497"
},
{
"category": "self",
"summary": "SUSE Bug 1242527",
"url": "https://bugzilla.suse.com/1242527"
},
{
"category": "self",
"summary": "SUSE Bug 1242542",
"url": "https://bugzilla.suse.com/1242542"
},
{
"category": "self",
"summary": "SUSE Bug 1242544",
"url": "https://bugzilla.suse.com/1242544"
},
{
"category": "self",
"summary": "SUSE Bug 1242545",
"url": "https://bugzilla.suse.com/1242545"
},
{
"category": "self",
"summary": "SUSE Bug 1242547",
"url": "https://bugzilla.suse.com/1242547"
},
{
"category": "self",
"summary": "SUSE Bug 1242548",
"url": "https://bugzilla.suse.com/1242548"
},
{
"category": "self",
"summary": "SUSE Bug 1242549",
"url": "https://bugzilla.suse.com/1242549"
},
{
"category": "self",
"summary": "SUSE Bug 1242550",
"url": "https://bugzilla.suse.com/1242550"
},
{
"category": "self",
"summary": "SUSE Bug 1242551",
"url": "https://bugzilla.suse.com/1242551"
},
{
"category": "self",
"summary": "SUSE Bug 1242558",
"url": "https://bugzilla.suse.com/1242558"
},
{
"category": "self",
"summary": "SUSE Bug 1242570",
"url": "https://bugzilla.suse.com/1242570"
},
{
"category": "self",
"summary": "SUSE Bug 1242580",
"url": "https://bugzilla.suse.com/1242580"
},
{
"category": "self",
"summary": "SUSE Bug 1242586",
"url": "https://bugzilla.suse.com/1242586"
},
{
"category": "self",
"summary": "SUSE Bug 1242589",
"url": "https://bugzilla.suse.com/1242589"
},
{
"category": "self",
"summary": "SUSE Bug 1242596",
"url": "https://bugzilla.suse.com/1242596"
},
{
"category": "self",
"summary": "SUSE Bug 1242597",
"url": "https://bugzilla.suse.com/1242597"
},
{
"category": "self",
"summary": "SUSE Bug 1242685",
"url": "https://bugzilla.suse.com/1242685"
},
{
"category": "self",
"summary": "SUSE Bug 1242686",
"url": "https://bugzilla.suse.com/1242686"
},
{
"category": "self",
"summary": "SUSE Bug 1242688",
"url": "https://bugzilla.suse.com/1242688"
},
{
"category": "self",
"summary": "SUSE Bug 1242689",
"url": "https://bugzilla.suse.com/1242689"
},
{
"category": "self",
"summary": "SUSE Bug 1242695",
"url": "https://bugzilla.suse.com/1242695"
},
{
"category": "self",
"summary": "SUSE Bug 1242716",
"url": "https://bugzilla.suse.com/1242716"
},
{
"category": "self",
"summary": "SUSE Bug 1242733",
"url": "https://bugzilla.suse.com/1242733"
},
{
"category": "self",
"summary": "SUSE Bug 1242734",
"url": "https://bugzilla.suse.com/1242734"
},
{
"category": "self",
"summary": "SUSE Bug 1242735",
"url": "https://bugzilla.suse.com/1242735"
},
{
"category": "self",
"summary": "SUSE Bug 1242736",
"url": "https://bugzilla.suse.com/1242736"
},
{
"category": "self",
"summary": "SUSE Bug 1242739",
"url": "https://bugzilla.suse.com/1242739"
},
{
"category": "self",
"summary": "SUSE Bug 1242743",
"url": "https://bugzilla.suse.com/1242743"
},
{
"category": "self",
"summary": "SUSE Bug 1242744",
"url": "https://bugzilla.suse.com/1242744"
},
{
"category": "self",
"summary": "SUSE Bug 1242745",
"url": "https://bugzilla.suse.com/1242745"
},
{
"category": "self",
"summary": "SUSE Bug 1242746",
"url": "https://bugzilla.suse.com/1242746"
},
{
"category": "self",
"summary": "SUSE Bug 1242747",
"url": "https://bugzilla.suse.com/1242747"
},
{
"category": "self",
"summary": "SUSE Bug 1242749",
"url": "https://bugzilla.suse.com/1242749"
},
{
"category": "self",
"summary": "SUSE Bug 1242752",
"url": "https://bugzilla.suse.com/1242752"
},
{
"category": "self",
"summary": "SUSE Bug 1242753",
"url": "https://bugzilla.suse.com/1242753"
},
{
"category": "self",
"summary": "SUSE Bug 1242756",
"url": "https://bugzilla.suse.com/1242756"
},
{
"category": "self",
"summary": "SUSE Bug 1242759",
"url": "https://bugzilla.suse.com/1242759"
},
{
"category": "self",
"summary": "SUSE Bug 1242762",
"url": "https://bugzilla.suse.com/1242762"
},
{
"category": "self",
"summary": "SUSE Bug 1242765",
"url": "https://bugzilla.suse.com/1242765"
},
{
"category": "self",
"summary": "SUSE Bug 1242767",
"url": "https://bugzilla.suse.com/1242767"
},
{
"category": "self",
"summary": "SUSE Bug 1242778",
"url": "https://bugzilla.suse.com/1242778"
},
{
"category": "self",
"summary": "SUSE Bug 1242779",
"url": "https://bugzilla.suse.com/1242779"
},
{
"category": "self",
"summary": "SUSE Bug 1242790",
"url": "https://bugzilla.suse.com/1242790"
},
{
"category": "self",
"summary": "SUSE Bug 1242791",
"url": "https://bugzilla.suse.com/1242791"
},
{
"category": "self",
"summary": "SUSE Bug 1243047",
"url": "https://bugzilla.suse.com/1243047"
},
{
"category": "self",
"summary": "SUSE Bug 1243133",
"url": "https://bugzilla.suse.com/1243133"
},
{
"category": "self",
"summary": "SUSE Bug 1243649",
"url": "https://bugzilla.suse.com/1243649"
},
{
"category": "self",
"summary": "SUSE Bug 1243660",
"url": "https://bugzilla.suse.com/1243660"
},
{
"category": "self",
"summary": "SUSE Bug 1243737",
"url": "https://bugzilla.suse.com/1243737"
},
{
"category": "self",
"summary": "SUSE Bug 1243919",
"url": "https://bugzilla.suse.com/1243919"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-3564 page",
"url": "https://www.suse.com/security/cve/CVE-2022-3564/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-3619 page",
"url": "https://www.suse.com/security/cve/CVE-2022-3619/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-3640 page",
"url": "https://www.suse.com/security/cve/CVE-2022-3640/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49110 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49110/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49139 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49139/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49767 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49767/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49769 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49769/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49770 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49770/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49771 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49771/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49772 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49772/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49775 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49775/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49776 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49776/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49777 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49777/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49779 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49779/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49783 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49783/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49787 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49787/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49788 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49788/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49789 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49789/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49790 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49790/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49792 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49792/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49793 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49793/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49794 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49794/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49796 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49796/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49797 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49797/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49799 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49799/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49800 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49800/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49801 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49801/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49802 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49802/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49807 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49807/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49809 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49809/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49810 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49810/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49812 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49812/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49813 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49813/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49818 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49818/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49821 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49821/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49822 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49822/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49823 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49823/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49824 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49824/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49825 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49825/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49826 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49826/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49827 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49827/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49830 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49830/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49832 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49832/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49834 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49834/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49835 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49835/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49836 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49836/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49839 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49839/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49841 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49841/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49842 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49842/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49845 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49845/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49846 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49846/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49850 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49850/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49853 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49853/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49858 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49858/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49860 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49860/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49861 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49861/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49863 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49863/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49864 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49864/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49865 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49865/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49868 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49869 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49870 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49870/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49871 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49871/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49874 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49874/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49879 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49879/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49880 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49880/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49881 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49881/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49885 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49885/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49887 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49887/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49888 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49888/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49889 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49889/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49890 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49890/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49891 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49891/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49892 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49892/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49900 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49900/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49905 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49905/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49906 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49906/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49908 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49908/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49909 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49909/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49910 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49910/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49915 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49915/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49916 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49916/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49922 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49922/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49923 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49923/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49924 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49924/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49925 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49925/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49927 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49927/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49928 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49928/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49931 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49931/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-1990 page",
"url": "https://www.suse.com/security/cve/CVE-2023-1990/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53035 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53035/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53038 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53038/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53039 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53039/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53040 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53040/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53041 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53041/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53044 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53044/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53045 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53045/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53049 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53049/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53051 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53051/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53052 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53052/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53054 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53054/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53056 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53056/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53058 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53058/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53059 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53059/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53060 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53060/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53062 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53062/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53064 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53064/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53065 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53065/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53066 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53066/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53068 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53068/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53075 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53075/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53077 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53077/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53078 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53078/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53079 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53079/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53081 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53081/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53084 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53084/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53087 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53087/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53089 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53089/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53090 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53090/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53091 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53091/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53092 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53092/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53093 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53093/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53096 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53096/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53098 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53098/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53099 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53099/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53100 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53100/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53101 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53101/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53106 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53106/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53108 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53108/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53111 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53111/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53114 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53114/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53116 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53116/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53118 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53118/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53119 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53119/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53123 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53123/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53124 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53124/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53125 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53125/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53131 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53131/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53134 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53134/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53137 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53137/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53139 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53139/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53140 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53140/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53142 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53142/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53143 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53143/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53145 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53145/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-53168 page",
"url": "https://www.suse.com/security/cve/CVE-2024-53168/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-56558 page",
"url": "https://www.suse.com/security/cve/CVE-2024-56558/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-21888 page",
"url": "https://www.suse.com/security/cve/CVE-2025-21888/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-21999 page",
"url": "https://www.suse.com/security/cve/CVE-2025-21999/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22056 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22056/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22060 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22060/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-23138 page",
"url": "https://www.suse.com/security/cve/CVE-2025-23138/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-23145 page",
"url": "https://www.suse.com/security/cve/CVE-2025-23145/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-37785 page",
"url": "https://www.suse.com/security/cve/CVE-2025-37785/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-37789 page",
"url": "https://www.suse.com/security/cve/CVE-2025-37789/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-37948 page",
"url": "https://www.suse.com/security/cve/CVE-2025-37948/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-37963 page",
"url": "https://www.suse.com/security/cve/CVE-2025-37963/"
}
],
"title": "Security update for the Linux Kernel",
"tracking": {
"current_release_date": "2025-06-12T06:29:00Z",
"generator": {
"date": "2025-06-12T06:29:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:01918-1",
"initial_release_date": "2025-06-12T06:29:00Z",
"revision_history": [
{
"date": "2025-06-12T06:29:00Z",
"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.121.1.noarch",
"product": {
"name": "kernel-devel-rt-5.14.21-150400.15.121.1.noarch",
"product_id": "kernel-devel-rt-5.14.21-150400.15.121.1.noarch"
}
},
{
"category": "product_version",
"name": "kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"product": {
"name": "kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"product_id": "kernel-source-rt-5.14.21-150400.15.121.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cluster-md-kmp-rt-5.14.21-150400.15.121.1.x86_64",
"product": {
"name": "cluster-md-kmp-rt-5.14.21-150400.15.121.1.x86_64",
"product_id": "cluster-md-kmp-rt-5.14.21-150400.15.121.1.x86_64"
}
},
{
"category": "product_version",
"name": "dlm-kmp-rt-5.14.21-150400.15.121.1.x86_64",
"product": {
"name": "dlm-kmp-rt-5.14.21-150400.15.121.1.x86_64",
"product_id": "dlm-kmp-rt-5.14.21-150400.15.121.1.x86_64"
}
},
{
"category": "product_version",
"name": "gfs2-kmp-rt-5.14.21-150400.15.121.1.x86_64",
"product": {
"name": "gfs2-kmp-rt-5.14.21-150400.15.121.1.x86_64",
"product_id": "gfs2-kmp-rt-5.14.21-150400.15.121.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-rt-5.14.21-150400.15.121.1.x86_64",
"product": {
"name": "kernel-rt-5.14.21-150400.15.121.1.x86_64",
"product_id": "kernel-rt-5.14.21-150400.15.121.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-5.14.21-150400.15.121.1.x86_64",
"product": {
"name": "kernel-rt-devel-5.14.21-150400.15.121.1.x86_64",
"product_id": "kernel-rt-devel-5.14.21-150400.15.121.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-rt-extra-5.14.21-150400.15.121.1.x86_64",
"product": {
"name": "kernel-rt-extra-5.14.21-150400.15.121.1.x86_64",
"product_id": "kernel-rt-extra-5.14.21-150400.15.121.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-rt-livepatch-5.14.21-150400.15.121.1.x86_64",
"product": {
"name": "kernel-rt-livepatch-5.14.21-150400.15.121.1.x86_64",
"product_id": "kernel-rt-livepatch-5.14.21-150400.15.121.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-rt-livepatch-devel-5.14.21-150400.15.121.1.x86_64",
"product": {
"name": "kernel-rt-livepatch-devel-5.14.21-150400.15.121.1.x86_64",
"product_id": "kernel-rt-livepatch-devel-5.14.21-150400.15.121.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-rt-optional-5.14.21-150400.15.121.1.x86_64",
"product": {
"name": "kernel-rt-optional-5.14.21-150400.15.121.1.x86_64",
"product_id": "kernel-rt-optional-5.14.21-150400.15.121.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-rt_debug-5.14.21-150400.15.121.1.x86_64",
"product": {
"name": "kernel-rt_debug-5.14.21-150400.15.121.1.x86_64",
"product_id": "kernel-rt_debug-5.14.21-150400.15.121.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-rt_debug-devel-5.14.21-150400.15.121.1.x86_64",
"product": {
"name": "kernel-rt_debug-devel-5.14.21-150400.15.121.1.x86_64",
"product_id": "kernel-rt_debug-devel-5.14.21-150400.15.121.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-syms-rt-5.14.21-150400.15.121.1.x86_64",
"product": {
"name": "kernel-syms-rt-5.14.21-150400.15.121.1.x86_64",
"product_id": "kernel-syms-rt-5.14.21-150400.15.121.1.x86_64"
}
},
{
"category": "product_version",
"name": "kselftests-kmp-rt-5.14.21-150400.15.121.1.x86_64",
"product": {
"name": "kselftests-kmp-rt-5.14.21-150400.15.121.1.x86_64",
"product_id": "kselftests-kmp-rt-5.14.21-150400.15.121.1.x86_64"
}
},
{
"category": "product_version",
"name": "ocfs2-kmp-rt-5.14.21-150400.15.121.1.x86_64",
"product": {
"name": "ocfs2-kmp-rt-5.14.21-150400.15.121.1.x86_64",
"product_id": "ocfs2-kmp-rt-5.14.21-150400.15.121.1.x86_64"
}
},
{
"category": "product_version",
"name": "reiserfs-kmp-rt-5.14.21-150400.15.121.1.x86_64",
"product": {
"name": "reiserfs-kmp-rt-5.14.21-150400.15.121.1.x86_64",
"product_id": "reiserfs-kmp-rt-5.14.21-150400.15.121.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_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.121.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.121.1.x86_64"
},
"product_reference": "kernel-rt-5.14.21-150400.15.121.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-rt-5.14.21-150400.15.121.1.noarch as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
},
"product_reference": "kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"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.121.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.121.1.x86_64"
},
"product_reference": "kernel-rt-5.14.21-150400.15.121.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-rt-5.14.21-150400.15.121.1.noarch as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
},
"product_reference": "kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-3564",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-3564"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability classified as critical was found in Linux Kernel. Affected by this vulnerability is the function l2cap_reassemble_sdu of the file net/bluetooth/l2cap_core.c of the component Bluetooth. The manipulation leads to use after free. It is recommended to apply a patch to fix this issue. The associated identifier of this vulnerability is VDB-211087.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-3564",
"url": "https://www.suse.com/security/cve/CVE-2022-3564"
},
{
"category": "external",
"summary": "SUSE Bug 1206073 for CVE-2022-3564",
"url": "https://bugzilla.suse.com/1206073"
},
{
"category": "external",
"summary": "SUSE Bug 1206314 for CVE-2022-3564",
"url": "https://bugzilla.suse.com/1206314"
},
{
"category": "external",
"summary": "SUSE Bug 1208030 for CVE-2022-3564",
"url": "https://bugzilla.suse.com/1208030"
},
{
"category": "external",
"summary": "SUSE Bug 1208044 for CVE-2022-3564",
"url": "https://bugzilla.suse.com/1208044"
},
{
"category": "external",
"summary": "SUSE Bug 1208085 for CVE-2022-3564",
"url": "https://bugzilla.suse.com/1208085"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "important"
}
],
"title": "CVE-2022-3564"
},
{
"cve": "CVE-2022-3619",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-3619"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been found in Linux Kernel and classified as problematic. This vulnerability affects the function l2cap_recv_acldata of the file net/bluetooth/l2cap_core.c of the component Bluetooth. The manipulation leads to memory leak. It is recommended to apply a patch to fix this issue. VDB-211918 is the identifier assigned to this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-3619",
"url": "https://www.suse.com/security/cve/CVE-2022-3619"
},
{
"category": "external",
"summary": "SUSE Bug 1204569 for CVE-2022-3619",
"url": "https://bugzilla.suse.com/1204569"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-3619"
},
{
"cve": "CVE-2022-3640",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-3640"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability, which was classified as critical, was found in Linux Kernel. Affected is the function l2cap_conn_del of the file net/bluetooth/l2cap_core.c of the component Bluetooth. The manipulation leads to use after free. It is recommended to apply a patch to fix this issue. The identifier of this vulnerability is VDB-211944.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-3640",
"url": "https://www.suse.com/security/cve/CVE-2022-3640"
},
{
"category": "external",
"summary": "SUSE Bug 1204619 for CVE-2022-3640",
"url": "https://bugzilla.suse.com/1204619"
},
{
"category": "external",
"summary": "SUSE Bug 1204624 for CVE-2022-3640",
"url": "https://bugzilla.suse.com/1204624"
},
{
"category": "external",
"summary": "SUSE Bug 1209225 for CVE-2022-3640",
"url": "https://bugzilla.suse.com/1209225"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "important"
}
],
"title": "CVE-2022-3640"
},
{
"cve": "CVE-2022-49110",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49110"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: conntrack: revisit gc autotuning\n\nas of commit 4608fdfc07e1\n(\"netfilter: conntrack: collect all entries in one cycle\")\nconntrack gc was changed to run every 2 minutes.\n\nOn systems where conntrack hash table is set to large value, most evictions\nhappen from gc worker rather than the packet path due to hash table\ndistribution.\n\nThis causes netlink event overflows when events are collected.\n\nThis change collects average expiry of scanned entries and\nreschedules to the average remaining value, within 1 to 60 second interval.\n\nTo avoid event overflows, reschedule after each bucket and add a\nlimit for both run time and number of evictions per run.\n\nIf more entries have to be evicted, reschedule and restart 1 jiffy\ninto the future.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49110",
"url": "https://www.suse.com/security/cve/CVE-2022-49110"
},
{
"category": "external",
"summary": "SUSE Bug 1237981 for CVE-2022-49110",
"url": "https://bugzilla.suse.com/1237981"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49110"
},
{
"cve": "CVE-2022-49139",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49139"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: fix null ptr deref on hci_sync_conn_complete_evt\n\nThis event is just specified for SCO and eSCO link types.\nOn the reception of a HCI_Synchronous_Connection_Complete for a BDADDR\nof an existing LE connection, LE link type and a status that triggers the\nsecond case of the packet processing a NULL pointer dereference happens,\nas conn-\u003elink is NULL.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49139",
"url": "https://www.suse.com/security/cve/CVE-2022-49139"
},
{
"category": "external",
"summary": "SUSE Bug 1238032 for CVE-2022-49139",
"url": "https://bugzilla.suse.com/1238032"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49139"
},
{
"cve": "CVE-2022-49767",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49767"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\n9p/trans_fd: always use O_NONBLOCK read/write\n\nsyzbot is reporting hung task at p9_fd_close() [1], for p9_mux_poll_stop()\n from p9_conn_destroy() from p9_fd_close() is failing to interrupt already\nstarted kernel_read() from p9_fd_read() from p9_read_work() and/or\nkernel_write() from p9_fd_write() from p9_write_work() requests.\n\nSince p9_socket_open() sets O_NONBLOCK flag, p9_mux_poll_stop() does not\nneed to interrupt kernel_read()/kernel_write(). However, since p9_fd_open()\ndoes not set O_NONBLOCK flag, but pipe blocks unless signal is pending,\np9_mux_poll_stop() needs to interrupt kernel_read()/kernel_write() when\nthe file descriptor refers to a pipe. In other words, pipe file descriptor\nneeds to be handled as if socket file descriptor.\n\nWe somehow need to interrupt kernel_read()/kernel_write() on pipes.\n\nA minimal change, which this patch is doing, is to set O_NONBLOCK flag\n from p9_fd_open(), for O_NONBLOCK flag does not affect reading/writing\nof regular files. But this approach changes O_NONBLOCK flag on userspace-\nsupplied file descriptors (which might break userspace programs), and\nO_NONBLOCK flag could be changed by userspace. It would be possible to set\nO_NONBLOCK flag every time p9_fd_read()/p9_fd_write() is invoked, but still\nremains small race window for clearing O_NONBLOCK flag.\n\nIf we don\u0027t want to manipulate O_NONBLOCK flag, we might be able to\nsurround kernel_read()/kernel_write() with set_thread_flag(TIF_SIGPENDING)\nand recalc_sigpending(). Since p9_read_work()/p9_write_work() works are\nprocessed by kernel threads which process global system_wq workqueue,\nsignals could not be delivered from remote threads when p9_mux_poll_stop()\n from p9_conn_destroy() from p9_fd_close() is called. Therefore, calling\nset_thread_flag(TIF_SIGPENDING)/recalc_sigpending() every time would be\nneeded if we count on signals for making kernel_read()/kernel_write()\nnon-blocking.\n\n[Dominique: add comment at Christian\u0027s suggestion]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49767",
"url": "https://www.suse.com/security/cve/CVE-2022-49767"
},
{
"category": "external",
"summary": "SUSE Bug 1242493 for CVE-2022-49767",
"url": "https://bugzilla.suse.com/1242493"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49767"
},
{
"cve": "CVE-2022-49769",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49769"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ngfs2: Check sb_bsize_shift after reading superblock\n\nFuzzers like to scribble over sb_bsize_shift but in reality it\u0027s very\nunlikely that this field would be corrupted on its own. Nevertheless it\nshould be checked to avoid the possibility of messy mount errors due to\nbad calculations. It\u0027s always a fixed value based on the block size so\nwe can just check that it\u0027s the expected value.\n\nTested with:\n\n mkfs.gfs2 -O -p lock_nolock /dev/vdb\n for i in 0 -1 64 65 32 33; do\n gfs2_edit -p sb field sb_bsize_shift $i /dev/vdb\n mount /dev/vdb /mnt/test \u0026\u0026 umount /mnt/test\n done\n\nBefore this patch we get a withdraw after\n\n[ 76.413681] gfs2: fsid=loop0.0: fatal: invalid metadata block\n[ 76.413681] bh = 19 (type: exp=5, found=4)\n[ 76.413681] function = gfs2_meta_buffer, file = fs/gfs2/meta_io.c, line = 492\n\nand with UBSAN configured we also get complaints like\n\n[ 76.373395] UBSAN: shift-out-of-bounds in fs/gfs2/ops_fstype.c:295:19\n[ 76.373815] shift exponent 4294967287 is too large for 64-bit type \u0027long unsigned int\u0027\n\nAfter the patch, these complaints don\u0027t appear, mount fails immediately\nand we get an explanation in dmesg.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49769",
"url": "https://www.suse.com/security/cve/CVE-2022-49769"
},
{
"category": "external",
"summary": "SUSE Bug 1242440 for CVE-2022-49769",
"url": "https://bugzilla.suse.com/1242440"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49769"
},
{
"cve": "CVE-2022-49770",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49770"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nceph: avoid putting the realm twice when decoding snaps fails\n\nWhen decoding the snaps fails it maybe leaving the \u0027first_realm\u0027\nand \u0027realm\u0027 pointing to the same snaprealm memory. And then it\u0027ll\nput it twice and could cause random use-after-free, BUG_ON, etc\nissues.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49770",
"url": "https://www.suse.com/security/cve/CVE-2022-49770"
},
{
"category": "external",
"summary": "SUSE Bug 1242597 for CVE-2022-49770",
"url": "https://bugzilla.suse.com/1242597"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49770"
},
{
"cve": "CVE-2022-49771",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49771"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndm ioctl: fix misbehavior if list_versions races with module loading\n\n__list_versions will first estimate the required space using the\n\"dm_target_iterate(list_version_get_needed, \u0026needed)\" call and then will\nfill the space using the \"dm_target_iterate(list_version_get_info,\n\u0026iter_info)\" call. Each of these calls locks the targets using the\n\"down_read(\u0026_lock)\" and \"up_read(\u0026_lock)\" calls, however between the first\nand second \"dm_target_iterate\" there is no lock held and the target\nmodules can be loaded at this point, so the second \"dm_target_iterate\"\ncall may need more space than what was the first \"dm_target_iterate\"\nreturned.\n\nThe code tries to handle this overflow (see the beginning of\nlist_version_get_info), however this handling is incorrect.\n\nThe code sets \"param-\u003edata_size = param-\u003edata_start + needed\" and\n\"iter_info.end = (char *)vers+len\" - \"needed\" is the size returned by the\nfirst dm_target_iterate call; \"len\" is the size of the buffer allocated by\nuserspace.\n\n\"len\" may be greater than \"needed\"; in this case, the code will write up\nto \"len\" bytes into the buffer, however param-\u003edata_size is set to\n\"needed\", so it may write data past the param-\u003edata_size value. The ioctl\ninterface copies only up to param-\u003edata_size into userspace, thus part of\nthe result will be truncated.\n\nFix this bug by setting \"iter_info.end = (char *)vers + needed;\" - this\nguarantees that the second \"dm_target_iterate\" call will write only up to\nthe \"needed\" buffer and it will exit with \"DM_BUFFER_FULL_FLAG\" if it\noverflows the \"needed\" space - in this case, userspace will allocate a\nlarger buffer and retry.\n\nNote that there is also a bug in list_version_get_needed - we need to add\n\"strlen(tt-\u003ename) + 1\" to the needed size, not \"strlen(tt-\u003ename)\".",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49771",
"url": "https://www.suse.com/security/cve/CVE-2022-49771"
},
{
"category": "external",
"summary": "SUSE Bug 1242686 for CVE-2022-49771",
"url": "https://bugzilla.suse.com/1242686"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49771"
},
{
"cve": "CVE-2022-49772",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49772"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: usb-audio: Drop snd_BUG_ON() from snd_usbmidi_output_open()\n\nsnd_usbmidi_output_open() has a check of the NULL port with\nsnd_BUG_ON(). snd_BUG_ON() was used as this shouldn\u0027t have happened,\nbut in reality, the NULL port may be seen when the device gives an\ninvalid endpoint setup at the descriptor, hence the driver skips the\nallocation. That is, the check itself is valid and snd_BUG_ON()\nshould be dropped from there. Otherwise it\u0027s confusing as if it were\na real bug, as recently syzbot stumbled on it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49772",
"url": "https://www.suse.com/security/cve/CVE-2022-49772"
},
{
"category": "external",
"summary": "SUSE Bug 1242147 for CVE-2022-49772",
"url": "https://bugzilla.suse.com/1242147"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49772"
},
{
"cve": "CVE-2022-49775",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49775"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntcp: cdg: allow tcp_cdg_release() to be called multiple times\n\nApparently, mptcp is able to call tcp_disconnect() on an already\ndisconnected flow. This is generally fine, unless current congestion\ncontrol is CDG, because it might trigger a double-free [1]\n\nInstead of fixing MPTCP, and future bugs, we can make tcp_disconnect()\nmore resilient.\n\n[1]\nBUG: KASAN: double-free in slab_free mm/slub.c:3539 [inline]\nBUG: KASAN: double-free in kfree+0xe2/0x580 mm/slub.c:4567\n\nCPU: 0 PID: 3645 Comm: kworker/0:7 Not tainted 6.0.0-syzkaller-02734-g0326074ff465 #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 09/22/2022\nWorkqueue: events mptcp_worker\nCall Trace:\n\u003cTASK\u003e\n__dump_stack lib/dump_stack.c:88 [inline]\ndump_stack_lvl+0xcd/0x134 lib/dump_stack.c:106\nprint_address_description mm/kasan/report.c:317 [inline]\nprint_report.cold+0x2ba/0x719 mm/kasan/report.c:433\nkasan_report_invalid_free+0x81/0x190 mm/kasan/report.c:462\n____kasan_slab_free+0x18b/0x1c0 mm/kasan/common.c:356\nkasan_slab_free include/linux/kasan.h:200 [inline]\nslab_free_hook mm/slub.c:1759 [inline]\nslab_free_freelist_hook+0x8b/0x1c0 mm/slub.c:1785\nslab_free mm/slub.c:3539 [inline]\nkfree+0xe2/0x580 mm/slub.c:4567\ntcp_disconnect+0x980/0x1e20 net/ipv4/tcp.c:3145\n__mptcp_close_ssk+0x5ca/0x7e0 net/mptcp/protocol.c:2327\nmptcp_do_fastclose net/mptcp/protocol.c:2592 [inline]\nmptcp_worker+0x78c/0xff0 net/mptcp/protocol.c:2627\nprocess_one_work+0x991/0x1610 kernel/workqueue.c:2289\nworker_thread+0x665/0x1080 kernel/workqueue.c:2436\nkthread+0x2e4/0x3a0 kernel/kthread.c:376\nret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:306\n\u003c/TASK\u003e\n\nAllocated by task 3671:\nkasan_save_stack+0x1e/0x40 mm/kasan/common.c:38\nkasan_set_track mm/kasan/common.c:45 [inline]\nset_alloc_info mm/kasan/common.c:437 [inline]\n____kasan_kmalloc mm/kasan/common.c:516 [inline]\n____kasan_kmalloc mm/kasan/common.c:475 [inline]\n__kasan_kmalloc+0xa9/0xd0 mm/kasan/common.c:525\nkmalloc_array include/linux/slab.h:640 [inline]\nkcalloc include/linux/slab.h:671 [inline]\ntcp_cdg_init+0x10d/0x170 net/ipv4/tcp_cdg.c:380\ntcp_init_congestion_control+0xab/0x550 net/ipv4/tcp_cong.c:193\ntcp_reinit_congestion_control net/ipv4/tcp_cong.c:217 [inline]\ntcp_set_congestion_control+0x96c/0xaa0 net/ipv4/tcp_cong.c:391\ndo_tcp_setsockopt+0x505/0x2320 net/ipv4/tcp.c:3513\ntcp_setsockopt+0xd4/0x100 net/ipv4/tcp.c:3801\nmptcp_setsockopt+0x35f/0x2570 net/mptcp/sockopt.c:844\n__sys_setsockopt+0x2d6/0x690 net/socket.c:2252\n__do_sys_setsockopt net/socket.c:2263 [inline]\n__se_sys_setsockopt net/socket.c:2260 [inline]\n__x64_sys_setsockopt+0xba/0x150 net/socket.c:2260\ndo_syscall_x64 arch/x86/entry/common.c:50 [inline]\ndo_syscall_64+0x35/0xb0 arch/x86/entry/common.c:80\nentry_SYSCALL_64_after_hwframe+0x63/0xcd\n\nFreed by task 16:\nkasan_save_stack+0x1e/0x40 mm/kasan/common.c:38\nkasan_set_track+0x21/0x30 mm/kasan/common.c:45\nkasan_set_free_info+0x20/0x30 mm/kasan/generic.c:370\n____kasan_slab_free mm/kasan/common.c:367 [inline]\n____kasan_slab_free+0x166/0x1c0 mm/kasan/common.c:329\nkasan_slab_free include/linux/kasan.h:200 [inline]\nslab_free_hook mm/slub.c:1759 [inline]\nslab_free_freelist_hook+0x8b/0x1c0 mm/slub.c:1785\nslab_free mm/slub.c:3539 [inline]\nkfree+0xe2/0x580 mm/slub.c:4567\ntcp_cleanup_congestion_control+0x70/0x120 net/ipv4/tcp_cong.c:226\ntcp_v4_destroy_sock+0xdd/0x750 net/ipv4/tcp_ipv4.c:2254\ntcp_v6_destroy_sock+0x11/0x20 net/ipv6/tcp_ipv6.c:1969\ninet_csk_destroy_sock+0x196/0x440 net/ipv4/inet_connection_sock.c:1157\ntcp_done+0x23b/0x340 net/ipv4/tcp.c:4649\ntcp_rcv_state_process+0x40e7/0x4990 net/ipv4/tcp_input.c:6624\ntcp_v6_do_rcv+0x3fc/0x13c0 net/ipv6/tcp_ipv6.c:1525\ntcp_v6_rcv+0x2e8e/0x3830 net/ipv6/tcp_ipv6.c:1759\nip6_protocol_deliver_rcu+0x2db/0x1950 net/ipv6/ip6_input.c:439\nip6_input_finish+0x14c/0x2c0 net/ipv6/ip6_input.c:484\nNF_HOOK include/linux/netfilter.h:302 [inline]\nNF_HOOK include/linux/netfilter.h:296 [inline]\nip6_input+0x9c/0xd\n---truncated---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49775",
"url": "https://www.suse.com/security/cve/CVE-2022-49775"
},
{
"category": "external",
"summary": "SUSE Bug 1242245 for CVE-2022-49775",
"url": "https://bugzilla.suse.com/1242245"
},
{
"category": "external",
"summary": "SUSE Bug 1242257 for CVE-2022-49775",
"url": "https://bugzilla.suse.com/1242257"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "important"
}
],
"title": "CVE-2022-49775"
},
{
"cve": "CVE-2022-49776",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49776"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmacvlan: enforce a consistent minimal mtu\n\nmacvlan should enforce a minimal mtu of 68, even at link creation.\n\nThis patch avoids the current behavior (which could lead to crashes\nin ipv6 stack if the link is brought up)\n\n$ ip link add macvlan1 link eno1 mtu 8 type macvlan # This should fail !\n$ ip link sh dev macvlan1\n5: macvlan1@eno1: \u003cBROADCAST,MULTICAST\u003e mtu 8 qdisc noop\n state DOWN mode DEFAULT group default qlen 1000\n link/ether 02:47:6c:24:74:82 brd ff:ff:ff:ff:ff:ff\n$ ip link set macvlan1 mtu 67\nError: mtu less than device minimum.\n$ ip link set macvlan1 mtu 68\n$ ip link set macvlan1 mtu 8\nError: mtu less than device minimum.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49776",
"url": "https://www.suse.com/security/cve/CVE-2022-49776"
},
{
"category": "external",
"summary": "SUSE Bug 1242248 for CVE-2022-49776",
"url": "https://bugzilla.suse.com/1242248"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49776"
},
{
"cve": "CVE-2022-49777",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49777"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nInput: i8042 - fix leaking of platform device on module removal\n\nAvoid resetting the module-wide i8042_platform_device pointer in\ni8042_probe() or i8042_remove(), so that the device can be properly\ndestroyed by i8042_exit() on module unload.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49777",
"url": "https://www.suse.com/security/cve/CVE-2022-49777"
},
{
"category": "external",
"summary": "SUSE Bug 1242232 for CVE-2022-49777",
"url": "https://bugzilla.suse.com/1242232"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49777"
},
{
"cve": "CVE-2022-49779",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49779"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nkprobes: Skip clearing aggrprobe\u0027s post_handler in kprobe-on-ftrace case\n\nIn __unregister_kprobe_top(), if the currently unregistered probe has\npost_handler but other child probes of the aggrprobe do not have\npost_handler, the post_handler of the aggrprobe is cleared. If this is\na ftrace-based probe, there is a problem. In later calls to\ndisarm_kprobe(), we will use kprobe_ftrace_ops because post_handler is\nNULL. But we\u0027re armed with kprobe_ipmodify_ops. This triggers a WARN in\n__disarm_kprobe_ftrace() and may even cause use-after-free:\n\n Failed to disarm kprobe-ftrace at kernel_clone+0x0/0x3c0 (error -2)\n WARNING: CPU: 5 PID: 137 at kernel/kprobes.c:1135 __disarm_kprobe_ftrace.isra.21+0xcf/0xe0\n Modules linked in: testKprobe_007(-)\n CPU: 5 PID: 137 Comm: rmmod Not tainted 6.1.0-rc4-dirty #18\n [...]\n Call Trace:\n \u003cTASK\u003e\n __disable_kprobe+0xcd/0xe0\n __unregister_kprobe_top+0x12/0x150\n ? mutex_lock+0xe/0x30\n unregister_kprobes.part.23+0x31/0xa0\n unregister_kprobe+0x32/0x40\n __x64_sys_delete_module+0x15e/0x260\n ? do_user_addr_fault+0x2cd/0x6b0\n do_syscall_64+0x3a/0x90\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\n [...]\n\nFor the kprobe-on-ftrace case, we keep the post_handler setting to\nidentify this aggrprobe armed with kprobe_ipmodify_ops. This way we\ncan disarm it correctly.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49779",
"url": "https://www.suse.com/security/cve/CVE-2022-49779"
},
{
"category": "external",
"summary": "SUSE Bug 1242261 for CVE-2022-49779",
"url": "https://bugzilla.suse.com/1242261"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49779"
},
{
"cve": "CVE-2022-49783",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49783"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nx86/fpu: Drop fpregs lock before inheriting FPU permissions\n\nMike Galbraith reported the following against an old fork of preempt-rt\nbut the same issue also applies to the current preempt-rt tree.\n\n BUG: sleeping function called from invalid context at kernel/locking/spinlock_rt.c:46\n in_atomic(): 1, irqs_disabled(): 0, non_block: 0, pid: 1, name: systemd\n preempt_count: 1, expected: 0\n RCU nest depth: 0, expected: 0\n Preemption disabled at:\n fpu_clone\n CPU: 6 PID: 1 Comm: systemd Tainted: G E (unreleased)\n Call Trace:\n \u003cTASK\u003e\n dump_stack_lvl\n ? fpu_clone\n __might_resched\n rt_spin_lock\n fpu_clone\n ? copy_thread\n ? copy_process\n ? shmem_alloc_inode\n ? kmem_cache_alloc\n ? kernel_clone\n ? __do_sys_clone\n ? do_syscall_64\n ? __x64_sys_rt_sigprocmask\n ? syscall_exit_to_user_mode\n ? do_syscall_64\n ? syscall_exit_to_user_mode\n ? do_syscall_64\n ? syscall_exit_to_user_mode\n ? do_syscall_64\n ? exc_page_fault\n ? entry_SYSCALL_64_after_hwframe\n \u003c/TASK\u003e\n\nMike says:\n\n The splat comes from fpu_inherit_perms() being called under fpregs_lock(),\n and us reaching the spin_lock_irq() therein due to fpu_state_size_dynamic()\n returning true despite static key __fpu_state_size_dynamic having never\n been enabled.\n\nMike\u0027s assessment looks correct. fpregs_lock on a PREEMPT_RT kernel disables\npreemption so calling spin_lock_irq() in fpu_inherit_perms() is unsafe. This\nproblem exists since commit\n\n 9e798e9aa14c (\"x86/fpu: Prepare fpu_clone() for dynamically enabled features\").\n\nEven though the original bug report should not have enabled the paths at\nall, the bug still exists.\n\nfpregs_lock is necessary when editing the FPU registers or a task\u0027s FP\nstate but it is not necessary for fpu_inherit_perms(). The only write\nof any FP state in fpu_inherit_perms() is for the new child which is\nnot running yet and cannot context switch or be borrowed by a kernel\nthread yet. Hence, fpregs_lock is not protecting anything in the new\nchild until clone() completes and can be dropped earlier. The siglock\nstill needs to be acquired by fpu_inherit_perms() as the read of the\nparent\u0027s permissions has to be serialised.\n\n [ bp: Cleanup splat. ]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49783",
"url": "https://www.suse.com/security/cve/CVE-2022-49783"
},
{
"category": "external",
"summary": "SUSE Bug 1242312 for CVE-2022-49783",
"url": "https://bugzilla.suse.com/1242312"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49783"
},
{
"cve": "CVE-2022-49787",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49787"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put()\n\npci_get_device() will increase the reference count for the returned\npci_dev. We need to use pci_dev_put() to decrease the reference count\nbefore amd_probe() returns. There is no problem for the \u0027smbus_dev ==\nNULL\u0027 branch because pci_dev_put() can also handle the NULL input\nparameter case.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49787",
"url": "https://www.suse.com/security/cve/CVE-2022-49787"
},
{
"category": "external",
"summary": "SUSE Bug 1242352 for CVE-2022-49787",
"url": "https://bugzilla.suse.com/1242352"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49787"
},
{
"cve": "CVE-2022-49788",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49788"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmisc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram()\n\n`struct vmci_event_qp` allocated by qp_notify_peer() contains padding,\nwhich may carry uninitialized data to the userspace, as observed by\nKMSAN:\n\n BUG: KMSAN: kernel-infoleak in instrument_copy_to_user ./include/linux/instrumented.h:121\n instrument_copy_to_user ./include/linux/instrumented.h:121\n _copy_to_user+0x5f/0xb0 lib/usercopy.c:33\n copy_to_user ./include/linux/uaccess.h:169\n vmci_host_do_receive_datagram drivers/misc/vmw_vmci/vmci_host.c:431\n vmci_host_unlocked_ioctl+0x33d/0x43d0 drivers/misc/vmw_vmci/vmci_host.c:925\n vfs_ioctl fs/ioctl.c:51\n ...\n\n Uninit was stored to memory at:\n kmemdup+0x74/0xb0 mm/util.c:131\n dg_dispatch_as_host drivers/misc/vmw_vmci/vmci_datagram.c:271\n vmci_datagram_dispatch+0x4f8/0xfc0 drivers/misc/vmw_vmci/vmci_datagram.c:339\n qp_notify_peer+0x19a/0x290 drivers/misc/vmw_vmci/vmci_queue_pair.c:1479\n qp_broker_attach drivers/misc/vmw_vmci/vmci_queue_pair.c:1662\n qp_broker_alloc+0x2977/0x2f30 drivers/misc/vmw_vmci/vmci_queue_pair.c:1750\n vmci_qp_broker_alloc+0x96/0xd0 drivers/misc/vmw_vmci/vmci_queue_pair.c:1940\n vmci_host_do_alloc_queuepair drivers/misc/vmw_vmci/vmci_host.c:488\n vmci_host_unlocked_ioctl+0x24fd/0x43d0 drivers/misc/vmw_vmci/vmci_host.c:927\n ...\n\n Local variable ev created at:\n qp_notify_peer+0x54/0x290 drivers/misc/vmw_vmci/vmci_queue_pair.c:1456\n qp_broker_attach drivers/misc/vmw_vmci/vmci_queue_pair.c:1662\n qp_broker_alloc+0x2977/0x2f30 drivers/misc/vmw_vmci/vmci_queue_pair.c:1750\n\n Bytes 28-31 of 48 are uninitialized\n Memory access of size 48 starts at ffff888035155e00\n Data copied to user address 0000000020000100\n\nUse memset() to prevent the infoleaks.\n\nAlso speculatively fix qp_notify_peer_local(), which may suffer from the\nsame problem.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49788",
"url": "https://www.suse.com/security/cve/CVE-2022-49788"
},
{
"category": "external",
"summary": "SUSE Bug 1242353 for CVE-2022-49788",
"url": "https://bugzilla.suse.com/1242353"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49788"
},
{
"cve": "CVE-2022-49789",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49789"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: zfcp: Fix double free of FSF request when qdio send fails\n\nWe used to use the wrong type of integer in \u0027zfcp_fsf_req_send()\u0027 to cache\nthe FSF request ID when sending a new FSF request. This is used in case the\nsending fails and we need to remove the request from our internal hash\ntable again (so we don\u0027t keep an invalid reference and use it when we free\nthe request again).\n\nIn \u0027zfcp_fsf_req_send()\u0027 we used to cache the ID as \u0027int\u0027 (signed and 32\nbit wide), but the rest of the zfcp code (and the firmware specification)\nhandles the ID as \u0027unsigned long\u0027/\u0027u64\u0027 (unsigned and 64 bit wide [s390x\nELF ABI]). For one this has the obvious problem that when the ID grows\npast 32 bit (this can happen reasonably fast) it is truncated to 32 bit\nwhen storing it in the cache variable and so doesn\u0027t match the original ID\nanymore. The second less obvious problem is that even when the original ID\nhas not yet grown past 32 bit, as soon as the 32nd bit is set in the\noriginal ID (0x80000000 = 2\u0027147\u0027483\u0027648) we will have a mismatch when we\ncast it back to \u0027unsigned long\u0027. As the cached variable is of a signed\ntype, the compiler will choose a sign-extending instruction to load the 32\nbit variable into a 64 bit register (e.g.: \u0027lgf %r11,188(%r15)\u0027). So once\nwe pass the cached variable into \u0027zfcp_reqlist_find_rm()\u0027 to remove the\nrequest again all the leading zeros will be flipped to ones to extend the\nsign and won\u0027t match the original ID anymore (this has been observed in\npractice).\n\nIf we can\u0027t successfully remove the request from the hash table again after\n\u0027zfcp_qdio_send()\u0027 fails (this happens regularly when zfcp cannot notify\nthe adapter about new work because the adapter is already gone during\ne.g. a ChpID toggle) we will end up with a double free. We unconditionally\nfree the request in the calling function when \u0027zfcp_fsf_req_send()\u0027 fails,\nbut because the request is still in the hash table we end up with a stale\nmemory reference, and once the zfcp adapter is either reset during recovery\nor shutdown we end up freeing the same memory twice.\n\nThe resulting stack traces vary depending on the kernel and have no direct\ncorrelation to the place where the bug occurs. Here are three examples that\nhave been seen in practice:\n\n list_del corruption. next-\u003eprev should be 00000001b9d13800, but was 00000000dead4ead. (next=00000001bd131a00)\n ------------[ cut here ]------------\n kernel BUG at lib/list_debug.c:62!\n monitor event: 0040 ilc:2 [#1] PREEMPT SMP\n Modules linked in: ...\n CPU: 9 PID: 1617 Comm: zfcperp0.0.1740 Kdump: loaded\n Hardware name: ...\n Krnl PSW : 0704d00180000000 00000003cbeea1f8 (__list_del_entry_valid+0x98/0x140)\n R:0 T:1 IO:1 EX:1 Key:0 M:1 W:0 P:0 AS:3 CC:1 PM:0 RI:0 EA:3\n Krnl GPRS: 00000000916d12f1 0000000080000000 000000000000006d 00000003cb665cd6\n 0000000000000001 0000000000000000 0000000000000000 00000000d28d21e8\n 00000000d3844000 00000380099efd28 00000001bd131a00 00000001b9d13800\n 00000000d3290100 0000000000000000 00000003cbeea1f4 00000380099efc70\n Krnl Code: 00000003cbeea1e8: c020004f68a7 larl %r2,00000003cc8d7336\n 00000003cbeea1ee: c0e50027fd65 brasl %r14,00000003cc3e9cb8\n #00000003cbeea1f4: af000000 mc 0,0\n \u003e00000003cbeea1f8: c02000920440 larl %r2,00000003cd12aa78\n 00000003cbeea1fe: c0e500289c25 brasl %r14,00000003cc3fda48\n 00000003cbeea204: b9040043 lgr %r4,%r3\n 00000003cbeea208: b9040051 lgr %r5,%r1\n 00000003cbeea20c: b9040032 lgr %r3,%r2\n Call Trace:\n [\u003c00000003cbeea1f8\u003e] __list_del_entry_valid+0x98/0x140\n ([\u003c00000003cbeea1f4\u003e] __list_del_entry_valid+0x94/0x140)\n [\u003c000003ff7ff502fe\u003e] zfcp_fsf_req_dismiss_all+0xde/0x150 [zfcp]\n [\u003c000003ff7ff49cd0\u003e] zfcp_erp_strategy_do_action+0x160/0x280 [zfcp]\n---truncated---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49789",
"url": "https://www.suse.com/security/cve/CVE-2022-49789"
},
{
"category": "external",
"summary": "SUSE Bug 1242366 for CVE-2022-49789",
"url": "https://bugzilla.suse.com/1242366"
},
{
"category": "external",
"summary": "SUSE Bug 1242376 for CVE-2022-49789",
"url": "https://bugzilla.suse.com/1242376"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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 Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "important"
}
],
"title": "CVE-2022-49789"
},
{
"cve": "CVE-2022-49790",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49790"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nInput: iforce - invert valid length check when fetching device IDs\n\nsyzbot is reporting uninitialized value at iforce_init_device() [1], for\ncommit 6ac0aec6b0a6 (\"Input: iforce - allow callers supply data buffer\nwhen fetching device IDs\") is checking that valid length is shorter than\nbytes to read. Since iforce_get_id_packet() stores valid length when\nreturning 0, the caller needs to check that valid length is longer than or\nequals to bytes to read.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49790",
"url": "https://www.suse.com/security/cve/CVE-2022-49790"
},
{
"category": "external",
"summary": "SUSE Bug 1242387 for CVE-2022-49790",
"url": "https://bugzilla.suse.com/1242387"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49790"
},
{
"cve": "CVE-2022-49792",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49792"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niio: adc: mp2629: fix potential array out of bound access\n\nAdd sentinel at end of maps to avoid potential array out of\nbound access in iio core.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49792",
"url": "https://www.suse.com/security/cve/CVE-2022-49792"
},
{
"category": "external",
"summary": "SUSE Bug 1242389 for CVE-2022-49792",
"url": "https://bugzilla.suse.com/1242389"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49792"
},
{
"cve": "CVE-2022-49793",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49793"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niio: trigger: sysfs: fix possible memory leak in iio_sysfs_trig_init()\n\ndev_set_name() allocates memory for name, it need be freed\nwhen device_add() fails, call put_device() to give up the\nreference that hold in device_initialize(), so that it can\nbe freed in kobject_cleanup() when the refcount hit to 0.\n\nFault injection test can trigger this:\n\nunreferenced object 0xffff8e8340a7b4c0 (size 32):\n comm \"modprobe\", pid 243, jiffies 4294678145 (age 48.845s)\n hex dump (first 32 bytes):\n 69 69 6f 5f 73 79 73 66 73 5f 74 72 69 67 67 65 iio_sysfs_trigge\n 72 00 a7 40 83 8e ff ff 00 86 13 c4 f6 ee ff ff r..@............\n backtrace:\n [\u003c0000000074999de8\u003e] __kmem_cache_alloc_node+0x1e9/0x360\n [\u003c00000000497fd30b\u003e] __kmalloc_node_track_caller+0x44/0x1a0\n [\u003c000000003636c520\u003e] kstrdup+0x2d/0x60\n [\u003c0000000032f84da2\u003e] kobject_set_name_vargs+0x1e/0x90\n [\u003c0000000092efe493\u003e] dev_set_name+0x4e/0x70",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49793",
"url": "https://www.suse.com/security/cve/CVE-2022-49793"
},
{
"category": "external",
"summary": "SUSE Bug 1242391 for CVE-2022-49793",
"url": "https://bugzilla.suse.com/1242391"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49793"
},
{
"cve": "CVE-2022-49794",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49794"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niio: adc: at91_adc: fix possible memory leak in at91_adc_allocate_trigger()\n\nIf iio_trigger_register() returns error, it should call iio_trigger_free()\nto give up the reference that hold in iio_trigger_alloc(), so that it can\ncall iio_trig_release() to free memory when the refcount hit to 0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49794",
"url": "https://www.suse.com/security/cve/CVE-2022-49794"
},
{
"category": "external",
"summary": "SUSE Bug 1242392 for CVE-2022-49794",
"url": "https://bugzilla.suse.com/1242392"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49794"
},
{
"cve": "CVE-2022-49796",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49796"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_gen_test_exit()\n\nWhen test_gen_kprobe_cmd() failed after kprobe_event_gen_cmd_end(), it\nwill goto delete, which will call kprobe_event_delete() and release the\ncorresponding resource. However, the trace_array in gen_kretprobe_test\nwill point to the invalid resource. Set gen_kretprobe_test to NULL\nafter called kprobe_event_delete() to prevent null-ptr-deref.\n\nBUG: kernel NULL pointer dereference, address: 0000000000000070\nPGD 0 P4D 0\nOops: 0000 [#1] SMP PTI\nCPU: 0 PID: 246 Comm: modprobe Tainted: G W\n6.1.0-rc1-00174-g9522dc5c87da-dirty #248\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS\nrel-1.15.0-0-g2dd4b9b3f840-prebuilt.qemu.org 04/01/2014\nRIP: 0010:__ftrace_set_clr_event_nolock+0x53/0x1b0\nCode: e8 82 26 fc ff 49 8b 1e c7 44 24 0c ea ff ff ff 49 39 de 0f 84 3c\n01 00 00 c7 44 24 18 00 00 00 00 e8 61 26 fc ff 48 8b 6b 10 \u003c44\u003e 8b 65\n70 4c 8b 6d 18 41 f7 c4 00 02 00 00 75 2f\nRSP: 0018:ffffc9000159fe00 EFLAGS: 00010293\nRAX: 0000000000000000 RBX: ffff88810971d268 RCX: 0000000000000000\nRDX: ffff8881080be600 RSI: ffffffff811b48ff RDI: ffff88810971d058\nRBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000001\nR10: ffffc9000159fe58 R11: 0000000000000001 R12: ffffffffa0001064\nR13: ffffffffa000106c R14: ffff88810971d238 R15: 0000000000000000\nFS: 00007f89eeff6540(0000) GS:ffff88813b600000(0000)\nknlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 0000000000000070 CR3: 000000010599e004 CR4: 0000000000330ef0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nCall Trace:\n \u003cTASK\u003e\n __ftrace_set_clr_event+0x3e/0x60\n trace_array_set_clr_event+0x35/0x50\n ? 0xffffffffa0000000\n kprobe_event_gen_test_exit+0xcd/0x10b [kprobe_event_gen_test]\n __x64_sys_delete_module+0x206/0x380\n ? lockdep_hardirqs_on_prepare+0xd8/0x190\n ? syscall_enter_from_user_mode+0x1c/0x50\n do_syscall_64+0x3f/0x90\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\nRIP: 0033:0x7f89eeb061b7",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49796",
"url": "https://www.suse.com/security/cve/CVE-2022-49796"
},
{
"category": "external",
"summary": "SUSE Bug 1242305 for CVE-2022-49796",
"url": "https://bugzilla.suse.com/1242305"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49796"
},
{
"cve": "CVE-2022-49797",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49797"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_event_gen_test_exit()\n\nWhen trace_get_event_file() failed, gen_kretprobe_test will be assigned\nas the error code. If module kprobe_event_gen_test is removed now, the\nnull pointer dereference will happen in kprobe_event_gen_test_exit().\nCheck if gen_kprobe_test or gen_kretprobe_test is error code or NULL\nbefore dereference them.\n\nBUG: kernel NULL pointer dereference, address: 0000000000000012\nPGD 0 P4D 0\nOops: 0000 [#1] SMP PTI\nCPU: 3 PID: 2210 Comm: modprobe Not tainted\n6.1.0-rc1-00171-g2159299a3b74-dirty #217\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS\nrel-1.15.0-0-g2dd4b9b3f840-prebuilt.qemu.org 04/01/2014\nRIP: 0010:kprobe_event_gen_test_exit+0x1c/0xb5 [kprobe_event_gen_test]\nCode: Unable to access opcode bytes at 0xffffffff9ffffff2.\nRSP: 0018:ffffc900015bfeb8 EFLAGS: 00010246\nRAX: ffffffffffffffea RBX: ffffffffa0002080 RCX: 0000000000000000\nRDX: ffffffffa0001054 RSI: ffffffffa0001064 RDI: ffffffffdfc6349c\nRBP: ffffffffa0000000 R08: 0000000000000004 R09: 00000000001e95c0\nR10: 0000000000000000 R11: 0000000000000001 R12: 0000000000000800\nR13: ffffffffa0002420 R14: 0000000000000000 R15: 0000000000000000\nFS: 00007f56b75be540(0000) GS:ffff88813bc00000(0000)\nknlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: ffffffff9ffffff2 CR3: 000000010874a006 CR4: 0000000000330ee0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nCall Trace:\n \u003cTASK\u003e\n __x64_sys_delete_module+0x206/0x380\n ? lockdep_hardirqs_on_prepare+0xd8/0x190\n ? syscall_enter_from_user_mode+0x1c/0x50\n do_syscall_64+0x3f/0x90\n entry_SYSCALL_64_after_hwframe+0x63/0xcd",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49797",
"url": "https://www.suse.com/security/cve/CVE-2022-49797"
},
{
"category": "external",
"summary": "SUSE Bug 1242320 for CVE-2022-49797",
"url": "https://bugzilla.suse.com/1242320"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49797"
},
{
"cve": "CVE-2022-49799",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49799"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntracing: Fix wild-memory-access in register_synth_event()\n\nIn register_synth_event(), if set_synth_event_print_fmt() failed, then\nboth trace_remove_event_call() and unregister_trace_event() will be\ncalled, which means the trace_event_call will call\n__unregister_trace_event() twice. As the result, the second unregister\nwill causes the wild-memory-access.\n\nregister_synth_event\n set_synth_event_print_fmt failed\n trace_remove_event_call\n event_remove\n if call-\u003eevent.funcs then\n __unregister_trace_event (first call)\n unregister_trace_event\n __unregister_trace_event (second call)\n\nFix the bug by avoiding to call the second __unregister_trace_event() by\nchecking if the first one is called.\n\ngeneral protection fault, probably for non-canonical address\n\t0xfbd59c0000000024: 0000 [#1] SMP KASAN PTI\nKASAN: maybe wild-memory-access in range\n[0xdead000000000120-0xdead000000000127]\nCPU: 0 PID: 3807 Comm: modprobe Not tainted\n6.1.0-rc1-00186-g76f33a7eedb4 #299\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS\nrel-1.15.0-0-g2dd4b9b3f840-prebuilt.qemu.org 04/01/2014\nRIP: 0010:unregister_trace_event+0x6e/0x280\nCode: 00 fc ff df 4c 89 ea 48 c1 ea 03 80 3c 02 00 0f 85 0e 02 00 00 48\nb8 00 00 00 00 00 fc ff df 4c 8b 63 08 4c 89 e2 48 c1 ea 03 \u003c80\u003e 3c 02\n00 0f 85 e2 01 00 00 49 89 2c 24 48 85 ed 74 28 e8 7a 9b\nRSP: 0018:ffff88810413f370 EFLAGS: 00010a06\nRAX: dffffc0000000000 RBX: ffff888105d050b0 RCX: 0000000000000000\nRDX: 1bd5a00000000024 RSI: ffff888119e276e0 RDI: ffffffff835a8b20\nRBP: dead000000000100 R08: 0000000000000000 R09: fffffbfff0913481\nR10: ffffffff8489a407 R11: fffffbfff0913480 R12: dead000000000122\nR13: ffff888105d050b8 R14: 0000000000000000 R15: ffff888105d05028\nFS: 00007f7823e8d540(0000) GS:ffff888119e00000(0000)\nknlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 00007f7823e7ebec CR3: 000000010a058002 CR4: 0000000000330ef0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nCall Trace:\n \u003cTASK\u003e\n __create_synth_event+0x1e37/0x1eb0\n create_or_delete_synth_event+0x110/0x250\n synth_event_run_command+0x2f/0x110\n test_gen_synth_cmd+0x170/0x2eb [synth_event_gen_test]\n synth_event_gen_test_init+0x76/0x9bc [synth_event_gen_test]\n do_one_initcall+0xdb/0x480\n do_init_module+0x1cf/0x680\n load_module+0x6a50/0x70a0\n __do_sys_finit_module+0x12f/0x1c0\n do_syscall_64+0x3f/0x90\n entry_SYSCALL_64_after_hwframe+0x63/0xcd",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49799",
"url": "https://www.suse.com/security/cve/CVE-2022-49799"
},
{
"category": "external",
"summary": "SUSE Bug 1242264 for CVE-2022-49799",
"url": "https://bugzilla.suse.com/1242264"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49799"
},
{
"cve": "CVE-2022-49800",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49800"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()\n\ntest_gen_synth_cmd() only free buf in fail path, hence buf will leak\nwhen there is no failure. Add kfree(buf) to prevent the memleak. The\nsame reason and solution in test_empty_synth_event().\n\nunreferenced object 0xffff8881127de000 (size 2048):\n comm \"modprobe\", pid 247, jiffies 4294972316 (age 78.756s)\n hex dump (first 32 bytes):\n 20 67 65 6e 5f 73 79 6e 74 68 5f 74 65 73 74 20 gen_synth_test\n 20 70 69 64 5f 74 20 6e 65 78 74 5f 70 69 64 5f pid_t next_pid_\n backtrace:\n [\u003c000000004254801a\u003e] kmalloc_trace+0x26/0x100\n [\u003c0000000039eb1cf5\u003e] 0xffffffffa00083cd\n [\u003c000000000e8c3bc8\u003e] 0xffffffffa00086ba\n [\u003c00000000c293d1ea\u003e] do_one_initcall+0xdb/0x480\n [\u003c00000000aa189e6d\u003e] do_init_module+0x1cf/0x680\n [\u003c00000000d513222b\u003e] load_module+0x6a50/0x70a0\n [\u003c000000001fd4d529\u003e] __do_sys_finit_module+0x12f/0x1c0\n [\u003c00000000b36c4c0f\u003e] do_syscall_64+0x3f/0x90\n [\u003c00000000bbf20cf3\u003e] entry_SYSCALL_64_after_hwframe+0x63/0xcd\nunreferenced object 0xffff8881127df000 (size 2048):\n comm \"modprobe\", pid 247, jiffies 4294972324 (age 78.728s)\n hex dump (first 32 bytes):\n 20 65 6d 70 74 79 5f 73 79 6e 74 68 5f 74 65 73 empty_synth_tes\n 74 20 20 70 69 64 5f 74 20 6e 65 78 74 5f 70 69 t pid_t next_pi\n backtrace:\n [\u003c000000004254801a\u003e] kmalloc_trace+0x26/0x100\n [\u003c00000000d4db9a3d\u003e] 0xffffffffa0008071\n [\u003c00000000c31354a5\u003e] 0xffffffffa00086ce\n [\u003c00000000c293d1ea\u003e] do_one_initcall+0xdb/0x480\n [\u003c00000000aa189e6d\u003e] do_init_module+0x1cf/0x680\n [\u003c00000000d513222b\u003e] load_module+0x6a50/0x70a0\n [\u003c000000001fd4d529\u003e] __do_sys_finit_module+0x12f/0x1c0\n [\u003c00000000b36c4c0f\u003e] do_syscall_64+0x3f/0x90\n [\u003c00000000bbf20cf3\u003e] entry_SYSCALL_64_after_hwframe+0x63/0xcd",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49800",
"url": "https://www.suse.com/security/cve/CVE-2022-49800"
},
{
"category": "external",
"summary": "SUSE Bug 1242265 for CVE-2022-49800",
"url": "https://bugzilla.suse.com/1242265"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49800"
},
{
"cve": "CVE-2022-49801",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49801"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntracing: Fix memory leak in tracing_read_pipe()\n\nkmemleak reports this issue:\n\nunreferenced object 0xffff888105a18900 (size 128):\n comm \"test_progs\", pid 18933, jiffies 4336275356 (age 22801.766s)\n hex dump (first 32 bytes):\n 25 73 00 90 81 88 ff ff 26 05 00 00 42 01 58 04 %s......\u0026...B.X.\n 03 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 ................\n backtrace:\n [\u003c00000000560143a1\u003e] __kmalloc_node_track_caller+0x4a/0x140\n [\u003c000000006af00822\u003e] krealloc+0x8d/0xf0\n [\u003c00000000c309be6a\u003e] trace_iter_expand_format+0x99/0x150\n [\u003c000000005a53bdb6\u003e] trace_check_vprintf+0x1e0/0x11d0\n [\u003c0000000065629d9d\u003e] trace_event_printf+0xb6/0xf0\n [\u003c000000009a690dc7\u003e] trace_raw_output_bpf_trace_printk+0x89/0xc0\n [\u003c00000000d22db172\u003e] print_trace_line+0x73c/0x1480\n [\u003c00000000cdba76ba\u003e] tracing_read_pipe+0x45c/0x9f0\n [\u003c0000000015b58459\u003e] vfs_read+0x17b/0x7c0\n [\u003c000000004aeee8ed\u003e] ksys_read+0xed/0x1c0\n [\u003c0000000063d3d898\u003e] do_syscall_64+0x3b/0x90\n [\u003c00000000a06dda7f\u003e] entry_SYSCALL_64_after_hwframe+0x63/0xcd\n\niter-\u003efmt alloced in\n tracing_read_pipe() -\u003e .. -\u003etrace_iter_expand_format(), but not\nfreed, to fix, add free in tracing_release_pipe()",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49801",
"url": "https://www.suse.com/security/cve/CVE-2022-49801"
},
{
"category": "external",
"summary": "SUSE Bug 1242338 for CVE-2022-49801",
"url": "https://bugzilla.suse.com/1242338"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49801"
},
{
"cve": "CVE-2022-49802",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49802"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nftrace: Fix null pointer dereference in ftrace_add_mod()\n\nThe @ftrace_mod is allocated by kzalloc(), so both the members {prev,next}\nof @ftrace_mode-\u003elist are NULL, it\u0027s not a valid state to call list_del().\nIf kstrdup() for @ftrace_mod-\u003e{func|module} fails, it goes to @out_free\ntag and calls free_ftrace_mod() to destroy @ftrace_mod, then list_del()\nwill write prev-\u003enext and next-\u003eprev, where null pointer dereference\nhappens.\n\nBUG: kernel NULL pointer dereference, address: 0000000000000008\nOops: 0002 [#1] PREEMPT SMP NOPTI\nCall Trace:\n \u003cTASK\u003e\n ftrace_mod_callback+0x20d/0x220\n ? do_filp_open+0xd9/0x140\n ftrace_process_regex.isra.51+0xbf/0x130\n ftrace_regex_write.isra.52.part.53+0x6e/0x90\n vfs_write+0xee/0x3a0\n ? __audit_filter_op+0xb1/0x100\n ? auditd_test_task+0x38/0x50\n ksys_write+0xa5/0xe0\n do_syscall_64+0x3a/0x90\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\nKernel panic - not syncing: Fatal exception\n\nSo call INIT_LIST_HEAD() to initialize the list member to fix this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49802",
"url": "https://www.suse.com/security/cve/CVE-2022-49802"
},
{
"category": "external",
"summary": "SUSE Bug 1242270 for CVE-2022-49802",
"url": "https://bugzilla.suse.com/1242270"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49802"
},
{
"cve": "CVE-2022-49807",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49807"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnvmet: fix a memory leak in nvmet_auth_set_key\n\nWhen changing dhchap secrets we need to release the old\nsecrets as well.\n\nkmemleak complaint:\n--\nunreferenced object 0xffff8c7f44ed8180 (size 64):\n comm \"check\", pid 7304, jiffies 4295686133 (age 72034.246s)\n hex dump (first 32 bytes):\n 44 48 48 43 2d 31 3a 30 30 3a 4c 64 4c 4f 64 71 DHHC-1:00:LdLOdq\n 79 56 69 67 77 48 55 32 6d 5a 59 4c 7a 35 59 38 yVigwHU2mZYLz5Y8\n backtrace:\n [\u003c00000000b6fc5071\u003e] kstrdup+0x2e/0x60\n [\u003c00000000f0f4633f\u003e] 0xffffffffc0e07ee6\n [\u003c0000000053006c05\u003e] 0xffffffffc0dff783\n [\u003c00000000419ae922\u003e] configfs_write_iter+0xb1/0x120\n [\u003c000000008183c424\u003e] vfs_write+0x2be/0x3c0\n [\u003c000000009005a2a5\u003e] ksys_write+0x5f/0xe0\n [\u003c00000000cd495c89\u003e] do_syscall_64+0x38/0x90\n [\u003c00000000f2a84ac5\u003e] entry_SYSCALL_64_after_hwframe+0x63/0xcd",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49807",
"url": "https://www.suse.com/security/cve/CVE-2022-49807"
},
{
"category": "external",
"summary": "SUSE Bug 1242357 for CVE-2022-49807",
"url": "https://bugzilla.suse.com/1242357"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49807"
},
{
"cve": "CVE-2022-49809",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49809"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/x25: Fix skb leak in x25_lapb_receive_frame()\n\nx25_lapb_receive_frame() using skb_copy() to get a private copy of\nskb, the new skb should be freed in the undersized/fragmented skb\nerror handling path. Otherwise there is a memory leak.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49809",
"url": "https://www.suse.com/security/cve/CVE-2022-49809"
},
{
"category": "external",
"summary": "SUSE Bug 1242402 for CVE-2022-49809",
"url": "https://bugzilla.suse.com/1242402"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49809"
},
{
"cve": "CVE-2022-49810",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49810"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfs: Fix missing xas_retry() calls in xarray iteration\n\nnetfslib has a number of places in which it performs iteration of an xarray\nwhilst being under the RCU read lock. It *should* call xas_retry() as the\nfirst thing inside of the loop and do \"continue\" if it returns true in case\nthe xarray walker passed out a special value indicating that the walk needs\nto be redone from the root[*].\n\nFix this by adding the missing retry checks.\n\n[*] I wonder if this should be done inside xas_find(), xas_next_node() and\n suchlike, but I\u0027m told that\u0027s not an simple change to effect.\n\nThis can cause an oops like that below. Note the faulting address - this\nis an internal value (|0x2) returned from xarray.\n\nBUG: kernel NULL pointer dereference, address: 0000000000000402\n...\nRIP: 0010:netfs_rreq_unlock+0xef/0x380 [netfs]\n...\nCall Trace:\n netfs_rreq_assess+0xa6/0x240 [netfs]\n netfs_readpage+0x173/0x3b0 [netfs]\n ? init_wait_var_entry+0x50/0x50\n filemap_read_page+0x33/0xf0\n filemap_get_pages+0x2f2/0x3f0\n filemap_read+0xaa/0x320\n ? do_filp_open+0xb2/0x150\n ? rmqueue+0x3be/0xe10\n ceph_read_iter+0x1fe/0x680 [ceph]\n ? new_sync_read+0x115/0x1a0\n new_sync_read+0x115/0x1a0\n vfs_read+0xf3/0x180\n ksys_read+0x5f/0xe0\n do_syscall_64+0x38/0x90\n entry_SYSCALL_64_after_hwframe+0x44/0xae\n\nChanges:\n========\nver #2)\n - Changed an unsigned int to a size_t to reduce the likelihood of an\n overflow as per Willy\u0027s suggestion.\n - Added an additional patch to fix the maths.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49810",
"url": "https://www.suse.com/security/cve/CVE-2022-49810"
},
{
"category": "external",
"summary": "SUSE Bug 1242489 for CVE-2022-49810",
"url": "https://bugzilla.suse.com/1242489"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49810"
},
{
"cve": "CVE-2022-49812",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49812"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbridge: switchdev: Fix memory leaks when changing VLAN protocol\n\nThe bridge driver can offload VLANs to the underlying hardware either\nvia switchdev or the 8021q driver. When the former is used, the VLAN is\nmarked in the bridge driver with the \u0027BR_VLFLAG_ADDED_BY_SWITCHDEV\u0027\nprivate flag.\n\nTo avoid the memory leaks mentioned in the cited commit, the bridge\ndriver will try to delete a VLAN via the 8021q driver if the VLAN is not\nmarked with the previously mentioned flag.\n\nWhen the VLAN protocol of the bridge changes, switchdev drivers are\nnotified via the \u0027SWITCHDEV_ATTR_ID_BRIDGE_VLAN_PROTOCOL\u0027 attribute, but\nthe 8021q driver is also called to add the existing VLANs with the new\nprotocol and delete them with the old protocol.\n\nIn case the VLANs were offloaded via switchdev, the above behavior is\nboth redundant and buggy. Redundant because the VLANs are already\nprogrammed in hardware and drivers that support VLAN protocol change\n(currently only mlx5) change the protocol upon the switchdev attribute\nnotification. Buggy because the 8021q driver is called despite these\nVLANs being marked with \u0027BR_VLFLAG_ADDED_BY_SWITCHDEV\u0027. This leads to\nmemory leaks [1] when the VLANs are deleted.\n\nFix by not calling the 8021q driver for VLANs that were already\nprogrammed via switchdev.\n\n[1]\nunreferenced object 0xffff8881f6771200 (size 256):\n comm \"ip\", pid 446855, jiffies 4298238841 (age 55.240s)\n hex dump (first 32 bytes):\n 00 00 7f 0e 83 88 ff ff 00 00 00 00 00 00 00 00 ................\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n backtrace:\n [\u003c00000000012819ac\u003e] vlan_vid_add+0x437/0x750\n [\u003c00000000f2281fad\u003e] __br_vlan_set_proto+0x289/0x920\n [\u003c000000000632b56f\u003e] br_changelink+0x3d6/0x13f0\n [\u003c0000000089d25f04\u003e] __rtnl_newlink+0x8ae/0x14c0\n [\u003c00000000f6276baf\u003e] rtnl_newlink+0x5f/0x90\n [\u003c00000000746dc902\u003e] rtnetlink_rcv_msg+0x336/0xa00\n [\u003c000000001c2241c0\u003e] netlink_rcv_skb+0x11d/0x340\n [\u003c0000000010588814\u003e] netlink_unicast+0x438/0x710\n [\u003c00000000e1a4cd5c\u003e] netlink_sendmsg+0x788/0xc40\n [\u003c00000000e8992d4e\u003e] sock_sendmsg+0xb0/0xe0\n [\u003c00000000621b8f91\u003e] ____sys_sendmsg+0x4ff/0x6d0\n [\u003c000000000ea26996\u003e] ___sys_sendmsg+0x12e/0x1b0\n [\u003c00000000684f7e25\u003e] __sys_sendmsg+0xab/0x130\n [\u003c000000004538b104\u003e] do_syscall_64+0x3d/0x90\n [\u003c0000000091ed9678\u003e] entry_SYSCALL_64_after_hwframe+0x46/0xb0",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49812",
"url": "https://www.suse.com/security/cve/CVE-2022-49812"
},
{
"category": "external",
"summary": "SUSE Bug 1242151 for CVE-2022-49812",
"url": "https://bugzilla.suse.com/1242151"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "low"
}
],
"title": "CVE-2022-49812"
},
{
"cve": "CVE-2022-49813",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49813"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: ena: Fix error handling in ena_init()\n\nThe ena_init() won\u0027t destroy workqueue created by\ncreate_singlethread_workqueue() when pci_register_driver() failed.\nCall destroy_workqueue() when pci_register_driver() failed to prevent the\nresource leak.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49813",
"url": "https://www.suse.com/security/cve/CVE-2022-49813"
},
{
"category": "external",
"summary": "SUSE Bug 1242497 for CVE-2022-49813",
"url": "https://bugzilla.suse.com/1242497"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49813"
},
{
"cve": "CVE-2022-49818",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49818"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmISDN: fix misuse of put_device() in mISDN_register_device()\n\nWe should not release reference by put_device() before calling device_initialize().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49818",
"url": "https://www.suse.com/security/cve/CVE-2022-49818"
},
{
"category": "external",
"summary": "SUSE Bug 1242527 for CVE-2022-49818",
"url": "https://bugzilla.suse.com/1242527"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49818"
},
{
"cve": "CVE-2022-49821",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49821"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmISDN: fix possible memory leak in mISDN_dsp_element_register()\n\nAfer commit 1fa5ae857bb1 (\"driver core: get rid of struct device\u0027s\nbus_id string array\"), the name of device is allocated dynamically,\nuse put_device() to give up the reference, so that the name can be\nfreed in kobject_cleanup() when the refcount is 0.\n\nThe \u0027entry\u0027 is going to be freed in mISDN_dsp_dev_release(), so the\nkfree() is removed. list_del() is called in mISDN_dsp_dev_release(),\nso it need be initialized.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49821",
"url": "https://www.suse.com/security/cve/CVE-2022-49821"
},
{
"category": "external",
"summary": "SUSE Bug 1242542 for CVE-2022-49821",
"url": "https://bugzilla.suse.com/1242542"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49821"
},
{
"cve": "CVE-2022-49822",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49822"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncifs: Fix connections leak when tlink setup failed\n\nIf the tlink setup failed, lost to put the connections, then\nthe module refcnt leak since the cifsd kthread not exit.\n\nAlso leak the fscache info, and for next mount with fsc, it will\nprint the follow errors:\n CIFS: Cache volume key already in use (cifs,127.0.0.1:445,TEST)\n\nLet\u0027s check the result of tlink setup, and do some cleanup.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49822",
"url": "https://www.suse.com/security/cve/CVE-2022-49822"
},
{
"category": "external",
"summary": "SUSE Bug 1242544 for CVE-2022-49822",
"url": "https://bugzilla.suse.com/1242544"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "low"
}
],
"title": "CVE-2022-49822"
},
{
"cve": "CVE-2022-49823",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49823"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nata: libata-transport: fix error handling in ata_tdev_add()\n\nIn ata_tdev_add(), the return value of transport_add_device() is\nnot checked. As a result, it causes null-ptr-deref while removing\nthe module, because transport_remove_device() is called to remove\nthe device that was not added.\n\nUnable to handle kernel NULL pointer dereference at virtual address 00000000000000d0\nCPU: 13 PID: 13603 Comm: rmmod Kdump: loaded Tainted: G W 6.1.0-rc3+ #36\npstate: 60400009 (nZCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)\npc : device_del+0x48/0x3a0\nlr : device_del+0x44/0x3a0\nCall trace:\n device_del+0x48/0x3a0\n attribute_container_class_device_del+0x28/0x40\n transport_remove_classdev+0x60/0x7c\n attribute_container_device_trigger+0x118/0x120\n transport_remove_device+0x20/0x30\n ata_tdev_delete+0x24/0x50 [libata]\n ata_tlink_delete+0x40/0xa0 [libata]\n ata_tport_delete+0x2c/0x60 [libata]\n ata_port_detach+0x148/0x1b0 [libata]\n ata_pci_remove_one+0x50/0x80 [libata]\n ahci_remove_one+0x4c/0x8c [ahci]\n\nFix this by checking and handling return value of transport_add_device()\nin ata_tdev_add(). In the error path, device_del() is called to delete\nthe device which was added earlier in this function, and ata_tdev_free()\nis called to free ata_dev.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49823",
"url": "https://www.suse.com/security/cve/CVE-2022-49823"
},
{
"category": "external",
"summary": "SUSE Bug 1242545 for CVE-2022-49823",
"url": "https://bugzilla.suse.com/1242545"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49823"
},
{
"cve": "CVE-2022-49824",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49824"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nata: libata-transport: fix error handling in ata_tlink_add()\n\nIn ata_tlink_add(), the return value of transport_add_device() is\nnot checked. As a result, it causes null-ptr-deref while removing\nthe module, because transport_remove_device() is called to remove\nthe device that was not added.\n\nUnable to handle kernel NULL pointer dereference at virtual address 00000000000000d0\nCPU: 33 PID: 13850 Comm: rmmod Kdump: loaded Tainted: G W 6.1.0-rc3+ #12\npstate: 60400009 (nZCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)\npc : device_del+0x48/0x39c\nlr : device_del+0x44/0x39c\nCall trace:\n device_del+0x48/0x39c\n attribute_container_class_device_del+0x28/0x40\n transport_remove_classdev+0x60/0x7c\n attribute_container_device_trigger+0x118/0x120\n transport_remove_device+0x20/0x30\n ata_tlink_delete+0x88/0xb0 [libata]\n ata_tport_delete+0x2c/0x60 [libata]\n ata_port_detach+0x148/0x1b0 [libata]\n ata_pci_remove_one+0x50/0x80 [libata]\n ahci_remove_one+0x4c/0x8c [ahci]\n\nFix this by checking and handling return value of transport_add_device()\nin ata_tlink_add().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49824",
"url": "https://www.suse.com/security/cve/CVE-2022-49824"
},
{
"category": "external",
"summary": "SUSE Bug 1242547 for CVE-2022-49824",
"url": "https://bugzilla.suse.com/1242547"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49824"
},
{
"cve": "CVE-2022-49825",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49825"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nata: libata-transport: fix error handling in ata_tport_add()\n\nIn ata_tport_add(), the return value of transport_add_device() is\nnot checked. As a result, it causes null-ptr-deref while removing\nthe module, because transport_remove_device() is called to remove\nthe device that was not added.\n\nUnable to handle kernel NULL pointer dereference at virtual address 00000000000000d0\nCPU: 12 PID: 13605 Comm: rmmod Kdump: loaded Tainted: G W 6.1.0-rc3+ #8\npstate: 60400009 (nZCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)\npc : device_del+0x48/0x39c\nlr : device_del+0x44/0x39c\nCall trace:\n device_del+0x48/0x39c\n attribute_container_class_device_del+0x28/0x40\n transport_remove_classdev+0x60/0x7c\n attribute_container_device_trigger+0x118/0x120\n transport_remove_device+0x20/0x30\n ata_tport_delete+0x34/0x60 [libata]\n ata_port_detach+0x148/0x1b0 [libata]\n ata_pci_remove_one+0x50/0x80 [libata]\n ahci_remove_one+0x4c/0x8c [ahci]\n\nFix this by checking and handling return value of transport_add_device()\nin ata_tport_add().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49825",
"url": "https://www.suse.com/security/cve/CVE-2022-49825"
},
{
"category": "external",
"summary": "SUSE Bug 1242548 for CVE-2022-49825",
"url": "https://bugzilla.suse.com/1242548"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49825"
},
{
"cve": "CVE-2022-49826",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49826"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nata: libata-transport: fix double ata_host_put() in ata_tport_add()\n\nIn the error path in ata_tport_add(), when calling put_device(),\nata_tport_release() is called, it will put the refcount of \u0027ap-\u003ehost\u0027.\n\nAnd then ata_host_put() is called again, the refcount is decreased\nto 0, ata_host_release() is called, all ports are freed and set to\nnull.\n\nWhen unbinding the device after failure, ata_host_stop() is called\nto release the resources, it leads a null-ptr-deref(), because all\nthe ports all freed and null.\n\nUnable to handle kernel NULL pointer dereference at virtual address 0000000000000008\nCPU: 7 PID: 18671 Comm: modprobe Kdump: loaded Tainted: G E 6.1.0-rc3+ #8\npstate: 80400009 (Nzcv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)\npc : ata_host_stop+0x3c/0x84 [libata]\nlr : release_nodes+0x64/0xd0\nCall trace:\n ata_host_stop+0x3c/0x84 [libata]\n release_nodes+0x64/0xd0\n devres_release_all+0xbc/0x1b0\n device_unbind_cleanup+0x20/0x70\n really_probe+0x158/0x320\n __driver_probe_device+0x84/0x120\n driver_probe_device+0x44/0x120\n __driver_attach+0xb4/0x220\n bus_for_each_dev+0x78/0xdc\n driver_attach+0x2c/0x40\n bus_add_driver+0x184/0x240\n driver_register+0x80/0x13c\n __pci_register_driver+0x4c/0x60\n ahci_pci_driver_init+0x30/0x1000 [ahci]\n\nFix this by removing redundant ata_host_put() in the error path.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49826",
"url": "https://www.suse.com/security/cve/CVE-2022-49826"
},
{
"category": "external",
"summary": "SUSE Bug 1242549 for CVE-2022-49826",
"url": "https://bugzilla.suse.com/1242549"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49826"
},
{
"cve": "CVE-2022-49827",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49827"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm: Fix potential null-ptr-deref in drm_vblank_destroy_worker()\n\ndrm_vblank_init() call drmm_add_action_or_reset() with\ndrm_vblank_init_release() as action. If __drmm_add_action() failed, will\ndirectly call drm_vblank_init_release() with the vblank whose worker is\nNULL. As the resule, a null-ptr-deref will happen in\nkthread_destroy_worker(). Add the NULL check before calling\ndrm_vblank_destroy_worker().\n\nBUG: null-ptr-deref\nKASAN: null-ptr-deref in range [0x0000000000000068-0x000000000000006f]\nCPU: 5 PID: 961 Comm: modprobe Not tainted 6.0.0-11331-gd465bff130bf-dirty\nRIP: 0010:kthread_destroy_worker+0x25/0xb0\n Call Trace:\n \u003cTASK\u003e\n drm_vblank_init_release+0x124/0x220 [drm]\n ? drm_crtc_vblank_restore+0x8b0/0x8b0 [drm]\n __drmm_add_action_or_reset+0x41/0x50 [drm]\n drm_vblank_init+0x282/0x310 [drm]\n vkms_init+0x35f/0x1000 [vkms]\n ? 0xffffffffc4508000\n ? lock_is_held_type+0xd7/0x130\n ? __kmem_cache_alloc_node+0x1c2/0x2b0\n ? lock_is_held_type+0xd7/0x130\n ? 0xffffffffc4508000\n do_one_initcall+0xd0/0x4f0\n ...\n do_syscall_64+0x35/0x80\n entry_SYSCALL_64_after_hwframe+0x46/0xb0",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49827",
"url": "https://www.suse.com/security/cve/CVE-2022-49827"
},
{
"category": "external",
"summary": "SUSE Bug 1242689 for CVE-2022-49827",
"url": "https://bugzilla.suse.com/1242689"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49827"
},
{
"cve": "CVE-2022-49830",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49830"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/drv: Fix potential memory leak in drm_dev_init()\n\ndrm_dev_init() will add drm_dev_init_release() as a callback. When\ndrmm_add_action() failed, the release function won\u0027t be added. As the\nresult, the ref cnt added by device_get() in drm_dev_init() won\u0027t be put\nby drm_dev_init_release(), which leads to the memleak. Use\ndrmm_add_action_or_reset() instead of drmm_add_action() to prevent\nmemleak.\n\nunreferenced object 0xffff88810bc0c800 (size 2048):\n comm \"modprobe\", pid 8322, jiffies 4305809845 (age 15.292s)\n hex dump (first 32 bytes):\n e8 cc c0 0b 81 88 ff ff ff ff ff ff 00 00 00 00 ................\n 20 24 3c 0c 81 88 ff ff 18 c8 c0 0b 81 88 ff ff $\u003c.............\n backtrace:\n [\u003c000000007251f72d\u003e] __kmalloc+0x4b/0x1c0\n [\u003c0000000045f21f26\u003e] platform_device_alloc+0x2d/0xe0\n [\u003c000000004452a479\u003e] platform_device_register_full+0x24/0x1c0\n [\u003c0000000089f4ea61\u003e] 0xffffffffa0736051\n [\u003c00000000235b2441\u003e] do_one_initcall+0x7a/0x380\n [\u003c0000000001a4a177\u003e] do_init_module+0x5c/0x230\n [\u003c000000002bf8a8e2\u003e] load_module+0x227d/0x2420\n [\u003c00000000637d6d0a\u003e] __do_sys_finit_module+0xd5/0x140\n [\u003c00000000c99fc324\u003e] do_syscall_64+0x3f/0x90\n [\u003c000000004d85aa77\u003e] entry_SYSCALL_64_after_hwframe+0x63/0xcd",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49830",
"url": "https://www.suse.com/security/cve/CVE-2022-49830"
},
{
"category": "external",
"summary": "SUSE Bug 1242150 for CVE-2022-49830",
"url": "https://bugzilla.suse.com/1242150"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "low"
}
],
"title": "CVE-2022-49830"
},
{
"cve": "CVE-2022-49832",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49832"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\npinctrl: devicetree: fix null pointer dereferencing in pinctrl_dt_to_map\n\nHere is the BUG report by KASAN about null pointer dereference:\n\nBUG: KASAN: null-ptr-deref in strcmp+0x2e/0x50\nRead of size 1 at addr 0000000000000000 by task python3/2640\nCall Trace:\n strcmp\n __of_find_property\n of_find_property\n pinctrl_dt_to_map\n\nkasprintf() would return NULL pointer when kmalloc() fail to allocate.\nSo directly return ENOMEM, if kasprintf() return NULL pointer.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49832",
"url": "https://www.suse.com/security/cve/CVE-2022-49832"
},
{
"category": "external",
"summary": "SUSE Bug 1242154 for CVE-2022-49832",
"url": "https://bugzilla.suse.com/1242154"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49832"
},
{
"cve": "CVE-2022-49834",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49834"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnilfs2: fix use-after-free bug of ns_writer on remount\n\nIf a nilfs2 filesystem is downgraded to read-only due to metadata\ncorruption on disk and is remounted read/write, or if emergency read-only\nremount is performed, detaching a log writer and synchronizing the\nfilesystem can be done at the same time.\n\nIn these cases, use-after-free of the log writer (hereinafter\nnilfs-\u003ens_writer) can happen as shown in the scenario below:\n\n Task1 Task2\n -------------------------------- ------------------------------\n nilfs_construct_segment\n nilfs_segctor_sync\n init_wait\n init_waitqueue_entry\n add_wait_queue\n schedule\n nilfs_remount (R/W remount case)\n\t\t\t\t nilfs_attach_log_writer\n nilfs_detach_log_writer\n nilfs_segctor_destroy\n kfree\n finish_wait\n _raw_spin_lock_irqsave\n __raw_spin_lock_irqsave\n do_raw_spin_lock\n debug_spin_lock_before \u003c-- use-after-free\n\nWhile Task1 is sleeping, nilfs-\u003ens_writer is freed by Task2. After Task1\nwaked up, Task1 accesses nilfs-\u003ens_writer which is already freed. This\nscenario diagram is based on the Shigeru Yoshida\u0027s post [1].\n\nThis patch fixes the issue by not detaching nilfs-\u003ens_writer on remount so\nthat this UAF race doesn\u0027t happen. Along with this change, this patch\nalso inserts a few necessary read-only checks with superblock instance\nwhere only the ns_writer pointer was used to check if the filesystem is\nread-only.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49834",
"url": "https://www.suse.com/security/cve/CVE-2022-49834"
},
{
"category": "external",
"summary": "SUSE Bug 1242695 for CVE-2022-49834",
"url": "https://bugzilla.suse.com/1242695"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49834"
},
{
"cve": "CVE-2022-49835",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49835"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: hda: fix potential memleak in \u0027add_widget_node\u0027\n\nAs \u0027kobject_add\u0027 may allocated memory for \u0027kobject-\u003ename\u0027 when return error.\nAnd in this function, if call \u0027kobject_add\u0027 failed didn\u0027t free kobject.\nSo call \u0027kobject_put\u0027 to recycling resources.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49835",
"url": "https://www.suse.com/security/cve/CVE-2022-49835"
},
{
"category": "external",
"summary": "SUSE Bug 1242385 for CVE-2022-49835",
"url": "https://bugzilla.suse.com/1242385"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49835"
},
{
"cve": "CVE-2022-49836",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49836"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsiox: fix possible memory leak in siox_device_add()\n\nIf device_register() returns error in siox_device_add(),\nthe name allocated by dev_set_name() need be freed. As\ncomment of device_register() says, it should use put_device()\nto give up the reference in the error path. So fix this\nby calling put_device(), then the name can be freed in\nkobject_cleanup(), and sdevice is freed in siox_device_release(),\nset it to null in error path.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49836",
"url": "https://www.suse.com/security/cve/CVE-2022-49836"
},
{
"category": "external",
"summary": "SUSE Bug 1242355 for CVE-2022-49836",
"url": "https://bugzilla.suse.com/1242355"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49836"
},
{
"cve": "CVE-2022-49839",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49839"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: scsi_transport_sas: Fix error handling in sas_phy_add()\n\nIf transport_add_device() fails in sas_phy_add(), the kernel will crash\ntrying to delete the device in transport_remove_device() called from\nsas_remove_host().\n\nUnable to handle kernel NULL pointer dereference at virtual address 0000000000000108\nCPU: 61 PID: 42829 Comm: rmmod Kdump: loaded Tainted: G W 6.1.0-rc1+ #173\npstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)\npc : device_del+0x54/0x3d0\nlr : device_del+0x37c/0x3d0\nCall trace:\n device_del+0x54/0x3d0\n attribute_container_class_device_del+0x28/0x38\n transport_remove_classdev+0x6c/0x80\n attribute_container_device_trigger+0x108/0x110\n transport_remove_device+0x28/0x38\n sas_phy_delete+0x30/0x60 [scsi_transport_sas]\n do_sas_phy_delete+0x6c/0x80 [scsi_transport_sas]\n device_for_each_child+0x68/0xb0\n sas_remove_children+0x40/0x50 [scsi_transport_sas]\n sas_remove_host+0x20/0x38 [scsi_transport_sas]\n hisi_sas_remove+0x40/0x68 [hisi_sas_main]\n hisi_sas_v2_remove+0x20/0x30 [hisi_sas_v2_hw]\n platform_remove+0x2c/0x60\n\nFix this by checking and handling return value of transport_add_device()\nin sas_phy_add().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49839",
"url": "https://www.suse.com/security/cve/CVE-2022-49839"
},
{
"category": "external",
"summary": "SUSE Bug 1242443 for CVE-2022-49839",
"url": "https://bugzilla.suse.com/1242443"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49839"
},
{
"cve": "CVE-2022-49841",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49841"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nserial: imx: Add missing .thaw_noirq hook\n\nThe following warning is seen with non-console UART instance when\nsystem hibernates.\n\n[ 37.371969] ------------[ cut here ]------------\n[ 37.376599] uart3_root_clk already disabled\n[ 37.380810] WARNING: CPU: 0 PID: 296 at drivers/clk/clk.c:952 clk_core_disable+0xa4/0xb0\n...\n[ 37.506986] Call trace:\n[ 37.509432] clk_core_disable+0xa4/0xb0\n[ 37.513270] clk_disable+0x34/0x50\n[ 37.516672] imx_uart_thaw+0x38/0x5c\n[ 37.520250] platform_pm_thaw+0x30/0x6c\n[ 37.524089] dpm_run_callback.constprop.0+0x3c/0xd4\n[ 37.528972] device_resume+0x7c/0x160\n[ 37.532633] dpm_resume+0xe8/0x230\n[ 37.536036] hibernation_snapshot+0x288/0x430\n[ 37.540397] hibernate+0x10c/0x2e0\n[ 37.543798] state_store+0xc4/0xd0\n[ 37.547203] kobj_attr_store+0x1c/0x30\n[ 37.550953] sysfs_kf_write+0x48/0x60\n[ 37.554619] kernfs_fop_write_iter+0x118/0x1ac\n[ 37.559063] new_sync_write+0xe8/0x184\n[ 37.562812] vfs_write+0x230/0x290\n[ 37.566214] ksys_write+0x68/0xf4\n[ 37.569529] __arm64_sys_write+0x20/0x2c\n[ 37.573452] invoke_syscall.constprop.0+0x50/0xf0\n[ 37.578156] do_el0_svc+0x11c/0x150\n[ 37.581648] el0_svc+0x30/0x140\n[ 37.584792] el0t_64_sync_handler+0xe8/0xf0\n[ 37.588976] el0t_64_sync+0x1a0/0x1a4\n[ 37.592639] ---[ end trace 56e22eec54676d75 ]---\n\nOn hibernating, pm core calls into related hooks in sequence like:\n\n .freeze\n .freeze_noirq\n .thaw_noirq\n .thaw\n\nWith .thaw_noirq hook being absent, the clock will be disabled in a\nunbalanced call which results the warning above.\n\n imx_uart_freeze()\n clk_prepare_enable()\n imx_uart_suspend_noirq()\n clk_disable()\n imx_uart_thaw\n clk_disable_unprepare()\n\nAdding the missing .thaw_noirq hook as imx_uart_resume_noirq() will have\nthe call sequence corrected as below and thus fix the warning.\n\n imx_uart_freeze()\n clk_prepare_enable()\n imx_uart_suspend_noirq()\n clk_disable()\n imx_uart_resume_noirq()\n clk_enable()\n imx_uart_thaw\n clk_disable_unprepare()",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49841",
"url": "https://www.suse.com/security/cve/CVE-2022-49841"
},
{
"category": "external",
"summary": "SUSE Bug 1242473 for CVE-2022-49841",
"url": "https://bugzilla.suse.com/1242473"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49841"
},
{
"cve": "CVE-2022-49842",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49842"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nASoC: core: Fix use-after-free in snd_soc_exit()\n\nKASAN reports a use-after-free:\n\nBUG: KASAN: use-after-free in device_del+0xb5b/0xc60\nRead of size 8 at addr ffff888008655050 by task rmmod/387\nCPU: 2 PID: 387 Comm: rmmod\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996)\nCall Trace:\n\u003cTASK\u003e\ndump_stack_lvl+0x79/0x9a\nprint_report+0x17f/0x47b\nkasan_report+0xbb/0xf0\ndevice_del+0xb5b/0xc60\nplatform_device_del.part.0+0x24/0x200\nplatform_device_unregister+0x2e/0x40\nsnd_soc_exit+0xa/0x22 [snd_soc_core]\n__do_sys_delete_module.constprop.0+0x34f/0x5b0\ndo_syscall_64+0x3a/0x90\nentry_SYSCALL_64_after_hwframe+0x63/0xcd\n...\n\u003c/TASK\u003e\n\nIt\u0027s bacause in snd_soc_init(), snd_soc_util_init() is possble to fail,\nbut its ret is ignored, which makes soc_dummy_dev unregistered twice.\n\nsnd_soc_init()\n snd_soc_util_init()\n platform_device_register_simple(soc_dummy_dev)\n platform_driver_register() # fail\n \tplatform_device_unregister(soc_dummy_dev)\n platform_driver_register() # success\n...\nsnd_soc_exit()\n snd_soc_util_exit()\n # soc_dummy_dev will be unregistered for second time\n\nTo fix it, handle error and stop snd_soc_init() when util_init() fail.\nAlso clean debugfs when util_init() or driver_register() fail.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49842",
"url": "https://www.suse.com/security/cve/CVE-2022-49842"
},
{
"category": "external",
"summary": "SUSE Bug 1242484 for CVE-2022-49842",
"url": "https://bugzilla.suse.com/1242484"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49842"
},
{
"cve": "CVE-2022-49845",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49845"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncan: j1939: j1939_send_one(): fix missing CAN header initialization\n\nThe read access to struct canxl_frame::len inside of a j1939 created\nskbuff revealed a missing initialization of reserved and later filled\nelements in struct can_frame.\n\nThis patch initializes the 8 byte CAN header with zero.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49845",
"url": "https://www.suse.com/security/cve/CVE-2022-49845"
},
{
"category": "external",
"summary": "SUSE Bug 1243133 for CVE-2022-49845",
"url": "https://bugzilla.suse.com/1243133"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49845"
},
{
"cve": "CVE-2022-49846",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49846"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nudf: Fix a slab-out-of-bounds write bug in udf_find_entry()\n\nSyzbot reported a slab-out-of-bounds Write bug:\n\nloop0: detected capacity change from 0 to 2048\n==================================================================\nBUG: KASAN: slab-out-of-bounds in udf_find_entry+0x8a5/0x14f0\nfs/udf/namei.c:253\nWrite of size 105 at addr ffff8880123ff896 by task syz-executor323/3610\n\nCPU: 0 PID: 3610 Comm: syz-executor323 Not tainted\n6.1.0-rc2-syzkaller-00105-gb229b6ca5abb #0\nHardware name: Google Compute Engine/Google Compute Engine, BIOS\nGoogle 10/11/2022\nCall Trace:\n \u003cTASK\u003e\n __dump_stack lib/dump_stack.c:88 [inline]\n dump_stack_lvl+0x1b1/0x28e lib/dump_stack.c:106\n print_address_description+0x74/0x340 mm/kasan/report.c:284\n print_report+0x107/0x1f0 mm/kasan/report.c:395\n kasan_report+0xcd/0x100 mm/kasan/report.c:495\n kasan_check_range+0x2a7/0x2e0 mm/kasan/generic.c:189\n memcpy+0x3c/0x60 mm/kasan/shadow.c:66\n udf_find_entry+0x8a5/0x14f0 fs/udf/namei.c:253\n udf_lookup+0xef/0x340 fs/udf/namei.c:309\n lookup_open fs/namei.c:3391 [inline]\n open_last_lookups fs/namei.c:3481 [inline]\n path_openat+0x10e6/0x2df0 fs/namei.c:3710\n do_filp_open+0x264/0x4f0 fs/namei.c:3740\n do_sys_openat2+0x124/0x4e0 fs/open.c:1310\n do_sys_open fs/open.c:1326 [inline]\n __do_sys_creat fs/open.c:1402 [inline]\n __se_sys_creat fs/open.c:1396 [inline]\n __x64_sys_creat+0x11f/0x160 fs/open.c:1396\n do_syscall_x64 arch/x86/entry/common.c:50 [inline]\n do_syscall_64+0x3d/0xb0 arch/x86/entry/common.c:80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\nRIP: 0033:0x7ffab0d164d9\nCode: ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 48 89 f8 48 89\nf7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 \u003c48\u003e 3d 01\nf0 ff ff 73 01 c3 48 c7 c1 c0 ff ff ff f7 d8 64 89 01 48\nRSP: 002b:00007ffe1a7e6bb8 EFLAGS: 00000246 ORIG_RAX: 0000000000000055\nRAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007ffab0d164d9\nRDX: 00007ffab0d164d9 RSI: 0000000000000000 RDI: 0000000020000180\nRBP: 00007ffab0cd5a10 R08: 0000000000000000 R09: 0000000000000000\nR10: 00005555573552c0 R11: 0000000000000246 R12: 00007ffab0cd5aa0\nR13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000\n \u003c/TASK\u003e\n\nAllocated by task 3610:\n kasan_save_stack mm/kasan/common.c:45 [inline]\n kasan_set_track+0x3d/0x60 mm/kasan/common.c:52\n ____kasan_kmalloc mm/kasan/common.c:371 [inline]\n __kasan_kmalloc+0x97/0xb0 mm/kasan/common.c:380\n kmalloc include/linux/slab.h:576 [inline]\n udf_find_entry+0x7b6/0x14f0 fs/udf/namei.c:243\n udf_lookup+0xef/0x340 fs/udf/namei.c:309\n lookup_open fs/namei.c:3391 [inline]\n open_last_lookups fs/namei.c:3481 [inline]\n path_openat+0x10e6/0x2df0 fs/namei.c:3710\n do_filp_open+0x264/0x4f0 fs/namei.c:3740\n do_sys_openat2+0x124/0x4e0 fs/open.c:1310\n do_sys_open fs/open.c:1326 [inline]\n __do_sys_creat fs/open.c:1402 [inline]\n __se_sys_creat fs/open.c:1396 [inline]\n __x64_sys_creat+0x11f/0x160 fs/open.c:1396\n do_syscall_x64 arch/x86/entry/common.c:50 [inline]\n do_syscall_64+0x3d/0xb0 arch/x86/entry/common.c:80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\n\nThe buggy address belongs to the object at ffff8880123ff800\n which belongs to the cache kmalloc-256 of size 256\nThe buggy address is located 150 bytes inside of\n 256-byte region [ffff8880123ff800, ffff8880123ff900)\n\nThe buggy address belongs to the physical page:\npage:ffffea000048ff80 refcount:1 mapcount:0 mapping:0000000000000000\nindex:0x0 pfn:0x123fe\nhead:ffffea000048ff80 order:1 compound_mapcount:0 compound_pincount:0\nflags: 0xfff00000010200(slab|head|node=0|zone=1|lastcpupid=0x7ff)\nraw: 00fff00000010200 ffffea00004b8500 dead000000000003 ffff888012041b40\nraw: 0000000000000000 0000000080100010 00000001ffffffff 0000000000000000\npage dumped because: kasan: bad access detected\npage_owner tracks the page as allocated\npage last allocated via order 0, migratetype Unmovable, gfp_mask 0x0(),\npid 1, tgid 1 (swapper/0), ts 1841222404, free_ts 0\n create_dummy_stack mm/page_owner.c:\n---truncated---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49846",
"url": "https://www.suse.com/security/cve/CVE-2022-49846"
},
{
"category": "external",
"summary": "SUSE Bug 1242716 for CVE-2022-49846",
"url": "https://bugzilla.suse.com/1242716"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49846"
},
{
"cve": "CVE-2022-49850",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49850"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnilfs2: fix deadlock in nilfs_count_free_blocks()\n\nA semaphore deadlock can occur if nilfs_get_block() detects metadata\ncorruption while locating data blocks and a superblock writeback occurs at\nthe same time:\n\ntask 1 task 2\n------ ------\n* A file operation *\nnilfs_truncate()\n nilfs_get_block()\n down_read(rwsem A) \u003c--\n nilfs_bmap_lookup_contig()\n ... generic_shutdown_super()\n nilfs_put_super()\n * Prepare to write superblock *\n down_write(rwsem B) \u003c--\n nilfs_cleanup_super()\n * Detect b-tree corruption * nilfs_set_log_cursor()\n nilfs_bmap_convert_error() nilfs_count_free_blocks()\n __nilfs_error() down_read(rwsem A) \u003c--\n nilfs_set_error()\n down_write(rwsem B) \u003c--\n\n *** DEADLOCK ***\n\nHere, nilfs_get_block() readlocks rwsem A (= NILFS_MDT(dat_inode)-\u003emi_sem)\nand then calls nilfs_bmap_lookup_contig(), but if it fails due to metadata\ncorruption, __nilfs_error() is called from nilfs_bmap_convert_error()\ninside the lock section.\n\nSince __nilfs_error() calls nilfs_set_error() unless the filesystem is\nread-only and nilfs_set_error() attempts to writelock rwsem B (=\nnilfs-\u003ens_sem) to write back superblock exclusively, hierarchical lock\nacquisition occurs in the order rwsem A -\u003e rwsem B.\n\nNow, if another task starts updating the superblock, it may writelock\nrwsem B during the lock sequence above, and can deadlock trying to\nreadlock rwsem A in nilfs_count_free_blocks().\n\nHowever, there is actually no need to take rwsem A in\nnilfs_count_free_blocks() because it, within the lock section, only reads\na single integer data on a shared struct with\nnilfs_sufile_get_ncleansegs(). This has been the case after commit\naa474a220180 (\"nilfs2: add local variable to cache the number of clean\nsegments\"), that is, even before this bug was introduced.\n\nSo, this resolves the deadlock problem by just not taking the semaphore in\nnilfs_count_free_blocks().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49850",
"url": "https://www.suse.com/security/cve/CVE-2022-49850"
},
{
"category": "external",
"summary": "SUSE Bug 1242164 for CVE-2022-49850",
"url": "https://bugzilla.suse.com/1242164"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49850"
},
{
"cve": "CVE-2022-49853",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49853"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: macvlan: fix memory leaks of macvlan_common_newlink\n\nkmemleak reports memory leaks in macvlan_common_newlink, as follows:\n\n ip link add link eth0 name .. type macvlan mode source macaddr add\n \u003cMAC-ADDR\u003e\n\nkmemleak reports:\n\nunreferenced object 0xffff8880109bb140 (size 64):\n comm \"ip\", pid 284, jiffies 4294986150 (age 430.108s)\n hex dump (first 32 bytes):\n 00 00 00 00 00 00 00 00 b8 aa 5a 12 80 88 ff ff ..........Z.....\n 80 1b fa 0d 80 88 ff ff 1e ff ac af c7 c1 6b 6b ..............kk\n backtrace:\n [\u003cffffffff813e06a7\u003e] kmem_cache_alloc_trace+0x1c7/0x300\n [\u003cffffffff81b66025\u003e] macvlan_hash_add_source+0x45/0xc0\n [\u003cffffffff81b66a67\u003e] macvlan_changelink_sources+0xd7/0x170\n [\u003cffffffff81b6775c\u003e] macvlan_common_newlink+0x38c/0x5a0\n [\u003cffffffff81b6797e\u003e] macvlan_newlink+0xe/0x20\n [\u003cffffffff81d97f8f\u003e] __rtnl_newlink+0x7af/0xa50\n [\u003cffffffff81d98278\u003e] rtnl_newlink+0x48/0x70\n ...\n\nIn the scenario where the macvlan mode is configured as \u0027source\u0027,\nmacvlan_changelink_sources() will be execured to reconfigure list of\nremote source mac addresses, at the same time, if register_netdevice()\nreturn an error, the resource generated by macvlan_changelink_sources()\nis not cleaned up.\n\nUsing this patch, in the case of an error, it will execute\nmacvlan_flush_sources() to ensure that the resource is cleaned up.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49853",
"url": "https://www.suse.com/security/cve/CVE-2022-49853"
},
{
"category": "external",
"summary": "SUSE Bug 1242688 for CVE-2022-49853",
"url": "https://bugzilla.suse.com/1242688"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49853"
},
{
"cve": "CVE-2022-49858",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49858"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nocteontx2-pf: Fix SQE threshold checking\n\nCurrent way of checking available SQE count which is based on\nHW updated SQB count could result in driver submitting an SQE\neven before CQE for the previously transmitted SQE at the same\nindex is processed in NAPI resulting losing SKB pointers,\nhence a leak. Fix this by checking a consumer index which\nis updated once CQE is processed.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49858",
"url": "https://www.suse.com/security/cve/CVE-2022-49858"
},
{
"category": "external",
"summary": "SUSE Bug 1242589 for CVE-2022-49858",
"url": "https://bugzilla.suse.com/1242589"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49858"
},
{
"cve": "CVE-2022-49860",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49860"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndmaengine: ti: k3-udma-glue: fix memory leak when register device fail\n\nIf device_register() fails, it should call put_device() to give\nup reference, the name allocated in dev_set_name() can be freed\nin callback function kobject_cleanup().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49860",
"url": "https://www.suse.com/security/cve/CVE-2022-49860"
},
{
"category": "external",
"summary": "SUSE Bug 1242586 for CVE-2022-49860",
"url": "https://bugzilla.suse.com/1242586"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49860"
},
{
"cve": "CVE-2022-49861",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49861"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove()\n\nA clk_prepare_enable() call in the probe is not balanced by a corresponding\nclk_disable_unprepare() in the remove function.\n\nAdd the missing call.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49861",
"url": "https://www.suse.com/security/cve/CVE-2022-49861"
},
{
"category": "external",
"summary": "SUSE Bug 1242580 for CVE-2022-49861",
"url": "https://bugzilla.suse.com/1242580"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49861"
},
{
"cve": "CVE-2022-49863",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49863"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncan: af_can: fix NULL pointer dereference in can_rx_register()\n\nIt causes NULL pointer dereference when testing as following:\n(a) use syscall(__NR_socket, 0x10ul, 3ul, 0) to create netlink socket.\n(b) use syscall(__NR_sendmsg, ...) to create bond link device and vxcan\n link device, and bind vxcan device to bond device (can also use\n ifenslave command to bind vxcan device to bond device).\n(c) use syscall(__NR_socket, 0x1dul, 3ul, 1) to create CAN socket.\n(d) use syscall(__NR_bind, ...) to bind the bond device to CAN socket.\n\nThe bond device invokes the can-raw protocol registration interface to\nreceive CAN packets. However, ml_priv is not allocated to the dev,\ndev_rcv_lists is assigned to NULL in can_rx_register(). In this case,\nit will occur the NULL pointer dereference issue.\n\nThe following is the stack information:\nBUG: kernel NULL pointer dereference, address: 0000000000000008\nPGD 122a4067 P4D 122a4067 PUD 1223c067 PMD 0\nOops: 0000 [#1] PREEMPT SMP\nRIP: 0010:can_rx_register+0x12d/0x1e0\nCall Trace:\n\u003cTASK\u003e\nraw_enable_filters+0x8d/0x120\nraw_enable_allfilters+0x3b/0x130\nraw_bind+0x118/0x4f0\n__sys_bind+0x163/0x1a0\n__x64_sys_bind+0x1e/0x30\ndo_syscall_64+0x35/0x80\nentry_SYSCALL_64_after_hwframe+0x63/0xcd\n\u003c/TASK\u003e",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49863",
"url": "https://www.suse.com/security/cve/CVE-2022-49863"
},
{
"category": "external",
"summary": "SUSE Bug 1242169 for CVE-2022-49863",
"url": "https://bugzilla.suse.com/1242169"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49863"
},
{
"cve": "CVE-2022-49864",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49864"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amdkfd: Fix NULL pointer dereference in svm_migrate_to_ram()\n\n./drivers/gpu/drm/amd/amdkfd/kfd_migrate.c:985:58-62: ERROR: p is NULL but dereferenced.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49864",
"url": "https://www.suse.com/security/cve/CVE-2022-49864"
},
{
"category": "external",
"summary": "SUSE Bug 1242685 for CVE-2022-49864",
"url": "https://bugzilla.suse.com/1242685"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49864"
},
{
"cve": "CVE-2022-49865",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49865"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network\n\nWhen copying a `struct ifaddrlblmsg` to the network, __ifal_reserved\nremained uninitialized, resulting in a 1-byte infoleak:\n\n BUG: KMSAN: kernel-network-infoleak in __netdev_start_xmit ./include/linux/netdevice.h:4841\n __netdev_start_xmit ./include/linux/netdevice.h:4841\n netdev_start_xmit ./include/linux/netdevice.h:4857\n xmit_one net/core/dev.c:3590\n dev_hard_start_xmit+0x1dc/0x800 net/core/dev.c:3606\n __dev_queue_xmit+0x17e8/0x4350 net/core/dev.c:4256\n dev_queue_xmit ./include/linux/netdevice.h:3009\n __netlink_deliver_tap_skb net/netlink/af_netlink.c:307\n __netlink_deliver_tap+0x728/0xad0 net/netlink/af_netlink.c:325\n netlink_deliver_tap net/netlink/af_netlink.c:338\n __netlink_sendskb net/netlink/af_netlink.c:1263\n netlink_sendskb+0x1d9/0x200 net/netlink/af_netlink.c:1272\n netlink_unicast+0x56d/0xf50 net/netlink/af_netlink.c:1360\n nlmsg_unicast ./include/net/netlink.h:1061\n rtnl_unicast+0x5a/0x80 net/core/rtnetlink.c:758\n ip6addrlbl_get+0xfad/0x10f0 net/ipv6/addrlabel.c:628\n rtnetlink_rcv_msg+0xb33/0x1570 net/core/rtnetlink.c:6082\n ...\n Uninit was created at:\n slab_post_alloc_hook+0x118/0xb00 mm/slab.h:742\n slab_alloc_node mm/slub.c:3398\n __kmem_cache_alloc_node+0x4f2/0x930 mm/slub.c:3437\n __do_kmalloc_node mm/slab_common.c:954\n __kmalloc_node_track_caller+0x117/0x3d0 mm/slab_common.c:975\n kmalloc_reserve net/core/skbuff.c:437\n __alloc_skb+0x27a/0xab0 net/core/skbuff.c:509\n alloc_skb ./include/linux/skbuff.h:1267\n nlmsg_new ./include/net/netlink.h:964\n ip6addrlbl_get+0x490/0x10f0 net/ipv6/addrlabel.c:608\n rtnetlink_rcv_msg+0xb33/0x1570 net/core/rtnetlink.c:6082\n netlink_rcv_skb+0x299/0x550 net/netlink/af_netlink.c:2540\n rtnetlink_rcv+0x26/0x30 net/core/rtnetlink.c:6109\n netlink_unicast_kernel net/netlink/af_netlink.c:1319\n netlink_unicast+0x9ab/0xf50 net/netlink/af_netlink.c:1345\n netlink_sendmsg+0xebc/0x10f0 net/netlink/af_netlink.c:1921\n ...\n\nThis patch ensures that the reserved field is always initialized.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49865",
"url": "https://www.suse.com/security/cve/CVE-2022-49865"
},
{
"category": "external",
"summary": "SUSE Bug 1242570 for CVE-2022-49865",
"url": "https://bugzilla.suse.com/1242570"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49865"
},
{
"cve": "CVE-2022-49868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49868"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nphy: ralink: mt7621-pci: add sentinel to quirks table\n\nWith mt7621 soc_dev_attr fixed to register the soc as a device,\nkernel will experience an oops in soc_device_match_attr\n\nThis quirk test was introduced in the staging driver in\ncommit 9445ccb3714c (\"staging: mt7621-pci-phy: add quirks for \u0027E2\u0027\nrevision using \u0027soc_device_attribute\u0027\"). The staging driver was removed,\nand later re-added in commit d87da32372a0 (\"phy: ralink: Add PHY driver\nfor MT7621 PCIe PHY\") for kernel 5.11",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49868",
"url": "https://www.suse.com/security/cve/CVE-2022-49868"
},
{
"category": "external",
"summary": "SUSE Bug 1242550 for CVE-2022-49868",
"url": "https://bugzilla.suse.com/1242550"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "low"
}
],
"title": "CVE-2022-49868"
},
{
"cve": "CVE-2022-49869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49869"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbnxt_en: Fix possible crash in bnxt_hwrm_set_coal()\n\nDuring the error recovery sequence, the rtnl_lock is not held for the\nentire duration and some datastructures may be freed during the sequence.\nCheck for the BNXT_STATE_OPEN flag instead of netif_running() to ensure\nthat the device is fully operational before proceeding to reconfigure\nthe coalescing settings.\n\nThis will fix a possible crash like this:\n\nBUG: unable to handle kernel NULL pointer dereference at 0000000000000000\nPGD 0 P4D 0\nOops: 0000 [#1] SMP NOPTI\nCPU: 10 PID: 181276 Comm: ethtool Kdump: loaded Tainted: G IOE --------- - - 4.18.0-348.el8.x86_64 #1\nHardware name: Dell Inc. PowerEdge R740/0F9N89, BIOS 2.3.10 08/15/2019\nRIP: 0010:bnxt_hwrm_set_coal+0x1fb/0x2a0 [bnxt_en]\nCode: c2 66 83 4e 22 08 66 89 46 1c e8 10 cb 00 00 41 83 c6 01 44 39 b3 68 01 00 00 0f 8e a3 00 00 00 48 8b 93 c8 00 00 00 49 63 c6 \u003c48\u003e 8b 2c c2 48 8b 85 b8 02 00 00 48 85 c0 74 2e 48 8b 74 24 08 f6\nRSP: 0018:ffffb11c8dcaba50 EFLAGS: 00010246\nRAX: 0000000000000000 RBX: ffff8d168a8b0ac0 RCX: 00000000000000c5\nRDX: 0000000000000000 RSI: ffff8d162f72c000 RDI: ffff8d168a8b0b28\nRBP: 0000000000000000 R08: b6e1f68a12e9a7eb R09: 0000000000000000\nR10: 0000000000000001 R11: 0000000000000037 R12: ffff8d168a8b109c\nR13: ffff8d168a8b10aa R14: 0000000000000000 R15: ffffffffc01ac4e0\nFS: 00007f3852e4c740(0000) GS:ffff8d24c0080000(0000) knlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 0000000000000000 CR3: 000000041b3ee003 CR4: 00000000007706e0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nPKRU: 55555554\nCall Trace:\n ethnl_set_coalesce+0x3ce/0x4c0\n genl_family_rcv_msg_doit.isra.15+0x10f/0x150\n genl_family_rcv_msg+0xb3/0x160\n ? coalesce_fill_reply+0x480/0x480\n genl_rcv_msg+0x47/0x90\n ? genl_family_rcv_msg+0x160/0x160\n netlink_rcv_skb+0x4c/0x120\n genl_rcv+0x24/0x40\n netlink_unicast+0x196/0x230\n netlink_sendmsg+0x204/0x3d0\n sock_sendmsg+0x4c/0x50\n __sys_sendto+0xee/0x160\n ? syscall_trace_enter+0x1d3/0x2c0\n ? __audit_syscall_exit+0x249/0x2a0\n __x64_sys_sendto+0x24/0x30\n do_syscall_64+0x5b/0x1a0\n entry_SYSCALL_64_after_hwframe+0x65/0xca\nRIP: 0033:0x7f38524163bb",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49869",
"url": "https://www.suse.com/security/cve/CVE-2022-49869"
},
{
"category": "external",
"summary": "SUSE Bug 1242158 for CVE-2022-49869",
"url": "https://bugzilla.suse.com/1242158"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49869"
},
{
"cve": "CVE-2022-49870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49870"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncapabilities: fix undefined behavior in bit shift for CAP_TO_MASK\n\nShifting signed 32-bit value by 31 bits is undefined, so changing\nsignificant bit to unsigned. The UBSAN warning calltrace like below:\n\nUBSAN: shift-out-of-bounds in security/commoncap.c:1252:2\nleft shift of 1 by 31 places cannot be represented in type \u0027int\u0027\nCall Trace:\n \u003cTASK\u003e\n dump_stack_lvl+0x7d/0xa5\n dump_stack+0x15/0x1b\n ubsan_epilogue+0xe/0x4e\n __ubsan_handle_shift_out_of_bounds+0x1e7/0x20c\n cap_task_prctl+0x561/0x6f0\n security_task_prctl+0x5a/0xb0\n __x64_sys_prctl+0x61/0x8f0\n do_syscall_64+0x58/0x80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\n \u003c/TASK\u003e",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49870",
"url": "https://www.suse.com/security/cve/CVE-2022-49870"
},
{
"category": "external",
"summary": "SUSE Bug 1242551 for CVE-2022-49870",
"url": "https://bugzilla.suse.com/1242551"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49870"
},
{
"cve": "CVE-2022-49871",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49871"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: tun: Fix memory leaks of napi_get_frags\n\nkmemleak reports after running test_progs:\n\nunreferenced object 0xffff8881b1672dc0 (size 232):\n comm \"test_progs\", pid 394388, jiffies 4354712116 (age 841.975s)\n hex dump (first 32 bytes):\n e0 84 d7 a8 81 88 ff ff 80 2c 67 b1 81 88 ff ff .........,g.....\n 00 40 c5 9b 81 88 ff ff 00 00 00 00 00 00 00 00 .@..............\n backtrace:\n [\u003c00000000c8f01748\u003e] napi_skb_cache_get+0xd4/0x150\n [\u003c0000000041c7fc09\u003e] __napi_build_skb+0x15/0x50\n [\u003c00000000431c7079\u003e] __napi_alloc_skb+0x26e/0x540\n [\u003c000000003ecfa30e\u003e] napi_get_frags+0x59/0x140\n [\u003c0000000099b2199e\u003e] tun_get_user+0x183d/0x3bb0 [tun]\n [\u003c000000008a5adef0\u003e] tun_chr_write_iter+0xc0/0x1b1 [tun]\n [\u003c0000000049993ff4\u003e] do_iter_readv_writev+0x19f/0x320\n [\u003c000000008f338ea2\u003e] do_iter_write+0x135/0x630\n [\u003c000000008a3377a4\u003e] vfs_writev+0x12e/0x440\n [\u003c00000000a6b5639a\u003e] do_writev+0x104/0x280\n [\u003c00000000ccf065d8\u003e] do_syscall_64+0x3b/0x90\n [\u003c00000000d776e329\u003e] entry_SYSCALL_64_after_hwframe+0x63/0xcd\n\nThe issue occurs in the following scenarios:\ntun_get_user()\n napi_gro_frags()\n napi_frags_finish()\n case GRO_NORMAL:\n gro_normal_one()\n list_add_tail(\u0026skb-\u003elist, \u0026napi-\u003erx_list);\n \u003c-- While napi-\u003erx_count \u003c READ_ONCE(gro_normal_batch),\n \u003c-- gro_normal_list() is not called, napi-\u003erx_list is not empty\n \u003c-- not ask to complete the gro work, will cause memory leaks in\n \u003c-- following tun_napi_del()\n...\ntun_napi_del()\n netif_napi_del()\n __netif_napi_del()\n \u003c-- \u0026napi-\u003erx_list is not empty, which caused memory leaks\n\nTo fix, add napi_complete() after napi_gro_frags().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49871",
"url": "https://www.suse.com/security/cve/CVE-2022-49871"
},
{
"category": "external",
"summary": "SUSE Bug 1242558 for CVE-2022-49871",
"url": "https://bugzilla.suse.com/1242558"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49871"
},
{
"cve": "CVE-2022-49874",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49874"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: hyperv: fix possible memory leak in mousevsc_probe()\n\nIf hid_add_device() returns error, it should call hid_destroy_device()\nto free hid_dev which is allocated in hid_allocate_device().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49874",
"url": "https://www.suse.com/security/cve/CVE-2022-49874"
},
{
"category": "external",
"summary": "SUSE Bug 1242478 for CVE-2022-49874",
"url": "https://bugzilla.suse.com/1242478"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49874"
},
{
"cve": "CVE-2022-49879",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49879"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix BUG_ON() when directory entry has invalid rec_len\n\nThe rec_len field in the directory entry has to be a multiple of 4. A\ncorrupted filesystem image can be used to hit a BUG() in\next4_rec_len_to_disk(), called from make_indexed_dir().\n\n ------------[ cut here ]------------\n kernel BUG at fs/ext4/ext4.h:2413!\n ...\n RIP: 0010:make_indexed_dir+0x53f/0x5f0\n ...\n Call Trace:\n \u003cTASK\u003e\n ? add_dirent_to_buf+0x1b2/0x200\n ext4_add_entry+0x36e/0x480\n ext4_add_nondir+0x2b/0xc0\n ext4_create+0x163/0x200\n path_openat+0x635/0xe90\n do_filp_open+0xb4/0x160\n ? __create_object.isra.0+0x1de/0x3b0\n ? _raw_spin_unlock+0x12/0x30\n do_sys_openat2+0x91/0x150\n __x64_sys_open+0x6c/0xa0\n do_syscall_64+0x3c/0x80\n entry_SYSCALL_64_after_hwframe+0x46/0xb0\n\nThe fix simply adds a call to ext4_check_dir_entry() to validate the\ndirectory entry, returning -EFSCORRUPTED if the entry is invalid.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49879",
"url": "https://www.suse.com/security/cve/CVE-2022-49879"
},
{
"category": "external",
"summary": "SUSE Bug 1242733 for CVE-2022-49879",
"url": "https://bugzilla.suse.com/1242733"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49879"
},
{
"cve": "CVE-2022-49880",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49880"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix warning in \u0027ext4_da_release_space\u0027\n\nSyzkaller report issue as follows:\nEXT4-fs (loop0): Free/Dirty block details\nEXT4-fs (loop0): free_blocks=0\nEXT4-fs (loop0): dirty_blocks=0\nEXT4-fs (loop0): Block reservation details\nEXT4-fs (loop0): i_reserved_data_blocks=0\nEXT4-fs warning (device loop0): ext4_da_release_space:1527: ext4_da_release_space: ino 18, to_free 1 with only 0 reserved data blocks\n------------[ cut here ]------------\nWARNING: CPU: 0 PID: 92 at fs/ext4/inode.c:1528 ext4_da_release_space+0x25e/0x370 fs/ext4/inode.c:1524\nModules linked in:\nCPU: 0 PID: 92 Comm: kworker/u4:4 Not tainted 6.0.0-syzkaller-09423-g493ffd6605b2 #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 09/22/2022\nWorkqueue: writeback wb_workfn (flush-7:0)\nRIP: 0010:ext4_da_release_space+0x25e/0x370 fs/ext4/inode.c:1528\nRSP: 0018:ffffc900015f6c90 EFLAGS: 00010296\nRAX: 42215896cd52ea00 RBX: 0000000000000000 RCX: 42215896cd52ea00\nRDX: 0000000000000000 RSI: 0000000080000001 RDI: 0000000000000000\nRBP: 1ffff1100e907d96 R08: ffffffff816aa79d R09: fffff520002bece5\nR10: fffff520002bece5 R11: 1ffff920002bece4 R12: ffff888021fd2000\nR13: ffff88807483ecb0 R14: 0000000000000001 R15: ffff88807483e740\nFS: 0000000000000000(0000) GS:ffff8880b9a00000(0000) knlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 00005555569ba628 CR3: 000000000c88e000 CR4: 00000000003506f0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nCall Trace:\n \u003cTASK\u003e\n ext4_es_remove_extent+0x1ab/0x260 fs/ext4/extents_status.c:1461\n mpage_release_unused_pages+0x24d/0xef0 fs/ext4/inode.c:1589\n ext4_writepages+0x12eb/0x3be0 fs/ext4/inode.c:2852\n do_writepages+0x3c3/0x680 mm/page-writeback.c:2469\n __writeback_single_inode+0xd1/0x670 fs/fs-writeback.c:1587\n writeback_sb_inodes+0xb3b/0x18f0 fs/fs-writeback.c:1870\n wb_writeback+0x41f/0x7b0 fs/fs-writeback.c:2044\n wb_do_writeback fs/fs-writeback.c:2187 [inline]\n wb_workfn+0x3cb/0xef0 fs/fs-writeback.c:2227\n process_one_work+0x877/0xdb0 kernel/workqueue.c:2289\n worker_thread+0xb14/0x1330 kernel/workqueue.c:2436\n kthread+0x266/0x300 kernel/kthread.c:376\n ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:306\n \u003c/TASK\u003e\n\nAbove issue may happens as follows:\next4_da_write_begin\n ext4_create_inline_data\n ext4_clear_inode_flag(inode, EXT4_INODE_EXTENTS);\n ext4_set_inode_flag(inode, EXT4_INODE_INLINE_DATA);\n__ext4_ioctl\n ext4_ext_migrate -\u003e will lead to eh-\u003eeh_entries not zero, and set extent flag\next4_da_write_begin\n ext4_da_convert_inline_data_to_extent\n ext4_da_write_inline_data_begin\n ext4_da_map_blocks\n ext4_insert_delayed_block\n\t if (!ext4_es_scan_clu(inode, \u0026ext4_es_is_delonly, lblk))\n\t if (!ext4_es_scan_clu(inode, \u0026ext4_es_is_mapped, lblk))\n\t ext4_clu_mapped(inode, EXT4_B2C(sbi, lblk)); -\u003e will return 1\n\t allocated = true;\n ext4_es_insert_delayed_block(inode, lblk, allocated);\next4_writepages\n mpage_map_and_submit_extent(handle, \u0026mpd, \u0026give_up_on_write); -\u003e return -ENOSPC\n mpage_release_unused_pages(\u0026mpd, give_up_on_write); -\u003e give_up_on_write == 1\n ext4_es_remove_extent\n ext4_da_release_space(inode, reserved);\n if (unlikely(to_free \u003e ei-\u003ei_reserved_data_blocks))\n\t -\u003e to_free == 1 but ei-\u003ei_reserved_data_blocks == 0\n\t -\u003e then trigger warning as above\n\nTo solve above issue, forbid inode do migrate which has inline data.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49880",
"url": "https://www.suse.com/security/cve/CVE-2022-49880"
},
{
"category": "external",
"summary": "SUSE Bug 1242734 for CVE-2022-49880",
"url": "https://bugzilla.suse.com/1242734"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49880"
},
{
"cve": "CVE-2022-49881",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49881"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: cfg80211: fix memory leak in query_regdb_file()\n\nIn the function query_regdb_file() the alpha2 parameter is duplicated\nusing kmemdup() and subsequently freed in regdb_fw_cb(). However,\nrequest_firmware_nowait() can fail without calling regdb_fw_cb() and\nthus leak memory.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49881",
"url": "https://www.suse.com/security/cve/CVE-2022-49881"
},
{
"category": "external",
"summary": "SUSE Bug 1242481 for CVE-2022-49881",
"url": "https://bugzilla.suse.com/1242481"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49881"
},
{
"cve": "CVE-2022-49885",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49885"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nACPI: APEI: Fix integer overflow in ghes_estatus_pool_init()\n\nChange num_ghes from int to unsigned int, preventing an overflow\nand causing subsequent vmalloc() to fail.\n\nThe overflow happens in ghes_estatus_pool_init() when calculating\nlen during execution of the statement below as both multiplication\noperands here are signed int:\n\nlen += (num_ghes * GHES_ESOURCE_PREALLOC_MAX_SIZE);\n\nThe following call trace is observed because of this bug:\n\n[ 9.317108] swapper/0: vmalloc error: size 18446744071562596352, exceeds total pages, mode:0xcc0(GFP_KERNEL), nodemask=(null),cpuset=/,mems_allowed=0-1\n[ 9.317131] Call Trace:\n[ 9.317134] \u003cTASK\u003e\n[ 9.317137] dump_stack_lvl+0x49/0x5f\n[ 9.317145] dump_stack+0x10/0x12\n[ 9.317146] warn_alloc.cold+0x7b/0xdf\n[ 9.317150] ? __device_attach+0x16a/0x1b0\n[ 9.317155] __vmalloc_node_range+0x702/0x740\n[ 9.317160] ? device_add+0x17f/0x920\n[ 9.317164] ? dev_set_name+0x53/0x70\n[ 9.317166] ? platform_device_add+0xf9/0x240\n[ 9.317168] __vmalloc_node+0x49/0x50\n[ 9.317170] ? ghes_estatus_pool_init+0x43/0xa0\n[ 9.317176] vmalloc+0x21/0x30\n[ 9.317177] ghes_estatus_pool_init+0x43/0xa0\n[ 9.317179] acpi_hest_init+0x129/0x19c\n[ 9.317185] acpi_init+0x434/0x4a4\n[ 9.317188] ? acpi_sleep_proc_init+0x2a/0x2a\n[ 9.317190] do_one_initcall+0x48/0x200\n[ 9.317195] kernel_init_freeable+0x221/0x284\n[ 9.317200] ? rest_init+0xe0/0xe0\n[ 9.317204] kernel_init+0x1a/0x130\n[ 9.317205] ret_from_fork+0x22/0x30\n[ 9.317208] \u003c/TASK\u003e\n\n[ rjw: Subject and changelog edits ]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49885",
"url": "https://www.suse.com/security/cve/CVE-2022-49885"
},
{
"category": "external",
"summary": "SUSE Bug 1242735 for CVE-2022-49885",
"url": "https://bugzilla.suse.com/1242735"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49885"
},
{
"cve": "CVE-2022-49887",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49887"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmedia: meson: vdec: fix possible refcount leak in vdec_probe()\n\nv4l2_device_unregister need to be called to put the refcount got by\nv4l2_device_register when vdec_probe fails or vdec_remove is called.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49887",
"url": "https://www.suse.com/security/cve/CVE-2022-49887"
},
{
"category": "external",
"summary": "SUSE Bug 1242736 for CVE-2022-49887",
"url": "https://bugzilla.suse.com/1242736"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49887"
},
{
"cve": "CVE-2022-49888",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49888"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\narm64: entry: avoid kprobe recursion\n\nThe cortex_a76_erratum_1463225_debug_handler() function is called when\nhandling debug exceptions (and synchronous exceptions from BRK\ninstructions), and so is called when a probed function executes. If the\ncompiler does not inline cortex_a76_erratum_1463225_debug_handler(), it\ncan be probed.\n\nIf cortex_a76_erratum_1463225_debug_handler() is probed, any debug\nexception or software breakpoint exception will result in recursive\nexceptions leading to a stack overflow. This can be triggered with the\nftrace multiple_probes selftest, and as per the example splat below.\n\nThis is a regression caused by commit:\n\n 6459b8469753e9fe (\"arm64: entry: consolidate Cortex-A76 erratum 1463225 workaround\")\n\n... which removed the NOKPROBE_SYMBOL() annotation associated with the\nfunction.\n\nMy intent was that cortex_a76_erratum_1463225_debug_handler() would be\ninlined into its caller, el1_dbg(), which is marked noinstr and cannot\nbe probed. Mark cortex_a76_erratum_1463225_debug_handler() as\n__always_inline to ensure this.\n\nExample splat prior to this patch (with recursive entries elided):\n\n| # echo p cortex_a76_erratum_1463225_debug_handler \u003e /sys/kernel/debug/tracing/kprobe_events\n| # echo p do_el0_svc \u003e\u003e /sys/kernel/debug/tracing/kprobe_events\n| # echo 1 \u003e /sys/kernel/debug/tracing/events/kprobes/enable\n| Insufficient stack space to handle exception!\n| ESR: 0x0000000096000047 -- DABT (current EL)\n| FAR: 0xffff800009cefff0\n| Task stack: [0xffff800009cf0000..0xffff800009cf4000]\n| IRQ stack: [0xffff800008000000..0xffff800008004000]\n| Overflow stack: [0xffff00007fbc00f0..0xffff00007fbc10f0]\n| CPU: 0 PID: 145 Comm: sh Not tainted 6.0.0 #2\n| Hardware name: linux,dummy-virt (DT)\n| pstate: 604003c5 (nZCv DAIF +PAN -UAO -TCO -DIT -SSBS BTYPE=--)\n| pc : arm64_enter_el1_dbg+0x4/0x20\n| lr : el1_dbg+0x24/0x5c\n| sp : ffff800009cf0000\n| x29: ffff800009cf0000 x28: ffff000002c74740 x27: 0000000000000000\n| x26: 0000000000000000 x25: 0000000000000000 x24: 0000000000000000\n| x23: 00000000604003c5 x22: ffff80000801745c x21: 0000aaaac95ac068\n| x20: 00000000f2000004 x19: ffff800009cf0040 x18: 0000000000000000\n| x17: 0000000000000000 x16: 0000000000000000 x15: 0000000000000000\n| x14: 0000000000000000 x13: 0000000000000000 x12: 0000000000000000\n| x11: 0000000000000010 x10: ffff800008c87190 x9 : ffff800008ca00d0\n| x8 : 000000000000003c x7 : 0000000000000000 x6 : 0000000000000000\n| x5 : 0000000000000000 x4 : 0000000000000000 x3 : 00000000000043a4\n| x2 : 00000000f2000004 x1 : 00000000f2000004 x0 : ffff800009cf0040\n| Kernel panic - not syncing: kernel stack overflow\n| CPU: 0 PID: 145 Comm: sh Not tainted 6.0.0 #2\n| Hardware name: linux,dummy-virt (DT)\n| Call trace:\n| dump_backtrace+0xe4/0x104\n| show_stack+0x18/0x4c\n| dump_stack_lvl+0x64/0x7c\n| dump_stack+0x18/0x38\n| panic+0x14c/0x338\n| test_taint+0x0/0x2c\n| panic_bad_stack+0x104/0x118\n| handle_bad_stack+0x34/0x48\n| __bad_stack+0x78/0x7c\n| arm64_enter_el1_dbg+0x4/0x20\n| el1h_64_sync_handler+0x40/0x98\n| el1h_64_sync+0x64/0x68\n| cortex_a76_erratum_1463225_debug_handler+0x0/0x34\n...\n| el1h_64_sync_handler+0x40/0x98\n| el1h_64_sync+0x64/0x68\n| cortex_a76_erratum_1463225_debug_handler+0x0/0x34\n...\n| el1h_64_sync_handler+0x40/0x98\n| el1h_64_sync+0x64/0x68\n| cortex_a76_erratum_1463225_debug_handler+0x0/0x34\n| el1h_64_sync_handler+0x40/0x98\n| el1h_64_sync+0x64/0x68\n| do_el0_svc+0x0/0x28\n| el0t_64_sync_handler+0x84/0xf0\n| el0t_64_sync+0x18c/0x190\n| Kernel Offset: disabled\n| CPU features: 0x0080,00005021,19001080\n| Memory Limit: none\n| ---[ end Kernel panic - not syncing: kernel stack overflow ]---\n\nWith this patch, cortex_a76_erratum_1463225_debug_handler() is inlined\ninto el1_dbg(), and el1_dbg() cannot be probed:\n\n| # echo p cortex_a76_erratum_1463225_debug_handler \u003e /sys/kernel/debug/tracing/kprobe_events\n| sh: write error: No such file or directory\n| # grep -w cortex_a76_errat\n---truncated---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49888",
"url": "https://www.suse.com/security/cve/CVE-2022-49888"
},
{
"category": "external",
"summary": "SUSE Bug 1242458 for CVE-2022-49888",
"url": "https://bugzilla.suse.com/1242458"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49888"
},
{
"cve": "CVE-2022-49889",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49889"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nring-buffer: Check for NULL cpu_buffer in ring_buffer_wake_waiters()\n\nOn some machines the number of listed CPUs may be bigger than the actual\nCPUs that exist. The tracing subsystem allocates a per_cpu directory with\naccess to the per CPU ring buffer via a cpuX file. But to save space, the\nring buffer will only allocate buffers for online CPUs, even though the\nCPU array will be as big as the nr_cpu_ids.\n\nWith the addition of waking waiters on the ring buffer when closing the\nfile, the ring_buffer_wake_waiters() now needs to make sure that the\nbuffer is allocated (with the irq_work allocated with it) before trying to\nwake waiters, as it will cause a NULL pointer dereference.\n\nWhile debugging this, I added a NULL check for the buffer itself (which is\nOK to do), and also NULL pointer checks against buffer-\u003ebuffers (which is\nnot fine, and will WARN) as well as making sure the CPU number passed in\nis within the nr_cpu_ids (which is also not fine if it isn\u0027t).\n\n\nBugzilla: https://bugzilla.opensuse.org/show_bug.cgi?id=1204705",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49889",
"url": "https://www.suse.com/security/cve/CVE-2022-49889"
},
{
"category": "external",
"summary": "SUSE Bug 1242455 for CVE-2022-49889",
"url": "https://bugzilla.suse.com/1242455"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49889"
},
{
"cve": "CVE-2022-49890",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49890"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncapabilities: fix potential memleak on error path from vfs_getxattr_alloc()\n\nIn cap_inode_getsecurity(), we will use vfs_getxattr_alloc() to\ncomplete the memory allocation of tmpbuf, if we have completed\nthe memory allocation of tmpbuf, but failed to call handler-\u003eget(...),\nthere will be a memleak in below logic:\n\n |-- ret = (int)vfs_getxattr_alloc(mnt_userns, ...)\n | /* ^^^ alloc for tmpbuf */\n |-- value = krealloc(*xattr_value, error + 1, flags)\n | /* ^^^ alloc memory */\n |-- error = handler-\u003eget(handler, ...)\n | /* error! */\n |-- *xattr_value = value\n | /* xattr_value is \u0026tmpbuf (memory leak!) */\n\nSo we will try to free(tmpbuf) after vfs_getxattr_alloc() fails to fix it.\n\n[PM: subject line and backtrace tweaks]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49890",
"url": "https://www.suse.com/security/cve/CVE-2022-49890"
},
{
"category": "external",
"summary": "SUSE Bug 1242469 for CVE-2022-49890",
"url": "https://bugzilla.suse.com/1242469"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49890"
},
{
"cve": "CVE-2022-49891",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49891"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntracing: kprobe: Fix memory leak in test_gen_kprobe/kretprobe_cmd()\n\ntest_gen_kprobe_cmd() only free buf in fail path, hence buf will leak\nwhen there is no failure. Move kfree(buf) from fail path to common path\nto prevent the memleak. The same reason and solution in\ntest_gen_kretprobe_cmd().\n\nunreferenced object 0xffff888143b14000 (size 2048):\n comm \"insmod\", pid 52490, jiffies 4301890980 (age 40.553s)\n hex dump (first 32 bytes):\n 70 3a 6b 70 72 6f 62 65 73 2f 67 65 6e 5f 6b 70 p:kprobes/gen_kp\n 72 6f 62 65 5f 74 65 73 74 20 64 6f 5f 73 79 73 robe_test do_sys\n backtrace:\n [\u003c000000006d7b836b\u003e] kmalloc_trace+0x27/0xa0\n [\u003c0000000009528b5b\u003e] 0xffffffffa059006f\n [\u003c000000008408b580\u003e] do_one_initcall+0x87/0x2a0\n [\u003c00000000c4980a7e\u003e] do_init_module+0xdf/0x320\n [\u003c00000000d775aad0\u003e] load_module+0x3006/0x3390\n [\u003c00000000e9a74b80\u003e] __do_sys_finit_module+0x113/0x1b0\n [\u003c000000003726480d\u003e] do_syscall_64+0x35/0x80\n [\u003c000000003441e93b\u003e] entry_SYSCALL_64_after_hwframe+0x46/0xb0",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49891",
"url": "https://www.suse.com/security/cve/CVE-2022-49891"
},
{
"category": "external",
"summary": "SUSE Bug 1242456 for CVE-2022-49891",
"url": "https://bugzilla.suse.com/1242456"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49891"
},
{
"cve": "CVE-2022-49892",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49892"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nftrace: Fix use-after-free for dynamic ftrace_ops\n\nKASAN reported a use-after-free with ftrace ops [1]. It was found from\nvmcore that perf had registered two ops with the same content\nsuccessively, both dynamic. After unregistering the second ops, a\nuse-after-free occurred.\n\nIn ftrace_shutdown(), when the second ops is unregistered, the\nFTRACE_UPDATE_CALLS command is not set because there is another enabled\nops with the same content. Also, both ops are dynamic and the ftrace\ncallback function is ftrace_ops_list_func, so the\nFTRACE_UPDATE_TRACE_FUNC command will not be set. Eventually the value\nof \u0027command\u0027 will be 0 and ftrace_shutdown() will skip the rcu\nsynchronization.\n\nHowever, ftrace may be activated. When the ops is released, another CPU\nmay be accessing the ops. Add the missing synchronization to fix this\nproblem.\n\n[1]\nBUG: KASAN: use-after-free in __ftrace_ops_list_func kernel/trace/ftrace.c:7020 [inline]\nBUG: KASAN: use-after-free in ftrace_ops_list_func+0x2b0/0x31c kernel/trace/ftrace.c:7049\nRead of size 8 at addr ffff56551965bbc8 by task syz-executor.2/14468\n\nCPU: 1 PID: 14468 Comm: syz-executor.2 Not tainted 5.10.0 #7\nHardware name: linux,dummy-virt (DT)\nCall trace:\n dump_backtrace+0x0/0x40c arch/arm64/kernel/stacktrace.c:132\n show_stack+0x30/0x40 arch/arm64/kernel/stacktrace.c:196\n __dump_stack lib/dump_stack.c:77 [inline]\n dump_stack+0x1b4/0x248 lib/dump_stack.c:118\n print_address_description.constprop.0+0x28/0x48c mm/kasan/report.c:387\n __kasan_report mm/kasan/report.c:547 [inline]\n kasan_report+0x118/0x210 mm/kasan/report.c:564\n check_memory_region_inline mm/kasan/generic.c:187 [inline]\n __asan_load8+0x98/0xc0 mm/kasan/generic.c:253\n __ftrace_ops_list_func kernel/trace/ftrace.c:7020 [inline]\n ftrace_ops_list_func+0x2b0/0x31c kernel/trace/ftrace.c:7049\n ftrace_graph_call+0x0/0x4\n __might_sleep+0x8/0x100 include/linux/perf_event.h:1170\n __might_fault mm/memory.c:5183 [inline]\n __might_fault+0x58/0x70 mm/memory.c:5171\n do_strncpy_from_user lib/strncpy_from_user.c:41 [inline]\n strncpy_from_user+0x1f4/0x4b0 lib/strncpy_from_user.c:139\n getname_flags+0xb0/0x31c fs/namei.c:149\n getname+0x2c/0x40 fs/namei.c:209\n [...]\n\nAllocated by task 14445:\n kasan_save_stack+0x24/0x50 mm/kasan/common.c:48\n kasan_set_track mm/kasan/common.c:56 [inline]\n __kasan_kmalloc mm/kasan/common.c:479 [inline]\n __kasan_kmalloc.constprop.0+0x110/0x13c mm/kasan/common.c:449\n kasan_kmalloc+0xc/0x14 mm/kasan/common.c:493\n kmem_cache_alloc_trace+0x440/0x924 mm/slub.c:2950\n kmalloc include/linux/slab.h:563 [inline]\n kzalloc include/linux/slab.h:675 [inline]\n perf_event_alloc.part.0+0xb4/0x1350 kernel/events/core.c:11230\n perf_event_alloc kernel/events/core.c:11733 [inline]\n __do_sys_perf_event_open kernel/events/core.c:11831 [inline]\n __se_sys_perf_event_open+0x550/0x15f4 kernel/events/core.c:11723\n __arm64_sys_perf_event_open+0x6c/0x80 kernel/events/core.c:11723\n [...]\n\nFreed by task 14445:\n kasan_save_stack+0x24/0x50 mm/kasan/common.c:48\n kasan_set_track+0x24/0x34 mm/kasan/common.c:56\n kasan_set_free_info+0x20/0x40 mm/kasan/generic.c:358\n __kasan_slab_free.part.0+0x11c/0x1b0 mm/kasan/common.c:437\n __kasan_slab_free mm/kasan/common.c:445 [inline]\n kasan_slab_free+0x2c/0x40 mm/kasan/common.c:446\n slab_free_hook mm/slub.c:1569 [inline]\n slab_free_freelist_hook mm/slub.c:1608 [inline]\n slab_free mm/slub.c:3179 [inline]\n kfree+0x12c/0xc10 mm/slub.c:4176\n perf_event_alloc.part.0+0xa0c/0x1350 kernel/events/core.c:11434\n perf_event_alloc kernel/events/core.c:11733 [inline]\n __do_sys_perf_event_open kernel/events/core.c:11831 [inline]\n __se_sys_perf_event_open+0x550/0x15f4 kernel/events/core.c:11723\n [...]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49892",
"url": "https://www.suse.com/security/cve/CVE-2022-49892"
},
{
"category": "external",
"summary": "SUSE Bug 1242449 for CVE-2022-49892",
"url": "https://bugzilla.suse.com/1242449"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49892"
},
{
"cve": "CVE-2022-49900",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49900"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ni2c: piix4: Fix adapter not be removed in piix4_remove()\n\nIn piix4_probe(), the piix4 adapter will be registered in:\n\n piix4_probe()\n piix4_add_adapters_sb800() / piix4_add_adapter()\n i2c_add_adapter()\n\nBased on the probed device type, piix4_add_adapters_sb800() or single\npiix4_add_adapter() will be called.\nFor the former case, piix4_adapter_count is set as the number of adapters,\nwhile for antoher case it is not set and kept default *zero*.\n\nWhen piix4 is removed, piix4_remove() removes the adapters added in\npiix4_probe(), basing on the piix4_adapter_count value.\nBecause the count is zero for the single adapter case, the adapter won\u0027t\nbe removed and makes the sources allocated for adapter leaked, such as\nthe i2c client and device.\n\nThese sources can still be accessed by i2c or bus and cause problems.\nAn easily reproduced case is that if a new adapter is registered, i2c\nwill get the leaked adapter and try to call smbus_algorithm, which was\nalready freed:\n\nTriggered by: rmmod i2c_piix4 \u0026\u0026 modprobe max31730\n\n BUG: unable to handle page fault for address: ffffffffc053d860\n #PF: supervisor read access in kernel mode\n #PF: error_code(0x0000) - not-present page\n Oops: 0000 [#1] PREEMPT SMP KASAN\n CPU: 0 PID: 3752 Comm: modprobe Tainted: G\n Hardware name: QEMU Standard PC (i440FX + PIIX, 1996)\n RIP: 0010:i2c_default_probe (drivers/i2c/i2c-core-base.c:2259) i2c_core\n RSP: 0018:ffff888107477710 EFLAGS: 00000246\n ...\n \u003cTASK\u003e\n i2c_detect (drivers/i2c/i2c-core-base.c:2302) i2c_core\n __process_new_driver (drivers/i2c/i2c-core-base.c:1336) i2c_core\n bus_for_each_dev (drivers/base/bus.c:301)\n i2c_for_each_dev (drivers/i2c/i2c-core-base.c:1823) i2c_core\n i2c_register_driver (drivers/i2c/i2c-core-base.c:1861) i2c_core\n do_one_initcall (init/main.c:1296)\n do_init_module (kernel/module/main.c:2455)\n ...\n \u003c/TASK\u003e\n ---[ end trace 0000000000000000 ]---\n\nFix this problem by correctly set piix4_adapter_count as 1 for the\nsingle adapter so it can be normally removed.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49900",
"url": "https://www.suse.com/security/cve/CVE-2022-49900"
},
{
"category": "external",
"summary": "SUSE Bug 1242454 for CVE-2022-49900",
"url": "https://bugzilla.suse.com/1242454"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49900"
},
{
"cve": "CVE-2022-49905",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49905"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/smc: Fix possible leaked pernet namespace in smc_init()\n\nIn smc_init(), register_pernet_subsys(\u0026smc_net_stat_ops) is called\nwithout any error handling.\nIf it fails, registering of \u0026smc_net_ops won\u0027t be reverted.\nAnd if smc_nl_init() fails, \u0026smc_net_stat_ops itself won\u0027t be reverted.\n\nThis leaves wild ops in subsystem linkedlist and when another module\ntries to call register_pernet_operations() it triggers page fault:\n\nBUG: unable to handle page fault for address: fffffbfff81b964c\nRIP: 0010:register_pernet_operations+0x1b9/0x5f0\nCall Trace:\n \u003cTASK\u003e\n register_pernet_subsys+0x29/0x40\n ebtables_init+0x58/0x1000 [ebtables]\n ...",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49905",
"url": "https://www.suse.com/security/cve/CVE-2022-49905"
},
{
"category": "external",
"summary": "SUSE Bug 1242467 for CVE-2022-49905",
"url": "https://bugzilla.suse.com/1242467"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49905"
},
{
"cve": "CVE-2022-49906",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49906"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nibmvnic: Free rwi on reset success\n\nFree the rwi structure in the event that the last rwi in the list\nprocessed successfully. The logic in commit 4f408e1fa6e1 (\"ibmvnic:\nretry reset if there are no other resets\") introduces an issue that\nresults in a 32 byte memory leak whenever the last rwi in the list\ngets processed.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49906",
"url": "https://www.suse.com/security/cve/CVE-2022-49906"
},
{
"category": "external",
"summary": "SUSE Bug 1242464 for CVE-2022-49906",
"url": "https://bugzilla.suse.com/1242464"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49906"
},
{
"cve": "CVE-2022-49908",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49908"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: L2CAP: Fix memory leak in vhci_write\n\nSyzkaller reports a memory leak as follows:\n====================================\nBUG: memory leak\nunreferenced object 0xffff88810d81ac00 (size 240):\n [...]\n hex dump (first 32 bytes):\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n backtrace:\n [\u003cffffffff838733d9\u003e] __alloc_skb+0x1f9/0x270 net/core/skbuff.c:418\n [\u003cffffffff833f742f\u003e] alloc_skb include/linux/skbuff.h:1257 [inline]\n [\u003cffffffff833f742f\u003e] bt_skb_alloc include/net/bluetooth/bluetooth.h:469 [inline]\n [\u003cffffffff833f742f\u003e] vhci_get_user drivers/bluetooth/hci_vhci.c:391 [inline]\n [\u003cffffffff833f742f\u003e] vhci_write+0x5f/0x230 drivers/bluetooth/hci_vhci.c:511\n [\u003cffffffff815e398d\u003e] call_write_iter include/linux/fs.h:2192 [inline]\n [\u003cffffffff815e398d\u003e] new_sync_write fs/read_write.c:491 [inline]\n [\u003cffffffff815e398d\u003e] vfs_write+0x42d/0x540 fs/read_write.c:578\n [\u003cffffffff815e3cdd\u003e] ksys_write+0x9d/0x160 fs/read_write.c:631\n [\u003cffffffff845e0645\u003e] do_syscall_x64 arch/x86/entry/common.c:50 [inline]\n [\u003cffffffff845e0645\u003e] do_syscall_64+0x35/0xb0 arch/x86/entry/common.c:80\n [\u003cffffffff84600087\u003e] entry_SYSCALL_64_after_hwframe+0x63/0xcd\n====================================\n\nHCI core will uses hci_rx_work() to process frame, which is queued to\nthe hdev-\u003erx_q tail in hci_recv_frame() by HCI driver.\n\nYet the problem is that, HCI core may not free the skb after handling\nACL data packets. To be more specific, when start fragment does not\ncontain the L2CAP length, HCI core just copies skb into conn-\u003erx_skb and\nfinishes frame process in l2cap_recv_acldata(), without freeing the skb,\nwhich triggers the above memory leak.\n\nThis patch solves it by releasing the relative skb, after processing\nthe above case in l2cap_recv_acldata().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49908",
"url": "https://www.suse.com/security/cve/CVE-2022-49908"
},
{
"category": "external",
"summary": "SUSE Bug 1242157 for CVE-2022-49908",
"url": "https://bugzilla.suse.com/1242157"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49908"
},
{
"cve": "CVE-2022-49909",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49909"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: L2CAP: fix use-after-free in l2cap_conn_del()\n\nWhen l2cap_recv_frame() is invoked to receive data, and the cid is\nL2CAP_CID_A2MP, if the channel does not exist, it will create a channel.\nHowever, after a channel is created, the hold operation of the channel\nis not performed. In this case, the value of channel reference counting\nis 1. As a result, after hci_error_reset() is triggered, l2cap_conn_del()\ninvokes the close hook function of A2MP to release the channel. Then\n l2cap_chan_unlock(chan) will trigger UAF issue.\n\nThe process is as follows:\nReceive data:\nl2cap_data_channel()\n a2mp_channel_create() ---\u003echannel ref is 2\n l2cap_chan_put() ---\u003echannel ref is 1\n\nTriger event:\n hci_error_reset()\n hci_dev_do_close()\n ...\n l2cap_disconn_cfm()\n l2cap_conn_del()\n l2cap_chan_hold() ---\u003echannel ref is 2\n l2cap_chan_del() ---\u003echannel ref is 1\n a2mp_chan_close_cb() ---\u003echannel ref is 0, release channel\n l2cap_chan_unlock() ---\u003eUAF of channel\n\nThe detailed Call Trace is as follows:\nBUG: KASAN: use-after-free in __mutex_unlock_slowpath+0xa6/0x5e0\nRead of size 8 at addr ffff8880160664b8 by task kworker/u11:1/7593\nWorkqueue: hci0 hci_error_reset\nCall Trace:\n \u003cTASK\u003e\n dump_stack_lvl+0xcd/0x134\n print_report.cold+0x2ba/0x719\n kasan_report+0xb1/0x1e0\n kasan_check_range+0x140/0x190\n __mutex_unlock_slowpath+0xa6/0x5e0\n l2cap_conn_del+0x404/0x7b0\n l2cap_disconn_cfm+0x8c/0xc0\n hci_conn_hash_flush+0x11f/0x260\n hci_dev_close_sync+0x5f5/0x11f0\n hci_dev_do_close+0x2d/0x70\n hci_error_reset+0x9e/0x140\n process_one_work+0x98a/0x1620\n worker_thread+0x665/0x1080\n kthread+0x2e4/0x3a0\n ret_from_fork+0x1f/0x30\n \u003c/TASK\u003e\n\nAllocated by task 7593:\n kasan_save_stack+0x1e/0x40\n __kasan_kmalloc+0xa9/0xd0\n l2cap_chan_create+0x40/0x930\n amp_mgr_create+0x96/0x990\n a2mp_channel_create+0x7d/0x150\n l2cap_recv_frame+0x51b8/0x9a70\n l2cap_recv_acldata+0xaa3/0xc00\n hci_rx_work+0x702/0x1220\n process_one_work+0x98a/0x1620\n worker_thread+0x665/0x1080\n kthread+0x2e4/0x3a0\n ret_from_fork+0x1f/0x30\n\nFreed by task 7593:\n kasan_save_stack+0x1e/0x40\n kasan_set_track+0x21/0x30\n kasan_set_free_info+0x20/0x30\n ____kasan_slab_free+0x167/0x1c0\n slab_free_freelist_hook+0x89/0x1c0\n kfree+0xe2/0x580\n l2cap_chan_put+0x22a/0x2d0\n l2cap_conn_del+0x3fc/0x7b0\n l2cap_disconn_cfm+0x8c/0xc0\n hci_conn_hash_flush+0x11f/0x260\n hci_dev_close_sync+0x5f5/0x11f0\n hci_dev_do_close+0x2d/0x70\n hci_error_reset+0x9e/0x140\n process_one_work+0x98a/0x1620\n worker_thread+0x665/0x1080\n kthread+0x2e4/0x3a0\n ret_from_fork+0x1f/0x30\n\nLast potentially related work creation:\n kasan_save_stack+0x1e/0x40\n __kasan_record_aux_stack+0xbe/0xd0\n call_rcu+0x99/0x740\n netlink_release+0xe6a/0x1cf0\n __sock_release+0xcd/0x280\n sock_close+0x18/0x20\n __fput+0x27c/0xa90\n task_work_run+0xdd/0x1a0\n exit_to_user_mode_prepare+0x23c/0x250\n syscall_exit_to_user_mode+0x19/0x50\n do_syscall_64+0x42/0x80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\n\nSecond to last potentially related work creation:\n kasan_save_stack+0x1e/0x40\n __kasan_record_aux_stack+0xbe/0xd0\n call_rcu+0x99/0x740\n netlink_release+0xe6a/0x1cf0\n __sock_release+0xcd/0x280\n sock_close+0x18/0x20\n __fput+0x27c/0xa90\n task_work_run+0xdd/0x1a0\n exit_to_user_mode_prepare+0x23c/0x250\n syscall_exit_to_user_mode+0x19/0x50\n do_syscall_64+0x42/0x80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49909",
"url": "https://www.suse.com/security/cve/CVE-2022-49909"
},
{
"category": "external",
"summary": "SUSE Bug 1242453 for CVE-2022-49909",
"url": "https://bugzilla.suse.com/1242453"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49909"
},
{
"cve": "CVE-2022-49910",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49910"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sdu\n\nFix the race condition between the following two flows that run in\nparallel:\n\n1. l2cap_reassemble_sdu -\u003e chan-\u003eops-\u003erecv (l2cap_sock_recv_cb) -\u003e\n __sock_queue_rcv_skb.\n\n2. bt_sock_recvmsg -\u003e skb_recv_datagram, skb_free_datagram.\n\nAn SKB can be queued by the first flow and immediately dequeued and\nfreed by the second flow, therefore the callers of l2cap_reassemble_sdu\ncan\u0027t use the SKB after that function returns. However, some places\ncontinue accessing struct l2cap_ctrl that resides in the SKB\u0027s CB for a\nshort time after l2cap_reassemble_sdu returns, leading to a\nuse-after-free condition (the stack trace is below, line numbers for\nkernel 5.19.8).\n\nFix it by keeping a local copy of struct l2cap_ctrl.\n\nBUG: KASAN: use-after-free in l2cap_rx_state_recv (net/bluetooth/l2cap_core.c:6906) bluetooth\nRead of size 1 at addr ffff88812025f2f0 by task kworker/u17:3/43169\n\nWorkqueue: hci0 hci_rx_work [bluetooth]\nCall Trace:\n \u003cTASK\u003e\n dump_stack_lvl (lib/dump_stack.c:107 (discriminator 4))\n print_report.cold (mm/kasan/report.c:314 mm/kasan/report.c:429)\n ? l2cap_rx_state_recv (net/bluetooth/l2cap_core.c:6906) bluetooth\n kasan_report (mm/kasan/report.c:162 mm/kasan/report.c:493)\n ? l2cap_rx_state_recv (net/bluetooth/l2cap_core.c:6906) bluetooth\n l2cap_rx_state_recv (net/bluetooth/l2cap_core.c:6906) bluetooth\n l2cap_rx (net/bluetooth/l2cap_core.c:7236 net/bluetooth/l2cap_core.c:7271) bluetooth\n ret_from_fork (arch/x86/entry/entry_64.S:306)\n \u003c/TASK\u003e\n\nAllocated by task 43169:\n kasan_save_stack (mm/kasan/common.c:39)\n __kasan_slab_alloc (mm/kasan/common.c:45 mm/kasan/common.c:436 mm/kasan/common.c:469)\n kmem_cache_alloc_node (mm/slab.h:750 mm/slub.c:3243 mm/slub.c:3293)\n __alloc_skb (net/core/skbuff.c:414)\n l2cap_recv_frag (./include/net/bluetooth/bluetooth.h:425 net/bluetooth/l2cap_core.c:8329) bluetooth\n l2cap_recv_acldata (net/bluetooth/l2cap_core.c:8442) bluetooth\n hci_rx_work (net/bluetooth/hci_core.c:3642 net/bluetooth/hci_core.c:3832) bluetooth\n process_one_work (kernel/workqueue.c:2289)\n worker_thread (./include/linux/list.h:292 kernel/workqueue.c:2437)\n kthread (kernel/kthread.c:376)\n ret_from_fork (arch/x86/entry/entry_64.S:306)\n\nFreed by task 27920:\n kasan_save_stack (mm/kasan/common.c:39)\n kasan_set_track (mm/kasan/common.c:45)\n kasan_set_free_info (mm/kasan/generic.c:372)\n ____kasan_slab_free (mm/kasan/common.c:368 mm/kasan/common.c:328)\n slab_free_freelist_hook (mm/slub.c:1780)\n kmem_cache_free (mm/slub.c:3536 mm/slub.c:3553)\n skb_free_datagram (./include/net/sock.h:1578 ./include/net/sock.h:1639 net/core/datagram.c:323)\n bt_sock_recvmsg (net/bluetooth/af_bluetooth.c:295) bluetooth\n l2cap_sock_recvmsg (net/bluetooth/l2cap_sock.c:1212) bluetooth\n sock_read_iter (net/socket.c:1087)\n new_sync_read (./include/linux/fs.h:2052 fs/read_write.c:401)\n vfs_read (fs/read_write.c:482)\n ksys_read (fs/read_write.c:620)\n do_syscall_64 (arch/x86/entry/common.c:50 arch/x86/entry/common.c:80)\n entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:120)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49910",
"url": "https://www.suse.com/security/cve/CVE-2022-49910"
},
{
"category": "external",
"summary": "SUSE Bug 1242452 for CVE-2022-49910",
"url": "https://bugzilla.suse.com/1242452"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49910"
},
{
"cve": "CVE-2022-49915",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49915"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmISDN: fix possible memory leak in mISDN_register_device()\n\nAfer commit 1fa5ae857bb1 (\"driver core: get rid of struct device\u0027s\nbus_id string array\"), the name of device is allocated dynamically,\nadd put_device() to give up the reference, so that the name can be\nfreed in kobject_cleanup() when the refcount is 0.\n\nSet device class before put_device() to avoid null release() function\nWARN message in device_release().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49915",
"url": "https://www.suse.com/security/cve/CVE-2022-49915"
},
{
"category": "external",
"summary": "SUSE Bug 1242409 for CVE-2022-49915",
"url": "https://bugzilla.suse.com/1242409"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49915"
},
{
"cve": "CVE-2022-49916",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49916"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nrose: Fix NULL pointer dereference in rose_send_frame()\n\nThe syzkaller reported an issue:\n\nKASAN: null-ptr-deref in range [0x0000000000000380-0x0000000000000387]\nCPU: 0 PID: 4069 Comm: kworker/0:15 Not tainted 6.0.0-syzkaller-02734-g0326074ff465 #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 09/22/2022\nWorkqueue: rcu_gp srcu_invoke_callbacks\nRIP: 0010:rose_send_frame+0x1dd/0x2f0 net/rose/rose_link.c:101\nCall Trace:\n \u003cIRQ\u003e\n rose_transmit_clear_request+0x1d5/0x290 net/rose/rose_link.c:255\n rose_rx_call_request+0x4c0/0x1bc0 net/rose/af_rose.c:1009\n rose_loopback_timer+0x19e/0x590 net/rose/rose_loopback.c:111\n call_timer_fn+0x1a0/0x6b0 kernel/time/timer.c:1474\n expire_timers kernel/time/timer.c:1519 [inline]\n __run_timers.part.0+0x674/0xa80 kernel/time/timer.c:1790\n __run_timers kernel/time/timer.c:1768 [inline]\n run_timer_softirq+0xb3/0x1d0 kernel/time/timer.c:1803\n __do_softirq+0x1d0/0x9c8 kernel/softirq.c:571\n [...]\n \u003c/IRQ\u003e\n\nIt triggers NULL pointer dereference when \u0027neigh-\u003edev-\u003edev_addr\u0027 is\ncalled in the rose_send_frame(). It\u0027s the first occurrence of the\n`neigh` is in rose_loopback_timer() as `rose_loopback_neigh\u0027, and\nthe \u0027dev\u0027 in \u0027rose_loopback_neigh\u0027 is initialized sa nullptr.\n\nIt had been fixed by commit 3b3fd068c56e3fbea30090859216a368398e39bf\n(\"rose: Fix Null pointer dereference in rose_send_frame()\") ever.\nBut it\u0027s introduced by commit 3c53cd65dece47dd1f9d3a809f32e59d1d87b2b8\n(\"rose: check NULL rose_loopback_neigh-\u003eloopback\") again.\n\nWe fix it by add NULL check in rose_transmit_clear_request(). When\nthe \u0027dev\u0027 in \u0027neigh\u0027 is NULL, we don\u0027t reply the request and just\nclear it.\n\nsyzkaller don\u0027t provide repro, and I provide a syz repro like:\nr0 = syz_init_net_socket$bt_sco(0x1f, 0x5, 0x2)\nioctl$sock_inet_SIOCSIFFLAGS(r0, 0x8914, \u0026(0x7f0000000180)={\u0027rose0\\x00\u0027, 0x201})\nr1 = syz_init_net_socket$rose(0xb, 0x5, 0x0)\nbind$rose(r1, \u0026(0x7f00000000c0)=@full={0xb, @dev, @null, 0x0, [@null, @null, @netrom, @netrom, @default, @null]}, 0x40)\nconnect$rose(r1, \u0026(0x7f0000000240)=@short={0xb, @dev={0xbb, 0xbb, 0xbb, 0x1, 0x0}, @remote={0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0x1}, 0x1, @netrom={0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0x0, 0x0}}, 0x1c)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49916",
"url": "https://www.suse.com/security/cve/CVE-2022-49916"
},
{
"category": "external",
"summary": "SUSE Bug 1242421 for CVE-2022-49916",
"url": "https://bugzilla.suse.com/1242421"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49916"
},
{
"cve": "CVE-2022-49922",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49922"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()\n\nnfcmrvl_i2c_nci_send() will be called by nfcmrvl_nci_send(), and skb\nshould be freed in nfcmrvl_i2c_nci_send(). However, nfcmrvl_nci_send()\nwill only free skb when i2c_master_send() return \u003e=0, which means skb\nwill memleak when i2c_master_send() failed. Free skb no matter whether\ni2c_master_send() succeeds.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49922",
"url": "https://www.suse.com/security/cve/CVE-2022-49922"
},
{
"category": "external",
"summary": "SUSE Bug 1242378 for CVE-2022-49922",
"url": "https://bugzilla.suse.com/1242378"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49922"
},
{
"cve": "CVE-2022-49923",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49923"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfc: nxp-nci: Fix potential memory leak in nxp_nci_send()\n\nnxp_nci_send() will call nxp_nci_i2c_write(), and only free skb when\nnxp_nci_i2c_write() failed. However, even if the nxp_nci_i2c_write()\nrun succeeds, the skb will not be freed in nxp_nci_i2c_write(). As the\nresult, the skb will memleak. nxp_nci_send() should also free the skb\nwhen nxp_nci_i2c_write() succeeds.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49923",
"url": "https://www.suse.com/security/cve/CVE-2022-49923"
},
{
"category": "external",
"summary": "SUSE Bug 1242394 for CVE-2022-49923",
"url": "https://bugzilla.suse.com/1242394"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49923"
},
{
"cve": "CVE-2022-49924",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49924"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfc: fdp: Fix potential memory leak in fdp_nci_send()\n\nfdp_nci_send() will call fdp_nci_i2c_write that will not free skb in\nthe function. As a result, when fdp_nci_i2c_write() finished, the skb\nwill memleak. fdp_nci_send() should free skb after fdp_nci_i2c_write()\nfinished.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49924",
"url": "https://www.suse.com/security/cve/CVE-2022-49924"
},
{
"category": "external",
"summary": "SUSE Bug 1242426 for CVE-2022-49924",
"url": "https://bugzilla.suse.com/1242426"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49924"
},
{
"cve": "CVE-2022-49925",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49925"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nRDMA/core: Fix null-ptr-deref in ib_core_cleanup()\n\nKASAN reported a null-ptr-deref error:\n\n KASAN: null-ptr-deref in range [0x0000000000000118-0x000000000000011f]\n CPU: 1 PID: 379\n Hardware name: QEMU Standard PC (i440FX + PIIX, 1996)\n RIP: 0010:destroy_workqueue+0x2f/0x740\n RSP: 0018:ffff888016137df8 EFLAGS: 00000202\n ...\n Call Trace:\n ib_core_cleanup+0xa/0xa1 [ib_core]\n __do_sys_delete_module.constprop.0+0x34f/0x5b0\n do_syscall_64+0x3a/0x90\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\n RIP: 0033:0x7fa1a0d221b7\n ...\n\nIt is because the fail of roce_gid_mgmt_init() is ignored:\n\n ib_core_init()\n roce_gid_mgmt_init()\n gid_cache_wq = alloc_ordered_workqueue # fail\n ...\n ib_core_cleanup()\n roce_gid_mgmt_cleanup()\n destroy_workqueue(gid_cache_wq)\n # destroy an unallocated wq\n\nFix this by catching the fail of roce_gid_mgmt_init() in ib_core_init().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49925",
"url": "https://www.suse.com/security/cve/CVE-2022-49925"
},
{
"category": "external",
"summary": "SUSE Bug 1242371 for CVE-2022-49925",
"url": "https://bugzilla.suse.com/1242371"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49925"
},
{
"cve": "CVE-2022-49927",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49927"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfs4: Fix kmemleak when allocate slot failed\n\nIf one of the slot allocate failed, should cleanup all the other\nallocated slots, otherwise, the allocated slots will leak:\n\n unreferenced object 0xffff8881115aa100 (size 64):\n comm \"\"mount.nfs\"\", pid 679, jiffies 4294744957 (age 115.037s)\n hex dump (first 32 bytes):\n 00 cc 19 73 81 88 ff ff 00 a0 5a 11 81 88 ff ff ...s......Z.....\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n backtrace:\n [\u003c000000007a4c434a\u003e] nfs4_find_or_create_slot+0x8e/0x130\n [\u003c000000005472a39c\u003e] nfs4_realloc_slot_table+0x23f/0x270\n [\u003c00000000cd8ca0eb\u003e] nfs40_init_client+0x4a/0x90\n [\u003c00000000128486db\u003e] nfs4_init_client+0xce/0x270\n [\u003c000000008d2cacad\u003e] nfs4_set_client+0x1a2/0x2b0\n [\u003c000000000e593b52\u003e] nfs4_create_server+0x300/0x5f0\n [\u003c00000000e4425dd2\u003e] nfs4_try_get_tree+0x65/0x110\n [\u003c00000000d3a6176f\u003e] vfs_get_tree+0x41/0xf0\n [\u003c0000000016b5ad4c\u003e] path_mount+0x9b3/0xdd0\n [\u003c00000000494cae71\u003e] __x64_sys_mount+0x190/0x1d0\n [\u003c000000005d56bdec\u003e] do_syscall_64+0x35/0x80\n [\u003c00000000687c9ae4\u003e] entry_SYSCALL_64_after_hwframe+0x46/0xb0",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49927",
"url": "https://www.suse.com/security/cve/CVE-2022-49927"
},
{
"category": "external",
"summary": "SUSE Bug 1242416 for CVE-2022-49927",
"url": "https://bugzilla.suse.com/1242416"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49927"
},
{
"cve": "CVE-2022-49928",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49928"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nSUNRPC: Fix null-ptr-deref when xps sysfs alloc failed\n\nThere is a null-ptr-deref when xps sysfs alloc failed:\n BUG: KASAN: null-ptr-deref in sysfs_do_create_link_sd+0x40/0xd0\n Read of size 8 at addr 0000000000000030 by task gssproxy/457\n\n CPU: 5 PID: 457 Comm: gssproxy Not tainted 6.0.0-09040-g02357b27ee03 #9\n Call Trace:\n \u003cTASK\u003e\n dump_stack_lvl+0x34/0x44\n kasan_report+0xa3/0x120\n sysfs_do_create_link_sd+0x40/0xd0\n rpc_sysfs_client_setup+0x161/0x1b0\n rpc_new_client+0x3fc/0x6e0\n rpc_create_xprt+0x71/0x220\n rpc_create+0x1d4/0x350\n gssp_rpc_create+0xc3/0x160\n set_gssp_clnt+0xbc/0x140\n write_gssp+0x116/0x1a0\n proc_reg_write+0xd6/0x130\n vfs_write+0x177/0x690\n ksys_write+0xb9/0x150\n do_syscall_64+0x35/0x80\n entry_SYSCALL_64_after_hwframe+0x46/0xb0\n\nWhen the xprt_switch sysfs alloc failed, should not add xprt and\nswitch sysfs to it, otherwise, maybe null-ptr-deref; also initialize\nthe \u0027xps_sysfs\u0027 to NULL to avoid oops when destroy it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49928",
"url": "https://www.suse.com/security/cve/CVE-2022-49928"
},
{
"category": "external",
"summary": "SUSE Bug 1242369 for CVE-2022-49928",
"url": "https://bugzilla.suse.com/1242369"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49928"
},
{
"cve": "CVE-2022-49931",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49931"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nIB/hfi1: Correctly move list in sc_disable()\n\nCommit 13bac861952a (\"IB/hfi1: Fix abba locking issue with sc_disable()\")\nincorrectly tries to move a list from one list head to another. The\nresult is a kernel crash.\n\nThe crash is triggered when a link goes down and there are waiters for a\nsend to complete. The following signature is seen:\n\n BUG: kernel NULL pointer dereference, address: 0000000000000030\n [...]\n Call Trace:\n sc_disable+0x1ba/0x240 [hfi1]\n pio_freeze+0x3d/0x60 [hfi1]\n handle_freeze+0x27/0x1b0 [hfi1]\n process_one_work+0x1b0/0x380\n ? process_one_work+0x380/0x380\n worker_thread+0x30/0x360\n ? process_one_work+0x380/0x380\n kthread+0xd7/0x100\n ? kthread_complete_and_exit+0x20/0x20\n ret_from_fork+0x1f/0x30\n\nThe fix is to use the correct call to move the list.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49931",
"url": "https://www.suse.com/security/cve/CVE-2022-49931"
},
{
"category": "external",
"summary": "SUSE Bug 1242382 for CVE-2022-49931",
"url": "https://bugzilla.suse.com/1242382"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2022-49931"
},
{
"cve": "CVE-2023-1990",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-1990"
}
],
"notes": [
{
"category": "general",
"text": "A use-after-free flaw was found in ndlc_remove in drivers/nfc/st-nci/ndlc.c in the Linux Kernel. This flaw could allow an attacker to crash the system due to a race problem.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-1990",
"url": "https://www.suse.com/security/cve/CVE-2023-1990"
},
{
"category": "external",
"summary": "SUSE Bug 1210337 for CVE-2023-1990",
"url": "https://bugzilla.suse.com/1210337"
},
{
"category": "external",
"summary": "SUSE Bug 1210501 for CVE-2023-1990",
"url": "https://bugzilla.suse.com/1210501"
},
{
"category": "external",
"summary": "SUSE Bug 1214128 for CVE-2023-1990",
"url": "https://bugzilla.suse.com/1214128"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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 Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "important"
}
],
"title": "CVE-2023-1990"
},
{
"cve": "CVE-2023-53035",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53035"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy()\n\nThe ioctl helper function nilfs_ioctl_wrap_copy(), which exchanges a\nmetadata array to/from user space, may copy uninitialized buffer regions\nto user space memory for read-only ioctl commands NILFS_IOCTL_GET_SUINFO\nand NILFS_IOCTL_GET_CPINFO.\n\nThis can occur when the element size of the user space metadata given by\nthe v_size member of the argument nilfs_argv structure is larger than the\nsize of the metadata element (nilfs_suinfo structure or nilfs_cpinfo\nstructure) on the file system side.\n\nKMSAN-enabled kernels detect this issue as follows:\n\n BUG: KMSAN: kernel-infoleak in instrument_copy_to_user\n include/linux/instrumented.h:121 [inline]\n BUG: KMSAN: kernel-infoleak in _copy_to_user+0xc0/0x100 lib/usercopy.c:33\n instrument_copy_to_user include/linux/instrumented.h:121 [inline]\n _copy_to_user+0xc0/0x100 lib/usercopy.c:33\n copy_to_user include/linux/uaccess.h:169 [inline]\n nilfs_ioctl_wrap_copy+0x6fa/0xc10 fs/nilfs2/ioctl.c:99\n nilfs_ioctl_get_info fs/nilfs2/ioctl.c:1173 [inline]\n nilfs_ioctl+0x2402/0x4450 fs/nilfs2/ioctl.c:1290\n nilfs_compat_ioctl+0x1b8/0x200 fs/nilfs2/ioctl.c:1343\n __do_compat_sys_ioctl fs/ioctl.c:968 [inline]\n __se_compat_sys_ioctl+0x7dd/0x1000 fs/ioctl.c:910\n __ia32_compat_sys_ioctl+0x93/0xd0 fs/ioctl.c:910\n do_syscall_32_irqs_on arch/x86/entry/common.c:112 [inline]\n __do_fast_syscall_32+0xa2/0x100 arch/x86/entry/common.c:178\n do_fast_syscall_32+0x37/0x80 arch/x86/entry/common.c:203\n do_SYSENTER_32+0x1f/0x30 arch/x86/entry/common.c:246\n entry_SYSENTER_compat_after_hwframe+0x70/0x82\n\n Uninit was created at:\n __alloc_pages+0x9f6/0xe90 mm/page_alloc.c:5572\n alloc_pages+0xab0/0xd80 mm/mempolicy.c:2287\n __get_free_pages+0x34/0xc0 mm/page_alloc.c:5599\n nilfs_ioctl_wrap_copy+0x223/0xc10 fs/nilfs2/ioctl.c:74\n nilfs_ioctl_get_info fs/nilfs2/ioctl.c:1173 [inline]\n nilfs_ioctl+0x2402/0x4450 fs/nilfs2/ioctl.c:1290\n nilfs_compat_ioctl+0x1b8/0x200 fs/nilfs2/ioctl.c:1343\n __do_compat_sys_ioctl fs/ioctl.c:968 [inline]\n __se_compat_sys_ioctl+0x7dd/0x1000 fs/ioctl.c:910\n __ia32_compat_sys_ioctl+0x93/0xd0 fs/ioctl.c:910\n do_syscall_32_irqs_on arch/x86/entry/common.c:112 [inline]\n __do_fast_syscall_32+0xa2/0x100 arch/x86/entry/common.c:178\n do_fast_syscall_32+0x37/0x80 arch/x86/entry/common.c:203\n do_SYSENTER_32+0x1f/0x30 arch/x86/entry/common.c:246\n entry_SYSENTER_compat_after_hwframe+0x70/0x82\n\n Bytes 16-127 of 3968 are uninitialized\n ...\n\nThis eliminates the leak issue by initializing the page allocated as\nbuffer using get_zeroed_page().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53035",
"url": "https://www.suse.com/security/cve/CVE-2023-53035"
},
{
"category": "external",
"summary": "SUSE Bug 1242739 for CVE-2023-53035",
"url": "https://bugzilla.suse.com/1242739"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53035"
},
{
"cve": "CVE-2023-53038",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53038"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read()\n\nIf kzalloc() fails in lpfc_sli4_cgn_params_read(), then we rely on\nlpfc_read_object()\u0027s routine to NULL check pdata.\n\nCurrently, an early return error is thrown from lpfc_read_object() to\nprotect us from NULL ptr dereference, but the errno code is -ENODEV.\n\nChange the errno code to a more appropriate -ENOMEM.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53038",
"url": "https://www.suse.com/security/cve/CVE-2023-53038"
},
{
"category": "external",
"summary": "SUSE Bug 1242743 for CVE-2023-53038",
"url": "https://bugzilla.suse.com/1242743"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 0,
"baseSeverity": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "not set"
}
],
"title": "CVE-2023-53038"
},
{
"cve": "CVE-2023-53039",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53039"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: intel-ish-hid: ipc: Fix potential use-after-free in work function\n\nWhen a reset notify IPC message is received, the ISR schedules a work\nfunction and passes the ISHTP device to it via a global pointer\nishtp_dev. If ish_probe() fails, the devm-managed device resources\nincluding ishtp_dev are freed, but the work is not cancelled, causing a\nuse-after-free when the work function tries to access ishtp_dev. Use\ndevm_work_autocancel() instead, so that the work is automatically\ncancelled if probe fails.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53039",
"url": "https://www.suse.com/security/cve/CVE-2023-53039"
},
{
"category": "external",
"summary": "SUSE Bug 1242745 for CVE-2023-53039",
"url": "https://bugzilla.suse.com/1242745"
},
{
"category": "external",
"summary": "SUSE Bug 1242880 for CVE-2023-53039",
"url": "https://bugzilla.suse.com/1242880"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53039"
},
{
"cve": "CVE-2023-53040",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53040"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nca8210: fix mac_len negative array access\n\nThis patch fixes a buffer overflow access of skb-\u003edata if\nieee802154_hdr_peek_addrs() fails.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53040",
"url": "https://www.suse.com/security/cve/CVE-2023-53040"
},
{
"category": "external",
"summary": "SUSE Bug 1242746 for CVE-2023-53040",
"url": "https://bugzilla.suse.com/1242746"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53040"
},
{
"cve": "CVE-2023-53041",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53041"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: qla2xxx: Perform lockless command completion in abort path\n\nWhile adding and removing the controller, the following call trace was\nobserved:\n\nWARNING: CPU: 3 PID: 623596 at kernel/dma/mapping.c:532 dma_free_attrs+0x33/0x50\nCPU: 3 PID: 623596 Comm: sh Kdump: loaded Not tainted 5.14.0-96.el9.x86_64 #1\nRIP: 0010:dma_free_attrs+0x33/0x50\n\nCall Trace:\n qla2x00_async_sns_sp_done+0x107/0x1b0 [qla2xxx]\n qla2x00_abort_srb+0x8e/0x250 [qla2xxx]\n ? ql_dbg+0x70/0x100 [qla2xxx]\n __qla2x00_abort_all_cmds+0x108/0x190 [qla2xxx]\n qla2x00_abort_all_cmds+0x24/0x70 [qla2xxx]\n qla2x00_abort_isp_cleanup+0x305/0x3e0 [qla2xxx]\n qla2x00_remove_one+0x364/0x400 [qla2xxx]\n pci_device_remove+0x36/0xa0\n __device_release_driver+0x17a/0x230\n device_release_driver+0x24/0x30\n pci_stop_bus_device+0x68/0x90\n pci_stop_and_remove_bus_device_locked+0x16/0x30\n remove_store+0x75/0x90\n kernfs_fop_write_iter+0x11c/0x1b0\n new_sync_write+0x11f/0x1b0\n vfs_write+0x1eb/0x280\n ksys_write+0x5f/0xe0\n do_syscall_64+0x5c/0x80\n ? do_user_addr_fault+0x1d8/0x680\n ? do_syscall_64+0x69/0x80\n ? exc_page_fault+0x62/0x140\n ? asm_exc_page_fault+0x8/0x30\n entry_SYSCALL_64_after_hwframe+0x44/0xae\n\nThe command was completed in the abort path during driver unload with a\nlock held, causing the warning in abort path. Hence complete the command\nwithout any lock held.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53041",
"url": "https://www.suse.com/security/cve/CVE-2023-53041"
},
{
"category": "external",
"summary": "SUSE Bug 1242747 for CVE-2023-53041",
"url": "https://bugzilla.suse.com/1242747"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53041"
},
{
"cve": "CVE-2023-53044",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53044"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndm stats: check for and propagate alloc_percpu failure\n\nCheck alloc_precpu()\u0027s return value and return an error from\ndm_stats_init() if it fails. Update alloc_dev() to fail if\ndm_stats_init() does.\n\nOtherwise, a NULL pointer dereference will occur in dm_stats_cleanup()\neven if dm-stats isn\u0027t being actively used.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53044",
"url": "https://www.suse.com/security/cve/CVE-2023-53044"
},
{
"category": "external",
"summary": "SUSE Bug 1242759 for CVE-2023-53044",
"url": "https://bugzilla.suse.com/1242759"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53044"
},
{
"cve": "CVE-2023-53045",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53045"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: gadget: u_audio: don\u0027t let userspace block driver unbind\n\nIn the unbind callback for f_uac1 and f_uac2, a call to snd_card_free()\nvia g_audio_cleanup() will disconnect the card and then wait for all\nresources to be released, which happens when the refcount falls to zero.\nSince userspace can keep the refcount incremented by not closing the\nrelevant file descriptor, the call to unbind may block indefinitely.\nThis can cause a deadlock during reboot, as evidenced by the following\nblocked task observed on my machine:\n\n task:reboot state:D stack:0 pid:2827 ppid:569 flags:0x0000000c\n Call trace:\n __switch_to+0xc8/0x140\n __schedule+0x2f0/0x7c0\n schedule+0x60/0xd0\n schedule_timeout+0x180/0x1d4\n wait_for_completion+0x78/0x180\n snd_card_free+0x90/0xa0\n g_audio_cleanup+0x2c/0x64\n afunc_unbind+0x28/0x60\n ...\n kernel_restart+0x4c/0xac\n __do_sys_reboot+0xcc/0x1ec\n __arm64_sys_reboot+0x28/0x30\n invoke_syscall+0x4c/0x110\n ...\n\nThe issue can also be observed by opening the card with arecord and\nthen stopping the process through the shell before unbinding:\n\n # arecord -D hw:UAC2Gadget -f S32_LE -c 2 -r 48000 /dev/null\n Recording WAVE \u0027/dev/null\u0027 : Signed 32 bit Little Endian, Rate 48000 Hz, Stereo\n ^Z[1]+ Stopped arecord -D hw:UAC2Gadget -f S32_LE -c 2 -r 48000 /dev/null\n # echo gadget.0 \u003e /sys/bus/gadget/drivers/configfs-gadget/unbind\n (observe that the unbind command never finishes)\n\nFix the problem by using snd_card_free_when_closed() instead, which will\nstill disconnect the card as desired, but defer the task of freeing the\nresources to the core once userspace closes its file descriptor.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53045",
"url": "https://www.suse.com/security/cve/CVE-2023-53045"
},
{
"category": "external",
"summary": "SUSE Bug 1242756 for CVE-2023-53045",
"url": "https://bugzilla.suse.com/1242756"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53045"
},
{
"cve": "CVE-2023-53049",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53049"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: ucsi: Fix NULL pointer deref in ucsi_connector_change()\n\nWhen ucsi_init() fails, ucsi-\u003econnector is NULL, yet in case of\nucsi_acpi we may still get events which cause the ucs_acpi code to call\nucsi_connector_change(), which then derefs the NULL ucsi-\u003econnector\npointer.\n\nFix this by not setting ucsi-\u003entfy inside ucsi_init() until ucsi_init()\nhas succeeded, so that ucsi_connector_change() ignores the events\nbecause UCSI_ENABLE_NTFY_CONNECTOR_CHANGE is not set in the ntfy mask.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53049",
"url": "https://www.suse.com/security/cve/CVE-2023-53049"
},
{
"category": "external",
"summary": "SUSE Bug 1242244 for CVE-2023-53049",
"url": "https://bugzilla.suse.com/1242244"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53049"
},
{
"cve": "CVE-2023-53051",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53051"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndm crypt: add cond_resched() to dmcrypt_write()\n\nThe loop in dmcrypt_write may be running for unbounded amount of time,\nthus we need cond_resched() in it.\n\nThis commit fixes the following warning:\n\n[ 3391.153255][ C12] watchdog: BUG: soft lockup - CPU#12 stuck for 23s! [dmcrypt_write/2:2897]\n...\n[ 3391.387210][ C12] Call trace:\n[ 3391.390338][ C12] blk_attempt_bio_merge.part.6+0x38/0x158\n[ 3391.395970][ C12] blk_attempt_plug_merge+0xc0/0x1b0\n[ 3391.401085][ C12] blk_mq_submit_bio+0x398/0x550\n[ 3391.405856][ C12] submit_bio_noacct+0x308/0x380\n[ 3391.410630][ C12] dmcrypt_write+0x1e4/0x208 [dm_crypt]\n[ 3391.416005][ C12] kthread+0x130/0x138\n[ 3391.419911][ C12] ret_from_fork+0x10/0x18",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53051",
"url": "https://www.suse.com/security/cve/CVE-2023-53051"
},
{
"category": "external",
"summary": "SUSE Bug 1242284 for CVE-2023-53051",
"url": "https://bugzilla.suse.com/1242284"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53051"
},
{
"cve": "CVE-2023-53052",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53052"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncifs: fix use-after-free bug in refresh_cache_worker()\n\nThe UAF bug occurred because we were putting DFS root sessions in\ncifs_umount() while DFS cache refresher was being executed.\n\nMake DFS root sessions have same lifetime as DFS tcons so we can avoid\nthe use-after-free bug is DFS cache refresher and other places that\nrequire IPCs to get new DFS referrals on. Also, get rid of mount\ngroup handling in DFS cache as we no longer need it.\n\nThis fixes below use-after-free bug catched by KASAN\n\n[ 379.946955] BUG: KASAN: use-after-free in __refresh_tcon.isra.0+0x10b/0xc10 [cifs]\n[ 379.947642] Read of size 8 at addr ffff888018f57030 by task kworker/u4:3/56\n[ 379.948096]\n[ 379.948208] CPU: 0 PID: 56 Comm: kworker/u4:3 Not tainted 6.2.0-rc7-lku #23\n[ 379.948661] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS\nrel-1.16.0-0-gd239552-rebuilt.opensuse.org 04/01/2014\n[ 379.949368] Workqueue: cifs-dfscache refresh_cache_worker [cifs]\n[ 379.949942] Call Trace:\n[ 379.950113] \u003cTASK\u003e\n[ 379.950260] dump_stack_lvl+0x50/0x67\n[ 379.950510] print_report+0x16a/0x48e\n[ 379.950759] ? __virt_addr_valid+0xd8/0x160\n[ 379.951040] ? __phys_addr+0x41/0x80\n[ 379.951285] kasan_report+0xdb/0x110\n[ 379.951533] ? __refresh_tcon.isra.0+0x10b/0xc10 [cifs]\n[ 379.952056] ? __refresh_tcon.isra.0+0x10b/0xc10 [cifs]\n[ 379.952585] __refresh_tcon.isra.0+0x10b/0xc10 [cifs]\n[ 379.953096] ? __pfx___refresh_tcon.isra.0+0x10/0x10 [cifs]\n[ 379.953637] ? __pfx___mutex_lock+0x10/0x10\n[ 379.953915] ? lock_release+0xb6/0x720\n[ 379.954167] ? __pfx_lock_acquire+0x10/0x10\n[ 379.954443] ? refresh_cache_worker+0x34e/0x6d0 [cifs]\n[ 379.954960] ? __pfx_wb_workfn+0x10/0x10\n[ 379.955239] refresh_cache_worker+0x4ad/0x6d0 [cifs]\n[ 379.955755] ? __pfx_refresh_cache_worker+0x10/0x10 [cifs]\n[ 379.956323] ? __pfx_lock_acquired+0x10/0x10\n[ 379.956615] ? read_word_at_a_time+0xe/0x20\n[ 379.956898] ? lockdep_hardirqs_on_prepare+0x12/0x220\n[ 379.957235] process_one_work+0x535/0x990\n[ 379.957509] ? __pfx_process_one_work+0x10/0x10\n[ 379.957812] ? lock_acquired+0xb7/0x5f0\n[ 379.958069] ? __list_add_valid+0x37/0xd0\n[ 379.958341] ? __list_add_valid+0x37/0xd0\n[ 379.958611] worker_thread+0x8e/0x630\n[ 379.958861] ? __pfx_worker_thread+0x10/0x10\n[ 379.959148] kthread+0x17d/0x1b0\n[ 379.959369] ? __pfx_kthread+0x10/0x10\n[ 379.959630] ret_from_fork+0x2c/0x50\n[ 379.959879] \u003c/TASK\u003e",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53052",
"url": "https://www.suse.com/security/cve/CVE-2023-53052"
},
{
"category": "external",
"summary": "SUSE Bug 1242749 for CVE-2023-53052",
"url": "https://bugzilla.suse.com/1242749"
},
{
"category": "external",
"summary": "SUSE Bug 1242881 for CVE-2023-53052",
"url": "https://bugzilla.suse.com/1242881"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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 Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "important"
}
],
"title": "CVE-2023-53052"
},
{
"cve": "CVE-2023-53054",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53054"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: dwc2: fix a devres leak in hw_enable upon suspend resume\n\nEach time the platform goes to low power, PM suspend / resume routines\ncall: __dwc2_lowlevel_hw_enable -\u003e devm_add_action_or_reset().\nThis adds a new devres each time.\nThis may also happen at runtime, as dwc2_lowlevel_hw_enable() can be\ncalled from udc_start().\n\nThis can be seen with tracing:\n- echo 1 \u003e /sys/kernel/debug/tracing/events/dev/devres_log/enable\n- go to low power\n- cat /sys/kernel/debug/tracing/trace\n\nA new \"ADD\" entry is found upon each low power cycle:\n... devres_log: 49000000.usb-otg ADD 82a13bba devm_action_release (8 bytes)\n... devres_log: 49000000.usb-otg ADD 49889daf devm_action_release (8 bytes)\n...\n\nA second issue is addressed here:\n- regulator_bulk_enable() is called upon each PM cycle (suspend/resume).\n- regulator_bulk_disable() never gets called.\n\nSo the reference count for these regulators constantly increase, by one\nupon each low power cycle, due to missing regulator_bulk_disable() call\nin __dwc2_lowlevel_hw_disable().\n\nThe original fix that introduced the devm_add_action_or_reset() call,\nfixed an issue during probe, that happens due to other errors in\ndwc2_driver_probe() -\u003e dwc2_core_reset(). Then the probe fails without\ndisabling regulators, when dr_mode == USB_DR_MODE_PERIPHERAL.\n\nRather fix the error path: disable all the low level hardware in the\nerror path, by using the \"hsotg-\u003ell_hw_enabled\" flag. Checking dr_mode\nhas been introduced to avoid a dual call to dwc2_lowlevel_hw_disable().\n\"ll_hw_enabled\" should achieve the same (and is used currently in the\nremove() routine).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53054",
"url": "https://www.suse.com/security/cve/CVE-2023-53054"
},
{
"category": "external",
"summary": "SUSE Bug 1242226 for CVE-2023-53054",
"url": "https://bugzilla.suse.com/1242226"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53054"
},
{
"cve": "CVE-2023-53056",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53056"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: qla2xxx: Synchronize the IOCB count to be in order\n\nA system hang was observed with the following call trace:\n\nBUG: kernel NULL pointer dereference, address: 0000000000000000\nPGD 0 P4D 0\nOops: 0000 [#1] PREEMPT SMP NOPTI\nCPU: 15 PID: 86747 Comm: nvme Kdump: loaded Not tainted 6.2.0+ #1\nHardware name: Dell Inc. PowerEdge R6515/04F3CJ, BIOS 2.7.3 03/31/2022\nRIP: 0010:__wake_up_common+0x55/0x190\nCode: 41 f6 01 04 0f 85 b2 00 00 00 48 8b 43 08 4c 8d\n 40 e8 48 8d 43 08 48 89 04 24 48 89 c6\\\n 49 8d 40 18 48 39 c6 0f 84 e9 00 00 00 \u003c49\u003e 8b 40 18 89 6c 24 14 31\n ed 4c 8d 60 e8 41 8b 18 f6 c3 04 75 5d\nRSP: 0018:ffffb05a82afbba0 EFLAGS: 00010082\nRAX: 0000000000000000 RBX: ffff8f9b83a00018 RCX: 0000000000000000\nRDX: 0000000000000001 RSI: ffff8f9b83a00020 RDI: ffff8f9b83a00018\nRBP: 0000000000000001 R08: ffffffffffffffe8 R09: ffffb05a82afbbf8\nR10: 70735f7472617473 R11: 5f30307832616c71 R12: 0000000000000001\nR13: 0000000000000003 R14: 0000000000000000 R15: 0000000000000000\nFS: 00007f815cf4c740(0000) GS:ffff8f9eeed80000(0000)\n\tknlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 0000000000000000 CR3: 000000010633a000 CR4: 0000000000350ee0\nCall Trace:\n \u003cTASK\u003e\n __wake_up_common_lock+0x83/0xd0\n qla_nvme_ls_req+0x21b/0x2b0 [qla2xxx]\n __nvme_fc_send_ls_req+0x1b5/0x350 [nvme_fc]\n nvme_fc_xmt_disconnect_assoc+0xca/0x110 [nvme_fc]\n nvme_fc_delete_association+0x1bf/0x220 [nvme_fc]\n ? nvme_remove_namespaces+0x9f/0x140 [nvme_core]\n nvme_do_delete_ctrl+0x5b/0xa0 [nvme_core]\n nvme_sysfs_delete+0x5f/0x70 [nvme_core]\n kernfs_fop_write_iter+0x12b/0x1c0\n vfs_write+0x2a3/0x3b0\n ksys_write+0x5f/0xe0\n do_syscall_64+0x5c/0x90\n ? syscall_exit_work+0x103/0x130\n ? syscall_exit_to_user_mode+0x12/0x30\n ? do_syscall_64+0x69/0x90\n ? exit_to_user_mode_loop+0xd0/0x130\n ? exit_to_user_mode_prepare+0xec/0x100\n ? syscall_exit_to_user_mode+0x12/0x30\n ? do_syscall_64+0x69/0x90\n ? syscall_exit_to_user_mode+0x12/0x30\n ? do_syscall_64+0x69/0x90\n entry_SYSCALL_64_after_hwframe+0x72/0xdc\n RIP: 0033:0x7f815cd3eb97\n\nThe IOCB counts are out of order and that would block any commands from\ngoing out and subsequently hang the system. Synchronize the IOCB count to\nbe in correct order.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53056",
"url": "https://www.suse.com/security/cve/CVE-2023-53056"
},
{
"category": "external",
"summary": "SUSE Bug 1242219 for CVE-2023-53056",
"url": "https://bugzilla.suse.com/1242219"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53056"
},
{
"cve": "CVE-2023-53058",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53058"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/mlx5: E-Switch, Fix an Oops in error handling code\n\nThe error handling dereferences \"vport\". There is nothing we can do if\nit is an error pointer except returning the error code.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53058",
"url": "https://www.suse.com/security/cve/CVE-2023-53058"
},
{
"category": "external",
"summary": "SUSE Bug 1242237 for CVE-2023-53058",
"url": "https://bugzilla.suse.com/1242237"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53058"
},
{
"cve": "CVE-2023-53059",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53059"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nplatform/chrome: cros_ec_chardev: fix kernel data leak from ioctl\n\nIt is possible to peep kernel page\u0027s data by providing larger `insize`\nin struct cros_ec_command[1] when invoking EC host commands.\n\nFix it by using zeroed memory.\n\n[1]: https://elixir.bootlin.com/linux/v6.2/source/include/linux/platform_data/cros_ec_proto.h#L74",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53059",
"url": "https://www.suse.com/security/cve/CVE-2023-53059"
},
{
"category": "external",
"summary": "SUSE Bug 1242230 for CVE-2023-53059",
"url": "https://bugzilla.suse.com/1242230"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53059"
},
{
"cve": "CVE-2023-53060",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53060"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nigb: revert rtnl_lock() that causes deadlock\n\nThe commit 6faee3d4ee8b (\"igb: Add lock to avoid data race\") adds\nrtnl_lock to eliminate a false data race shown below\n\n (FREE from device detaching) | (USE from netdev core)\nigb_remove | igb_ndo_get_vf_config\n igb_disable_sriov | vf \u003e= adapter-\u003evfs_allocated_count?\n kfree(adapter-\u003evf_data) |\n adapter-\u003evfs_allocated_count = 0 |\n | memcpy(... adapter-\u003evf_data[vf]\n\nThe above race will never happen and the extra rtnl_lock causes deadlock\nbelow\n\n[ 141.420169] \u003cTASK\u003e\n[ 141.420672] __schedule+0x2dd/0x840\n[ 141.421427] schedule+0x50/0xc0\n[ 141.422041] schedule_preempt_disabled+0x11/0x20\n[ 141.422678] __mutex_lock.isra.13+0x431/0x6b0\n[ 141.423324] unregister_netdev+0xe/0x20\n[ 141.423578] igbvf_remove+0x45/0xe0 [igbvf]\n[ 141.423791] pci_device_remove+0x36/0xb0\n[ 141.423990] device_release_driver_internal+0xc1/0x160\n[ 141.424270] pci_stop_bus_device+0x6d/0x90\n[ 141.424507] pci_stop_and_remove_bus_device+0xe/0x20\n[ 141.424789] pci_iov_remove_virtfn+0xba/0x120\n[ 141.425452] sriov_disable+0x2f/0xf0\n[ 141.425679] igb_disable_sriov+0x4e/0x100 [igb]\n[ 141.426353] igb_remove+0xa0/0x130 [igb]\n[ 141.426599] pci_device_remove+0x36/0xb0\n[ 141.426796] device_release_driver_internal+0xc1/0x160\n[ 141.427060] driver_detach+0x44/0x90\n[ 141.427253] bus_remove_driver+0x55/0xe0\n[ 141.427477] pci_unregister_driver+0x2a/0xa0\n[ 141.428296] __x64_sys_delete_module+0x141/0x2b0\n[ 141.429126] ? mntput_no_expire+0x4a/0x240\n[ 141.429363] ? syscall_trace_enter.isra.19+0x126/0x1a0\n[ 141.429653] do_syscall_64+0x5b/0x80\n[ 141.429847] ? exit_to_user_mode_prepare+0x14d/0x1c0\n[ 141.430109] ? syscall_exit_to_user_mode+0x12/0x30\n[ 141.430849] ? do_syscall_64+0x67/0x80\n[ 141.431083] ? syscall_exit_to_user_mode_prepare+0x183/0x1b0\n[ 141.431770] ? syscall_exit_to_user_mode+0x12/0x30\n[ 141.432482] ? do_syscall_64+0x67/0x80\n[ 141.432714] ? exc_page_fault+0x64/0x140\n[ 141.432911] entry_SYSCALL_64_after_hwframe+0x72/0xdc\n\nSince the igb_disable_sriov() will call pci_disable_sriov() before\nreleasing any resources, the netdev core will synchronize the cleanup to\navoid any races. This patch removes the useless rtnl_(un)lock to guarantee\ncorrectness.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53060",
"url": "https://www.suse.com/security/cve/CVE-2023-53060"
},
{
"category": "external",
"summary": "SUSE Bug 1242241 for CVE-2023-53060",
"url": "https://bugzilla.suse.com/1242241"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53060"
},
{
"cve": "CVE-2023-53062",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53062"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: usb: smsc95xx: Limit packet length to skb-\u003elen\n\nPacket length retrieved from descriptor may be larger than\nthe actual socket buffer length. In such case the cloned\nskb passed up the network stack will leak kernel memory contents.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53062",
"url": "https://www.suse.com/security/cve/CVE-2023-53062"
},
{
"category": "external",
"summary": "SUSE Bug 1242228 for CVE-2023-53062",
"url": "https://bugzilla.suse.com/1242228"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53062"
},
{
"cve": "CVE-2023-53064",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53064"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niavf: fix hang on reboot with ice\n\nWhen a system with E810 with existing VFs gets rebooted the following\nhang may be observed.\n\n Pid 1 is hung in iavf_remove(), part of a network driver:\n PID: 1 TASK: ffff965400e5a340 CPU: 24 COMMAND: \"systemd-shutdow\"\n #0 [ffffaad04005fa50] __schedule at ffffffff8b3239cb\n #1 [ffffaad04005fae8] schedule at ffffffff8b323e2d\n #2 [ffffaad04005fb00] schedule_hrtimeout_range_clock at ffffffff8b32cebc\n #3 [ffffaad04005fb80] usleep_range_state at ffffffff8b32c930\n #4 [ffffaad04005fbb0] iavf_remove at ffffffffc12b9b4c [iavf]\n #5 [ffffaad04005fbf0] pci_device_remove at ffffffff8add7513\n #6 [ffffaad04005fc10] device_release_driver_internal at ffffffff8af08baa\n #7 [ffffaad04005fc40] pci_stop_bus_device at ffffffff8adcc5fc\n #8 [ffffaad04005fc60] pci_stop_and_remove_bus_device at ffffffff8adcc81e\n #9 [ffffaad04005fc70] pci_iov_remove_virtfn at ffffffff8adf9429\n #10 [ffffaad04005fca8] sriov_disable at ffffffff8adf98e4\n #11 [ffffaad04005fcc8] ice_free_vfs at ffffffffc04bb2c8 [ice]\n #12 [ffffaad04005fd10] ice_remove at ffffffffc04778fe [ice]\n #13 [ffffaad04005fd38] ice_shutdown at ffffffffc0477946 [ice]\n #14 [ffffaad04005fd50] pci_device_shutdown at ffffffff8add58f1\n #15 [ffffaad04005fd70] device_shutdown at ffffffff8af05386\n #16 [ffffaad04005fd98] kernel_restart at ffffffff8a92a870\n #17 [ffffaad04005fda8] __do_sys_reboot at ffffffff8a92abd6\n #18 [ffffaad04005fee0] do_syscall_64 at ffffffff8b317159\n #19 [ffffaad04005ff08] __context_tracking_enter at ffffffff8b31b6fc\n #20 [ffffaad04005ff18] syscall_exit_to_user_mode at ffffffff8b31b50d\n #21 [ffffaad04005ff28] do_syscall_64 at ffffffff8b317169\n #22 [ffffaad04005ff50] entry_SYSCALL_64_after_hwframe at ffffffff8b40009b\n RIP: 00007f1baa5c13d7 RSP: 00007fffbcc55a98 RFLAGS: 00000202\n RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f1baa5c13d7\n RDX: 0000000001234567 RSI: 0000000028121969 RDI: 00000000fee1dead\n RBP: 00007fffbcc55ca0 R8: 0000000000000000 R9: 00007fffbcc54e90\n R10: 00007fffbcc55050 R11: 0000000000000202 R12: 0000000000000005\n R13: 0000000000000000 R14: 00007fffbcc55af0 R15: 0000000000000000\n ORIG_RAX: 00000000000000a9 CS: 0033 SS: 002b\n\nDuring reboot all drivers PM shutdown callbacks are invoked.\nIn iavf_shutdown() the adapter state is changed to __IAVF_REMOVE.\nIn ice_shutdown() the call chain above is executed, which at some point\ncalls iavf_remove(). However iavf_remove() expects the VF to be in one\nof the states __IAVF_RUNNING, __IAVF_DOWN or __IAVF_INIT_FAILED. If\nthat\u0027s not the case it sleeps forever.\nSo if iavf_shutdown() gets invoked before iavf_remove() the system will\nhang indefinitely because the adapter is already in state __IAVF_REMOVE.\n\nFix this by returning from iavf_remove() if the state is __IAVF_REMOVE,\nas we already went through iavf_shutdown().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53064",
"url": "https://www.suse.com/security/cve/CVE-2023-53064"
},
{
"category": "external",
"summary": "SUSE Bug 1242222 for CVE-2023-53064",
"url": "https://bugzilla.suse.com/1242222"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53064"
},
{
"cve": "CVE-2023-53065",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53065"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nperf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_event_bpf_output\n\nsyzkaller reportes a KASAN issue with stack-out-of-bounds.\nThe call trace is as follows:\n dump_stack+0x9c/0xd3\n print_address_description.constprop.0+0x19/0x170\n __kasan_report.cold+0x6c/0x84\n kasan_report+0x3a/0x50\n __perf_event_header__init_id+0x34/0x290\n perf_event_header__init_id+0x48/0x60\n perf_output_begin+0x4a4/0x560\n perf_event_bpf_output+0x161/0x1e0\n perf_iterate_sb_cpu+0x29e/0x340\n perf_iterate_sb+0x4c/0xc0\n perf_event_bpf_event+0x194/0x2c0\n __bpf_prog_put.constprop.0+0x55/0xf0\n __cls_bpf_delete_prog+0xea/0x120 [cls_bpf]\n cls_bpf_delete_prog_work+0x1c/0x30 [cls_bpf]\n process_one_work+0x3c2/0x730\n worker_thread+0x93/0x650\n kthread+0x1b8/0x210\n ret_from_fork+0x1f/0x30\n\ncommit 267fb27352b6 (\"perf: Reduce stack usage of perf_output_begin()\")\nuse on-stack struct perf_sample_data of the caller function.\n\nHowever, perf_event_bpf_output uses incorrect parameter to convert\nsmall-sized data (struct perf_bpf_event) into large-sized data\n(struct perf_sample_data), which causes memory overwriting occurs in\n__perf_event_header__init_id.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53065",
"url": "https://www.suse.com/security/cve/CVE-2023-53065"
},
{
"category": "external",
"summary": "SUSE Bug 1242229 for CVE-2023-53065",
"url": "https://bugzilla.suse.com/1242229"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53065"
},
{
"cve": "CVE-2023-53066",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53066"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nqed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_info\n\nWe have to make sure that the info returned by the helper is valid\nbefore using it.\n\nFound by Linux Verification Center (linuxtesting.org) with the SVACE\nstatic analysis tool.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53066",
"url": "https://www.suse.com/security/cve/CVE-2023-53066"
},
{
"category": "external",
"summary": "SUSE Bug 1242227 for CVE-2023-53066",
"url": "https://bugzilla.suse.com/1242227"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53066"
},
{
"cve": "CVE-2023-53068",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53068"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: usb: lan78xx: Limit packet length to skb-\u003elen\n\nPacket length retrieved from descriptor may be larger than\nthe actual socket buffer length. In such case the cloned\nskb passed up the network stack will leak kernel memory contents.\n\nAdditionally prevent integer underflow when size is less than\nETH_FCS_LEN.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53068",
"url": "https://www.suse.com/security/cve/CVE-2023-53068"
},
{
"category": "external",
"summary": "SUSE Bug 1242239 for CVE-2023-53068",
"url": "https://bugzilla.suse.com/1242239"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53068"
},
{
"cve": "CVE-2023-53075",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53075"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nftrace: Fix invalid address access in lookup_rec() when index is 0\n\nKASAN reported follow problem:\n\n BUG: KASAN: use-after-free in lookup_rec\n Read of size 8 at addr ffff000199270ff0 by task modprobe\n CPU: 2 Comm: modprobe\n Call trace:\n kasan_report\n __asan_load8\n lookup_rec\n ftrace_location\n arch_check_ftrace_location\n check_kprobe_address_safe\n register_kprobe\n\nWhen checking pg-\u003erecords[pg-\u003eindex - 1].ip in lookup_rec(), it can get a\npg which is newly added to ftrace_pages_start in ftrace_process_locs().\nBefore the first pg-\u003eindex++, index is 0 and accessing pg-\u003erecords[-1].ip\nwill cause this problem.\n\nDon\u0027t check the ip when pg-\u003eindex is 0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53075",
"url": "https://www.suse.com/security/cve/CVE-2023-53075"
},
{
"category": "external",
"summary": "SUSE Bug 1242218 for CVE-2023-53075",
"url": "https://bugzilla.suse.com/1242218"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53075"
},
{
"cve": "CVE-2023-53077",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53077"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytes\n\n[WHY]\nWhen PTEBufferSizeInRequests is zero, UBSAN reports the following\nwarning because dml_log2 returns an unexpected negative value:\n\n shift exponent 4294966273 is too large for 32-bit type \u0027int\u0027\n\n[HOW]\n\nIn the case PTEBufferSizeInRequests is zero, skip the dml_log2() and\nassign the result directly.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53077",
"url": "https://www.suse.com/security/cve/CVE-2023-53077"
},
{
"category": "external",
"summary": "SUSE Bug 1242752 for CVE-2023-53077",
"url": "https://bugzilla.suse.com/1242752"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53077"
},
{
"cve": "CVE-2023-53078",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53078"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: scsi_dh_alua: Fix memleak for \u0027qdata\u0027 in alua_activate()\n\nIf alua_rtpg_queue() failed from alua_activate(), then \u0027qdata\u0027 is not\nfreed, which will cause following memleak:\n\nunreferenced object 0xffff88810b2c6980 (size 32):\n comm \"kworker/u16:2\", pid 635322, jiffies 4355801099 (age 1216426.076s)\n hex dump (first 32 bytes):\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n 40 39 24 c1 ff ff ff ff 00 f8 ea 0a 81 88 ff ff @9$.............\n backtrace:\n [\u003c0000000098f3a26d\u003e] alua_activate+0xb0/0x320\n [\u003c000000003b529641\u003e] scsi_dh_activate+0xb2/0x140\n [\u003c000000007b296db3\u003e] activate_path_work+0xc6/0xe0 [dm_multipath]\n [\u003c000000007adc9ace\u003e] process_one_work+0x3c5/0x730\n [\u003c00000000c457a985\u003e] worker_thread+0x93/0x650\n [\u003c00000000cb80e628\u003e] kthread+0x1ba/0x210\n [\u003c00000000a1e61077\u003e] ret_from_fork+0x22/0x30\n\nFix the problem by freeing \u0027qdata\u0027 in error path.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53078",
"url": "https://www.suse.com/security/cve/CVE-2023-53078"
},
{
"category": "external",
"summary": "SUSE Bug 1242231 for CVE-2023-53078",
"url": "https://bugzilla.suse.com/1242231"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53078"
},
{
"cve": "CVE-2023-53079",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53079"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/mlx5: Fix steering rules cleanup\n\nvport\u0027s mc, uc and multicast rules are not deleted in teardown path when\nEEH happens. Since the vport\u0027s promisc settings(uc, mc and all) in\nfirmware are reset after EEH, mlx5 driver will try to delete the above\nrules in the initialization path. This cause kernel crash because these\nsoftware rules are no longer valid.\n\nFix by nullifying these rules right after delete to avoid accessing any dangling\npointers.\n\nCall Trace:\n__list_del_entry_valid+0xcc/0x100 (unreliable)\ntree_put_node+0xf4/0x1b0 [mlx5_core]\ntree_remove_node+0x30/0x70 [mlx5_core]\nmlx5_del_flow_rules+0x14c/0x1f0 [mlx5_core]\nesw_apply_vport_rx_mode+0x10c/0x200 [mlx5_core]\nesw_update_vport_rx_mode+0xb4/0x180 [mlx5_core]\nesw_vport_change_handle_locked+0x1ec/0x230 [mlx5_core]\nesw_enable_vport+0x130/0x260 [mlx5_core]\nmlx5_eswitch_enable_sriov+0x2a0/0x2f0 [mlx5_core]\nmlx5_device_enable_sriov+0x74/0x440 [mlx5_core]\nmlx5_load_one+0x114c/0x1550 [mlx5_core]\nmlx5_pci_resume+0x68/0xf0 [mlx5_core]\neeh_report_resume+0x1a4/0x230\neeh_pe_dev_traverse+0x98/0x170\neeh_handle_normal_event+0x3e4/0x640\neeh_handle_event+0x4c/0x370\neeh_event_handler+0x14c/0x210\nkthread+0x168/0x1b0\nret_from_kernel_thread+0x5c/0x84",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53079",
"url": "https://www.suse.com/security/cve/CVE-2023-53079"
},
{
"category": "external",
"summary": "SUSE Bug 1242765 for CVE-2023-53079",
"url": "https://bugzilla.suse.com/1242765"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53079"
},
{
"cve": "CVE-2023-53081",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53081"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nocfs2: fix data corruption after failed write\n\nWhen buffered write fails to copy data into underlying page cache page,\nocfs2_write_end_nolock() just zeroes out and dirties the page. This can\nleave dirty page beyond EOF and if page writeback tries to write this page\nbefore write succeeds and expands i_size, page gets into inconsistent\nstate where page dirty bit is clear but buffer dirty bits stay set\nresulting in page data never getting written and so data copied to the\npage is lost. Fix the problem by invalidating page beyond EOF after\nfailed write.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53081",
"url": "https://www.suse.com/security/cve/CVE-2023-53081"
},
{
"category": "external",
"summary": "SUSE Bug 1242281 for CVE-2023-53081",
"url": "https://bugzilla.suse.com/1242281"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53081"
},
{
"cve": "CVE-2023-53084",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53084"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/shmem-helper: Remove another errant put in error path\n\ndrm_gem_shmem_mmap() doesn\u0027t own reference in error code path, resulting\nin the dma-buf shmem GEM object getting prematurely freed leading to a\nlater use-after-free.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53084",
"url": "https://www.suse.com/security/cve/CVE-2023-53084"
},
{
"category": "external",
"summary": "SUSE Bug 1242294 for CVE-2023-53084",
"url": "https://bugzilla.suse.com/1242294"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53084"
},
{
"cve": "CVE-2023-53087",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53087"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/i915/active: Fix misuse of non-idle barriers as fence trackers\n\nUsers reported oopses on list corruptions when using i915 perf with a\nnumber of concurrently running graphics applications. Root cause analysis\npointed at an issue in barrier processing code -- a race among perf open /\nclose replacing active barriers with perf requests on kernel context and\nconcurrent barrier preallocate / acquire operations performed during user\ncontext first pin / last unpin.\n\nWhen adding a request to a composite tracker, we try to reuse an existing\nfence tracker, already allocated and registered with that composite. The\ntracker we obtain may already track another fence, may be an idle barrier,\nor an active barrier.\n\nIf the tracker we get occurs a non-idle barrier then we try to delete that\nbarrier from a list of barrier tasks it belongs to. However, while doing\nthat we don\u0027t respect return value from a function that performs the\nbarrier deletion. Should the deletion ever fail, we would end up reusing\nthe tracker still registered as a barrier task. Since the same structure\nfield is reused with both fence callback lists and barrier tasks list,\nlist corruptions would likely occur.\n\nBarriers are now deleted from a barrier tasks list by temporarily removing\nthe list content, traversing that content with skip over the node to be\ndeleted, then populating the list back with the modified content. Should\nthat intentionally racy concurrent deletion attempts be not serialized,\none or more of those may fail because of the list being temporary empty.\n\nRelated code that ignores the results of barrier deletion was initially\nintroduced in v5.4 by commit d8af05ff38ae (\"drm/i915: Allow sharing the\nidle-barrier from other kernel requests\"). However, all users of the\nbarrier deletion routine were apparently serialized at that time, then the\nissue didn\u0027t exhibit itself. Results of git bisect with help of a newly\ndeveloped igt@gem_barrier_race@remote-request IGT test indicate that list\ncorruptions might start to appear after commit 311770173fac (\"drm/i915/gt:\nSchedule request retirement when timeline idles\"), introduced in v5.5.\n\nRespect results of barrier deletion attempts -- mark the barrier as idle\nonly if successfully deleted from the list. Then, before proceeding with\nsetting our fence as the one currently tracked, make sure that the tracker\nwe\u0027ve got is not a non-idle barrier. If that check fails then don\u0027t use\nthat tracker but go back and try to acquire a new, usable one.\n\nv3: use unlikely() to document what outcome we expect (Andi),\n - fix bad grammar in commit description.\nv2: no code changes,\n - blame commit 311770173fac (\"drm/i915/gt: Schedule request retirement\n when timeline idles\"), v5.5, not commit d8af05ff38ae (\"drm/i915: Allow\n sharing the idle-barrier from other kernel requests\"), v5.4,\n - reword commit description.\n\n(cherry picked from commit 506006055769b10d1b2b4e22f636f3b45e0e9fc7)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53087",
"url": "https://www.suse.com/security/cve/CVE-2023-53087"
},
{
"category": "external",
"summary": "SUSE Bug 1242280 for CVE-2023-53087",
"url": "https://bugzilla.suse.com/1242280"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53087"
},
{
"cve": "CVE-2023-53089",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53089"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix task hung in ext4_xattr_delete_inode\n\nSyzbot reported a hung task problem:\n==================================================================\nINFO: task syz-executor232:5073 blocked for more than 143 seconds.\n Not tainted 6.2.0-rc2-syzkaller-00024-g512dee0c00ad #0\n\"echo 0 \u003e /proc/sys/kernel/hung_task_timeout_secs\" disables this message.\ntask:syz-exec232 state:D stack:21024 pid:5073 ppid:5072 flags:0x00004004\nCall Trace:\n \u003cTASK\u003e\n context_switch kernel/sched/core.c:5244 [inline]\n __schedule+0x995/0xe20 kernel/sched/core.c:6555\n schedule+0xcb/0x190 kernel/sched/core.c:6631\n __wait_on_freeing_inode fs/inode.c:2196 [inline]\n find_inode_fast+0x35a/0x4c0 fs/inode.c:950\n iget_locked+0xb1/0x830 fs/inode.c:1273\n __ext4_iget+0x22e/0x3ed0 fs/ext4/inode.c:4861\n ext4_xattr_inode_iget+0x68/0x4e0 fs/ext4/xattr.c:389\n ext4_xattr_inode_dec_ref_all+0x1a7/0xe50 fs/ext4/xattr.c:1148\n ext4_xattr_delete_inode+0xb04/0xcd0 fs/ext4/xattr.c:2880\n ext4_evict_inode+0xd7c/0x10b0 fs/ext4/inode.c:296\n evict+0x2a4/0x620 fs/inode.c:664\n ext4_orphan_cleanup+0xb60/0x1340 fs/ext4/orphan.c:474\n __ext4_fill_super fs/ext4/super.c:5516 [inline]\n ext4_fill_super+0x81cd/0x8700 fs/ext4/super.c:5644\n get_tree_bdev+0x400/0x620 fs/super.c:1282\n vfs_get_tree+0x88/0x270 fs/super.c:1489\n do_new_mount+0x289/0xad0 fs/namespace.c:3145\n do_mount fs/namespace.c:3488 [inline]\n __do_sys_mount fs/namespace.c:3697 [inline]\n __se_sys_mount+0x2d3/0x3c0 fs/namespace.c:3674\n do_syscall_x64 arch/x86/entry/common.c:50 [inline]\n do_syscall_64+0x3d/0xb0 arch/x86/entry/common.c:80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\nRIP: 0033:0x7fa5406fd5ea\nRSP: 002b:00007ffc7232f968 EFLAGS: 00000202 ORIG_RAX: 00000000000000a5\nRAX: ffffffffffffffda RBX: 0000000000000003 RCX: 00007fa5406fd5ea\nRDX: 0000000020000440 RSI: 0000000020000000 RDI: 00007ffc7232f970\nRBP: 00007ffc7232f970 R08: 00007ffc7232f9b0 R09: 0000000000000432\nR10: 0000000000804a03 R11: 0000000000000202 R12: 0000000000000004\nR13: 0000555556a7a2c0 R14: 00007ffc7232f9b0 R15: 0000000000000000\n \u003c/TASK\u003e\n==================================================================\n\nThe problem is that the inode contains an xattr entry with ea_inum of 15\nwhen cleaning up an orphan inode \u003c15\u003e. When evict inode \u003c15\u003e, the reference\ncounting of the corresponding EA inode is decreased. When EA inode \u003c15\u003e is\nfound by find_inode_fast() in __ext4_iget(), it is found that the EA inode\nholds the I_FREEING flag and waits for the EA inode to complete deletion.\nAs a result, when inode \u003c15\u003e is being deleted, we wait for inode \u003c15\u003e to\ncomplete the deletion, resulting in an infinite loop and triggering Hung\nTask. To solve this problem, we only need to check whether the ino of EA\ninode and parent is the same before getting EA inode.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53089",
"url": "https://www.suse.com/security/cve/CVE-2023-53089"
},
{
"category": "external",
"summary": "SUSE Bug 1242744 for CVE-2023-53089",
"url": "https://bugzilla.suse.com/1242744"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53089"
},
{
"cve": "CVE-2023-53090",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53090"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amdkfd: Fix an illegal memory access\n\nIn the kfd_wait_on_events() function, the kfd_event_waiter structure is\nallocated by alloc_event_waiters(), but the event field of the waiter\nstructure is not initialized; When copy_from_user() fails in the\nkfd_wait_on_events() function, it will enter exception handling to\nrelease the previously allocated memory of the waiter structure;\nDue to the event field of the waiters structure being accessed\nin the free_waiters() function, this results in illegal memory access\nand system crash, here is the crash log:\n\nlocalhost kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x185/0x1e0\nlocalhost kernel: RSP: 0018:ffffaa53c362bd60 EFLAGS: 00010082\nlocalhost kernel: RAX: ff3d3d6bff4007cb RBX: 0000000000000282 RCX: 00000000002c0000\nlocalhost kernel: RDX: ffff9e855eeacb80 RSI: 000000000000279c RDI: ffffe7088f6a21d0\nlocalhost kernel: RBP: ffffe7088f6a21d0 R08: 00000000002c0000 R09: ffffaa53c362be64\nlocalhost kernel: R10: ffffaa53c362bbd8 R11: 0000000000000001 R12: 0000000000000002\nlocalhost kernel: R13: ffff9e7ead15d600 R14: 0000000000000000 R15: ffff9e7ead15d698\nlocalhost kernel: FS: 0000152a3d111700(0000) GS:ffff9e855ee80000(0000) knlGS:0000000000000000\nlocalhost kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nlocalhost kernel: CR2: 0000152938000010 CR3: 000000044d7a4000 CR4: 00000000003506e0\nlocalhost kernel: Call Trace:\nlocalhost kernel: _raw_spin_lock_irqsave+0x30/0x40\nlocalhost kernel: remove_wait_queue+0x12/0x50\nlocalhost kernel: kfd_wait_on_events+0x1b6/0x490 [hydcu]\nlocalhost kernel: ? ftrace_graph_caller+0xa0/0xa0\nlocalhost kernel: kfd_ioctl+0x38c/0x4a0 [hydcu]\nlocalhost kernel: ? kfd_ioctl_set_trap_handler+0x70/0x70 [hydcu]\nlocalhost kernel: ? kfd_ioctl_create_queue+0x5a0/0x5a0 [hydcu]\nlocalhost kernel: ? ftrace_graph_caller+0xa0/0xa0\nlocalhost kernel: __x64_sys_ioctl+0x8e/0xd0\nlocalhost kernel: ? syscall_trace_enter.isra.18+0x143/0x1b0\nlocalhost kernel: do_syscall_64+0x33/0x80\nlocalhost kernel: entry_SYSCALL_64_after_hwframe+0x44/0xa9\nlocalhost kernel: RIP: 0033:0x152a4dff68d7\n\nAllocate the structure with kcalloc, and remove redundant 0-initialization\nand a redundant loop condition check.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53090",
"url": "https://www.suse.com/security/cve/CVE-2023-53090"
},
{
"category": "external",
"summary": "SUSE Bug 1242753 for CVE-2023-53090",
"url": "https://bugzilla.suse.com/1242753"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53090"
},
{
"cve": "CVE-2023-53091",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53091"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: update s_journal_inum if it changes after journal replay\n\nWhen mounting a crafted ext4 image, s_journal_inum may change after journal\nreplay, which is obviously unreasonable because we have successfully loaded\nand replayed the journal through the old s_journal_inum. And the new\ns_journal_inum bypasses some of the checks in ext4_get_journal(), which\nmay trigger a null pointer dereference problem. So if s_journal_inum\nchanges after the journal replay, we ignore the change, and rewrite the\ncurrent journal_inum to the superblock.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53091",
"url": "https://www.suse.com/security/cve/CVE-2023-53091"
},
{
"category": "external",
"summary": "SUSE Bug 1242767 for CVE-2023-53091",
"url": "https://bugzilla.suse.com/1242767"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53091"
},
{
"cve": "CVE-2023-53092",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53092"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ninterconnect: exynos: fix node leak in probe PM QoS error path\n\nMake sure to add the newly allocated interconnect node to the provider\nbefore adding the PM QoS request so that the node is freed on errors.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53092",
"url": "https://www.suse.com/security/cve/CVE-2023-53092"
},
{
"category": "external",
"summary": "SUSE Bug 1242415 for CVE-2023-53092",
"url": "https://bugzilla.suse.com/1242415"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53092"
},
{
"cve": "CVE-2023-53093",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53093"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntracing: Do not let histogram values have some modifiers\n\nHistogram values can not be strings, stacktraces, graphs, symbols,\nsyscalls, or grouped in buckets or log. Give an error if a value is set to\ndo so.\n\nNote, the histogram code was not prepared to handle these modifiers for\nhistograms and caused a bug.\n\nMark Rutland reported:\n\n # echo \u0027p:copy_to_user __arch_copy_to_user n=$arg2\u0027 \u003e\u003e /sys/kernel/tracing/kprobe_events\n # echo \u0027hist:keys=n:vals=hitcount.buckets=8:sort=hitcount\u0027 \u003e /sys/kernel/tracing/events/kprobes/copy_to_user/trigger\n # cat /sys/kernel/tracing/events/kprobes/copy_to_user/hist\n[ 143.694628] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000\n[ 143.695190] Mem abort info:\n[ 143.695362] ESR = 0x0000000096000004\n[ 143.695604] EC = 0x25: DABT (current EL), IL = 32 bits\n[ 143.695889] SET = 0, FnV = 0\n[ 143.696077] EA = 0, S1PTW = 0\n[ 143.696302] FSC = 0x04: level 0 translation fault\n[ 143.702381] Data abort info:\n[ 143.702614] ISV = 0, ISS = 0x00000004\n[ 143.702832] CM = 0, WnR = 0\n[ 143.703087] user pgtable: 4k pages, 48-bit VAs, pgdp=00000000448f9000\n[ 143.703407] [0000000000000000] pgd=0000000000000000, p4d=0000000000000000\n[ 143.704137] Internal error: Oops: 0000000096000004 [#1] PREEMPT SMP\n[ 143.704714] Modules linked in:\n[ 143.705273] CPU: 0 PID: 133 Comm: cat Not tainted 6.2.0-00003-g6fc512c10a7c #3\n[ 143.706138] Hardware name: linux,dummy-virt (DT)\n[ 143.706723] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)\n[ 143.707120] pc : hist_field_name.part.0+0x14/0x140\n[ 143.707504] lr : hist_field_name.part.0+0x104/0x140\n[ 143.707774] sp : ffff800008333a30\n[ 143.707952] x29: ffff800008333a30 x28: 0000000000000001 x27: 0000000000400cc0\n[ 143.708429] x26: ffffd7a653b20260 x25: 0000000000000000 x24: ffff10d303ee5800\n[ 143.708776] x23: ffffd7a6539b27b0 x22: ffff10d303fb8c00 x21: 0000000000000001\n[ 143.709127] x20: ffff10d303ec2000 x19: 0000000000000000 x18: 0000000000000000\n[ 143.709478] x17: 0000000000000000 x16: 0000000000000000 x15: 0000000000000000\n[ 143.709824] x14: 0000000000000000 x13: 203a6f666e692072 x12: 6567676972742023\n[ 143.710179] x11: 0a230a6d6172676f x10: 000000000000002c x9 : ffffd7a6521e018c\n[ 143.710584] x8 : 000000000000002c x7 : 7f7f7f7f7f7f7f7f x6 : 000000000000002c\n[ 143.710915] x5 : ffff10d303b0103e x4 : ffffd7a653b20261 x3 : 000000000000003d\n[ 143.711239] x2 : 0000000000020001 x1 : 0000000000000001 x0 : 0000000000000000\n[ 143.711746] Call trace:\n[ 143.712115] hist_field_name.part.0+0x14/0x140\n[ 143.712642] hist_field_name.part.0+0x104/0x140\n[ 143.712925] hist_field_print+0x28/0x140\n[ 143.713125] event_hist_trigger_print+0x174/0x4d0\n[ 143.713348] hist_show+0xf8/0x980\n[ 143.713521] seq_read_iter+0x1bc/0x4b0\n[ 143.713711] seq_read+0x8c/0xc4\n[ 143.713876] vfs_read+0xc8/0x2a4\n[ 143.714043] ksys_read+0x70/0xfc\n[ 143.714218] __arm64_sys_read+0x24/0x30\n[ 143.714400] invoke_syscall+0x50/0x120\n[ 143.714587] el0_svc_common.constprop.0+0x4c/0x100\n[ 143.714807] do_el0_svc+0x44/0xd0\n[ 143.714970] el0_svc+0x2c/0x84\n[ 143.715134] el0t_64_sync_handler+0xbc/0x140\n[ 143.715334] el0t_64_sync+0x190/0x194\n[ 143.715742] Code: a9bd7bfd 910003fd a90153f3 aa0003f3 (f9400000)\n[ 143.716510] ---[ end trace 0000000000000000 ]---\nSegmentation fault",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53093",
"url": "https://www.suse.com/security/cve/CVE-2023-53093"
},
{
"category": "external",
"summary": "SUSE Bug 1242279 for CVE-2023-53093",
"url": "https://bugzilla.suse.com/1242279"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53093"
},
{
"cve": "CVE-2023-53096",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53096"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ninterconnect: fix mem leak when freeing nodes\n\nThe node link array is allocated when adding links to a node but is not\ndeallocated when nodes are destroyed.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53096",
"url": "https://www.suse.com/security/cve/CVE-2023-53096"
},
{
"category": "external",
"summary": "SUSE Bug 1242289 for CVE-2023-53096",
"url": "https://bugzilla.suse.com/1242289"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53096"
},
{
"cve": "CVE-2023-53098",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53098"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmedia: rc: gpio-ir-recv: add remove function\n\nIn case runtime PM is enabled, do runtime PM clean up to remove\ncpu latency qos request, otherwise driver removal may have below\nkernel dump:\n\n[ 19.463299] Unable to handle kernel NULL pointer dereference at\nvirtual address 0000000000000048\n[ 19.472161] Mem abort info:\n[ 19.474985] ESR = 0x0000000096000004\n[ 19.478754] EC = 0x25: DABT (current EL), IL = 32 bits\n[ 19.484081] SET = 0, FnV = 0\n[ 19.487149] EA = 0, S1PTW = 0\n[ 19.490361] FSC = 0x04: level 0 translation fault\n[ 19.495256] Data abort info:\n[ 19.498149] ISV = 0, ISS = 0x00000004\n[ 19.501997] CM = 0, WnR = 0\n[ 19.504977] user pgtable: 4k pages, 48-bit VAs, pgdp=0000000049f81000\n[ 19.511432] [0000000000000048] pgd=0000000000000000,\np4d=0000000000000000\n[ 19.518245] Internal error: Oops: 0000000096000004 [#1] PREEMPT SMP\n[ 19.524520] Modules linked in: gpio_ir_recv(+) rc_core [last\nunloaded: rc_core]\n[ 19.531845] CPU: 0 PID: 445 Comm: insmod Not tainted\n6.2.0-rc1-00028-g2c397a46d47c #72\n[ 19.531854] Hardware name: FSL i.MX8MM EVK board (DT)\n[ 19.531859] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO -DIT -SSBS\nBTYPE=--)\n[ 19.551777] pc : cpu_latency_qos_remove_request+0x20/0x110\n[ 19.557277] lr : gpio_ir_recv_runtime_suspend+0x18/0x30\n[gpio_ir_recv]\n[ 19.557294] sp : ffff800008ce3740\n[ 19.557297] x29: ffff800008ce3740 x28: 0000000000000000 x27:\nffff800008ce3d50\n[ 19.574270] x26: ffffc7e3e9cea100 x25: 00000000000f4240 x24:\nffffc7e3f9ef0e30\n[ 19.574284] x23: 0000000000000000 x22: ffff0061803820f4 x21:\n0000000000000008\n[ 19.574296] x20: ffffc7e3fa75df30 x19: 0000000000000020 x18:\nffffffffffffffff\n[ 19.588570] x17: 0000000000000000 x16: ffffc7e3f9efab70 x15:\nffffffffffffffff\n[ 19.595712] x14: ffff800008ce37b8 x13: ffff800008ce37aa x12:\n0000000000000001\n[ 19.602853] x11: 0000000000000001 x10: ffffcbe3ec0dff87 x9 :\n0000000000000008\n[ 19.609991] x8 : 0101010101010101 x7 : 0000000000000000 x6 :\n000000000f0bfe9f\n[ 19.624261] x5 : 00ffffffffffffff x4 : 0025ab8e00000000 x3 :\nffff006180382010\n[ 19.631405] x2 : ffffc7e3e9ce8030 x1 : ffffc7e3fc3eb810 x0 :\n0000000000000020\n[ 19.638548] Call trace:\n[ 19.640995] cpu_latency_qos_remove_request+0x20/0x110\n[ 19.646142] gpio_ir_recv_runtime_suspend+0x18/0x30 [gpio_ir_recv]\n[ 19.652339] pm_generic_runtime_suspend+0x2c/0x44\n[ 19.657055] __rpm_callback+0x48/0x1dc\n[ 19.660807] rpm_callback+0x6c/0x80\n[ 19.664301] rpm_suspend+0x10c/0x640\n[ 19.667880] rpm_idle+0x250/0x2d0\n[ 19.671198] update_autosuspend+0x38/0xe0\n[ 19.675213] pm_runtime_set_autosuspend_delay+0x40/0x60\n[ 19.680442] gpio_ir_recv_probe+0x1b4/0x21c [gpio_ir_recv]\n[ 19.685941] platform_probe+0x68/0xc0\n[ 19.689610] really_probe+0xc0/0x3dc\n[ 19.693189] __driver_probe_device+0x7c/0x190\n[ 19.697550] driver_probe_device+0x3c/0x110\n[ 19.701739] __driver_attach+0xf4/0x200\n[ 19.705578] bus_for_each_dev+0x70/0xd0\n[ 19.709417] driver_attach+0x24/0x30\n[ 19.712998] bus_add_driver+0x17c/0x240\n[ 19.716834] driver_register+0x78/0x130\n[ 19.720676] __platform_driver_register+0x28/0x34\n[ 19.725386] gpio_ir_recv_driver_init+0x20/0x1000 [gpio_ir_recv]\n[ 19.731404] do_one_initcall+0x44/0x2ac\n[ 19.735243] do_init_module+0x48/0x1d0\n[ 19.739003] load_module+0x19fc/0x2034\n[ 19.742759] __do_sys_finit_module+0xac/0x12c\n[ 19.747124] __arm64_sys_finit_module+0x20/0x30\n[ 19.751664] invoke_syscall+0x48/0x114\n[ 19.755420] el0_svc_common.constprop.0+0xcc/0xec\n[ 19.760132] do_el0_svc+0x38/0xb0\n[ 19.763456] el0_svc+0x2c/0x84\n[ 19.766516] el0t_64_sync_handler+0xf4/0x120\n[ 19.770789] el0t_64_sync+0x190/0x194\n[ 19.774460] Code: 910003fd a90153f3 aa0003f3 91204021 (f9401400)\n[ 19.780556] ---[ end trace 0000000000000000 ]---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53098",
"url": "https://www.suse.com/security/cve/CVE-2023-53098"
},
{
"category": "external",
"summary": "SUSE Bug 1242779 for CVE-2023-53098",
"url": "https://bugzilla.suse.com/1242779"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53098"
},
{
"cve": "CVE-2023-53099",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53099"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfirmware: xilinx: don\u0027t make a sleepable memory allocation from an atomic context\n\nThe following issue was discovered using lockdep:\n[ 6.691371] BUG: sleeping function called from invalid context at include/linux/sched/mm.h:209\n[ 6.694602] in_atomic(): 1, irqs_disabled(): 128, non_block: 0, pid: 1, name: swapper/0\n[ 6.702431] 2 locks held by swapper/0/1:\n[ 6.706300] #0: ffffff8800f6f188 (\u0026dev-\u003emutex){....}-{3:3}, at: __device_driver_lock+0x4c/0x90\n[ 6.714900] #1: ffffffc009a2abb8 (enable_lock){....}-{2:2}, at: clk_enable_lock+0x4c/0x140\n[ 6.723156] irq event stamp: 304030\n[ 6.726596] hardirqs last enabled at (304029): [\u003cffffffc008d17ee0\u003e] _raw_spin_unlock_irqrestore+0xc0/0xd0\n[ 6.736142] hardirqs last disabled at (304030): [\u003cffffffc00876bc5c\u003e] clk_enable_lock+0xfc/0x140\n[ 6.744742] softirqs last enabled at (303958): [\u003cffffffc0080904f0\u003e] _stext+0x4f0/0x894\n[ 6.752655] softirqs last disabled at (303951): [\u003cffffffc0080e53b8\u003e] irq_exit+0x238/0x280\n[ 6.760744] CPU: 1 PID: 1 Comm: swapper/0 Tainted: G U 5.15.36 #2\n[ 6.768048] Hardware name: xlnx,zynqmp (DT)\n[ 6.772179] Call trace:\n[ 6.774584] dump_backtrace+0x0/0x300\n[ 6.778197] show_stack+0x18/0x30\n[ 6.781465] dump_stack_lvl+0xb8/0xec\n[ 6.785077] dump_stack+0x1c/0x38\n[ 6.788345] ___might_sleep+0x1a8/0x2a0\n[ 6.792129] __might_sleep+0x6c/0xd0\n[ 6.795655] kmem_cache_alloc_trace+0x270/0x3d0\n[ 6.800127] do_feature_check_call+0x100/0x220\n[ 6.804513] zynqmp_pm_invoke_fn+0x8c/0xb0\n[ 6.808555] zynqmp_pm_clock_getstate+0x90/0xe0\n[ 6.813027] zynqmp_pll_is_enabled+0x8c/0x120\n[ 6.817327] zynqmp_pll_enable+0x38/0xc0\n[ 6.821197] clk_core_enable+0x144/0x400\n[ 6.825067] clk_core_enable+0xd4/0x400\n[ 6.828851] clk_core_enable+0xd4/0x400\n[ 6.832635] clk_core_enable+0xd4/0x400\n[ 6.836419] clk_core_enable+0xd4/0x400\n[ 6.840203] clk_core_enable+0xd4/0x400\n[ 6.843987] clk_core_enable+0xd4/0x400\n[ 6.847771] clk_core_enable+0xd4/0x400\n[ 6.851555] clk_core_enable_lock+0x24/0x50\n[ 6.855683] clk_enable+0x24/0x40\n[ 6.858952] fclk_probe+0x84/0xf0\n[ 6.862220] platform_probe+0x8c/0x110\n[ 6.865918] really_probe+0x110/0x5f0\n[ 6.869530] __driver_probe_device+0xcc/0x210\n[ 6.873830] driver_probe_device+0x64/0x140\n[ 6.877958] __driver_attach+0x114/0x1f0\n[ 6.881828] bus_for_each_dev+0xe8/0x160\n[ 6.885698] driver_attach+0x34/0x50\n[ 6.889224] bus_add_driver+0x228/0x300\n[ 6.893008] driver_register+0xc0/0x1e0\n[ 6.896792] __platform_driver_register+0x44/0x60\n[ 6.901436] fclk_driver_init+0x1c/0x28\n[ 6.905220] do_one_initcall+0x104/0x590\n[ 6.909091] kernel_init_freeable+0x254/0x2bc\n[ 6.913390] kernel_init+0x24/0x130\n[ 6.916831] ret_from_fork+0x10/0x20\n\nFix it by passing the GFP_ATOMIC gfp flag for the corresponding\nmemory allocation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53099",
"url": "https://www.suse.com/security/cve/CVE-2023-53099"
},
{
"category": "external",
"summary": "SUSE Bug 1242399 for CVE-2023-53099",
"url": "https://bugzilla.suse.com/1242399"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53099"
},
{
"cve": "CVE-2023-53100",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53100"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix WARNING in ext4_update_inline_data\n\nSyzbot found the following issue:\nEXT4-fs (loop0): mounted filesystem 00000000-0000-0000-0000-000000000000 without journal. Quota mode: none.\nfscrypt: AES-256-CTS-CBC using implementation \"cts-cbc-aes-aesni\"\nfscrypt: AES-256-XTS using implementation \"xts-aes-aesni\"\n------------[ cut here ]------------\nWARNING: CPU: 0 PID: 5071 at mm/page_alloc.c:5525 __alloc_pages+0x30a/0x560 mm/page_alloc.c:5525\nModules linked in:\nCPU: 1 PID: 5071 Comm: syz-executor263 Not tainted 6.2.0-rc1-syzkaller #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 10/26/2022\nRIP: 0010:__alloc_pages+0x30a/0x560 mm/page_alloc.c:5525\nRSP: 0018:ffffc90003c2f1c0 EFLAGS: 00010246\nRAX: ffffc90003c2f220 RBX: 0000000000000014 RCX: 0000000000000000\nRDX: 0000000000000028 RSI: 0000000000000000 RDI: ffffc90003c2f248\nRBP: ffffc90003c2f2d8 R08: dffffc0000000000 R09: ffffc90003c2f220\nR10: fffff52000785e49 R11: 1ffff92000785e44 R12: 0000000000040d40\nR13: 1ffff92000785e40 R14: dffffc0000000000 R15: 1ffff92000785e3c\nFS: 0000555556c0d300(0000) GS:ffff8880b9800000(0000) knlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 00007f95d5e04138 CR3: 00000000793aa000 CR4: 00000000003506f0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nCall Trace:\n \u003cTASK\u003e\n __alloc_pages_node include/linux/gfp.h:237 [inline]\n alloc_pages_node include/linux/gfp.h:260 [inline]\n __kmalloc_large_node+0x95/0x1e0 mm/slab_common.c:1113\n __do_kmalloc_node mm/slab_common.c:956 [inline]\n __kmalloc+0xfe/0x190 mm/slab_common.c:981\n kmalloc include/linux/slab.h:584 [inline]\n kzalloc include/linux/slab.h:720 [inline]\n ext4_update_inline_data+0x236/0x6b0 fs/ext4/inline.c:346\n ext4_update_inline_dir fs/ext4/inline.c:1115 [inline]\n ext4_try_add_inline_entry+0x328/0x990 fs/ext4/inline.c:1307\n ext4_add_entry+0x5a4/0xeb0 fs/ext4/namei.c:2385\n ext4_add_nondir+0x96/0x260 fs/ext4/namei.c:2772\n ext4_create+0x36c/0x560 fs/ext4/namei.c:2817\n lookup_open fs/namei.c:3413 [inline]\n open_last_lookups fs/namei.c:3481 [inline]\n path_openat+0x12ac/0x2dd0 fs/namei.c:3711\n do_filp_open+0x264/0x4f0 fs/namei.c:3741\n do_sys_openat2+0x124/0x4e0 fs/open.c:1310\n do_sys_open fs/open.c:1326 [inline]\n __do_sys_openat fs/open.c:1342 [inline]\n __se_sys_openat fs/open.c:1337 [inline]\n __x64_sys_openat+0x243/0x290 fs/open.c:1337\n do_syscall_x64 arch/x86/entry/common.c:50 [inline]\n do_syscall_64+0x3d/0xb0 arch/x86/entry/common.c:80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\n\nAbove issue happens as follows:\next4_iget\n ext4_find_inline_data_nolock -\u003ei_inline_off=164 i_inline_size=60\next4_try_add_inline_entry\n __ext4_mark_inode_dirty\n ext4_expand_extra_isize_ea -\u003ei_extra_isize=32 s_want_extra_isize=44\n ext4_xattr_shift_entries\n\t -\u003eafter shift i_inline_off is incorrect, actually is change to 176\next4_try_add_inline_entry\n ext4_update_inline_dir\n get_max_inline_xattr_value_size\n if (EXT4_I(inode)-\u003ei_inline_off)\n\tentry = (struct ext4_xattr_entry *)((void *)raw_inode +\n\t\t\tEXT4_I(inode)-\u003ei_inline_off);\n free += EXT4_XATTR_SIZE(le32_to_cpu(entry-\u003ee_value_size));\n\t-\u003eAs entry is incorrect, then \u0027free\u0027 may be negative\n ext4_update_inline_data\n value = kzalloc(len, GFP_NOFS);\n -\u003e len is unsigned int, maybe very large, then trigger warning when\n \u0027kzalloc()\u0027\n\nTo resolve the above issue we need to update \u0027i_inline_off\u0027 after\n\u0027ext4_xattr_shift_entries()\u0027. We do not need to set\nEXT4_STATE_MAY_INLINE_DATA flag here, since ext4_mark_inode_dirty()\nalready sets this flag if needed. Setting EXT4_STATE_MAY_INLINE_DATA\nwhen it is needed may trigger a BUG_ON in ext4_writepages().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53100",
"url": "https://www.suse.com/security/cve/CVE-2023-53100"
},
{
"category": "external",
"summary": "SUSE Bug 1242790 for CVE-2023-53100",
"url": "https://bugzilla.suse.com/1242790"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53100"
},
{
"cve": "CVE-2023-53101",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53101"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: zero i_disksize when initializing the bootloader inode\n\nIf the boot loader inode has never been used before, the\nEXT4_IOC_SWAP_BOOT inode will initialize it, including setting the\ni_size to 0. However, if the \"never before used\" boot loader has a\nnon-zero i_size, then i_disksize will be non-zero, and the\ninconsistency between i_size and i_disksize can trigger a kernel\nwarning:\n\n WARNING: CPU: 0 PID: 2580 at fs/ext4/file.c:319\n CPU: 0 PID: 2580 Comm: bb Not tainted 6.3.0-rc1-00004-g703695902cfa\n RIP: 0010:ext4_file_write_iter+0xbc7/0xd10\n Call Trace:\n vfs_write+0x3b1/0x5c0\n ksys_write+0x77/0x160\n __x64_sys_write+0x22/0x30\n do_syscall_64+0x39/0x80\n\nReproducer:\n 1. create corrupted image and mount it:\n mke2fs -t ext4 /tmp/foo.img 200\n debugfs -wR \"sif \u003c5\u003e size 25700\" /tmp/foo.img\n mount -t ext4 /tmp/foo.img /mnt\n cd /mnt\n echo 123 \u003e file\n 2. Run the reproducer program:\n posix_memalign(\u0026buf, 1024, 1024)\n fd = open(\"file\", O_RDWR | O_DIRECT);\n ioctl(fd, EXT4_IOC_SWAP_BOOT);\n write(fd, buf, 1024);\n\nFix this by setting i_disksize as well as i_size to zero when\ninitiaizing the boot loader inode.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53101",
"url": "https://www.suse.com/security/cve/CVE-2023-53101"
},
{
"category": "external",
"summary": "SUSE Bug 1242791 for CVE-2023-53101",
"url": "https://bugzilla.suse.com/1242791"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53101"
},
{
"cve": "CVE-2023-53106",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53106"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfc: st-nci: Fix use after free bug in ndlc_remove due to race condition\n\nThis bug influences both st_nci_i2c_remove and st_nci_spi_remove.\nTake st_nci_i2c_remove as an example.\n\nIn st_nci_i2c_probe, it called ndlc_probe and bound \u0026ndlc-\u003esm_work\nwith llt_ndlc_sm_work.\n\nWhen it calls ndlc_recv or timeout handler, it will finally call\nschedule_work to start the work.\n\nWhen we call st_nci_i2c_remove to remove the driver, there\nmay be a sequence as follows:\n\nFix it by finishing the work before cleanup in ndlc_remove\n\nCPU0 CPU1\n\n |llt_ndlc_sm_work\nst_nci_i2c_remove |\n ndlc_remove |\n st_nci_remove |\n nci_free_device|\n kfree(ndev) |\n//free ndlc-\u003endev |\n |llt_ndlc_rcv_queue\n |nci_recv_frame\n |//use ndlc-\u003endev",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53106",
"url": "https://www.suse.com/security/cve/CVE-2023-53106"
},
{
"category": "external",
"summary": "SUSE Bug 1242215 for CVE-2023-53106",
"url": "https://bugzilla.suse.com/1242215"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53106"
},
{
"cve": "CVE-2023-53108",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53108"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/iucv: Fix size of interrupt data\n\niucv_irq_data needs to be 4 bytes larger.\nThese bytes are not used by the iucv module, but written by\nthe z/VM hypervisor in case a CPU is deconfigured.\n\nReported as:\nBUG dma-kmalloc-64 (Not tainted): kmalloc Redzone overwritten\n-----------------------------------------------------------------------------\n0x0000000000400564-0x0000000000400567 @offset=1380. First byte 0x80 instead of 0xcc\nAllocated in iucv_cpu_prepare+0x44/0xd0 age=167839 cpu=2 pid=1\n__kmem_cache_alloc_node+0x166/0x450\nkmalloc_node_trace+0x3a/0x70\niucv_cpu_prepare+0x44/0xd0\ncpuhp_invoke_callback+0x156/0x2f0\ncpuhp_issue_call+0xf0/0x298\n__cpuhp_setup_state_cpuslocked+0x136/0x338\n__cpuhp_setup_state+0xf4/0x288\niucv_init+0xf4/0x280\ndo_one_initcall+0x78/0x390\ndo_initcalls+0x11a/0x140\nkernel_init_freeable+0x25e/0x2a0\nkernel_init+0x2e/0x170\n__ret_from_fork+0x3c/0x58\nret_from_fork+0xa/0x40\nFreed in iucv_init+0x92/0x280 age=167839 cpu=2 pid=1\n__kmem_cache_free+0x308/0x358\niucv_init+0x92/0x280\ndo_one_initcall+0x78/0x390\ndo_initcalls+0x11a/0x140\nkernel_init_freeable+0x25e/0x2a0\nkernel_init+0x2e/0x170\n__ret_from_fork+0x3c/0x58\nret_from_fork+0xa/0x40\nSlab 0x0000037200010000 objects=32 used=30 fp=0x0000000000400640 flags=0x1ffff00000010200(slab|head|node=0|zone=0|\nObject 0x0000000000400540 @offset=1344 fp=0x0000000000000000\nRedzone 0000000000400500: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc ................\nRedzone 0000000000400510: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc ................\nRedzone 0000000000400520: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc ................\nRedzone 0000000000400530: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc ................\nObject 0000000000400540: 00 01 00 03 00 00 00 00 00 00 00 00 00 00 00 00 ................\nObject 0000000000400550: f3 86 81 f2 f4 82 f8 82 f0 f0 f0 f0 f0 f0 f0 f2 ................\nObject 0000000000400560: 00 00 00 00 80 00 00 00 cc cc cc cc cc cc cc cc ................\nObject 0000000000400570: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc ................\nRedzone 0000000000400580: cc cc cc cc cc cc cc cc ........\nPadding 00000000004005d4: 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a ZZZZZZZZZZZZZZZZ\nPadding 00000000004005e4: 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a ZZZZZZZZZZZZZZZZ\nPadding 00000000004005f4: 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a ZZZZZZZZZZZZ\nCPU: 6 PID: 121030 Comm: 116-pai-crypto. Not tainted 6.3.0-20230221.rc0.git4.99b8246b2d71.300.fc37.s390x+debug #1\nHardware name: IBM 3931 A01 704 (z/VM 7.3.0)\nCall Trace:\n[\u003c000000032aa034ec\u003e] dump_stack_lvl+0xac/0x100\n[\u003c0000000329f5a6cc\u003e] check_bytes_and_report+0x104/0x140\n[\u003c0000000329f5aa78\u003e] check_object+0x370/0x3c0\n[\u003c0000000329f5ede6\u003e] free_debug_processing+0x15e/0x348\n[\u003c0000000329f5f06a\u003e] free_to_partial_list+0x9a/0x2f0\n[\u003c0000000329f5f4a4\u003e] __slab_free+0x1e4/0x3a8\n[\u003c0000000329f61768\u003e] __kmem_cache_free+0x308/0x358\n[\u003c000000032a91465c\u003e] iucv_cpu_dead+0x6c/0x88\n[\u003c0000000329c2fc66\u003e] cpuhp_invoke_callback+0x156/0x2f0\n[\u003c000000032aa062da\u003e] _cpu_down.constprop.0+0x22a/0x5e0\n[\u003c0000000329c3243e\u003e] cpu_device_down+0x4e/0x78\n[\u003c000000032a61dee0\u003e] device_offline+0xc8/0x118\n[\u003c000000032a61e048\u003e] online_store+0x60/0xe0\n[\u003c000000032a08b6b0\u003e] kernfs_fop_write_iter+0x150/0x1e8\n[\u003c0000000329fab65c\u003e] vfs_write+0x174/0x360\n[\u003c0000000329fab9fc\u003e] ksys_write+0x74/0x100\n[\u003c000000032aa03a5a\u003e] __do_syscall+0x1da/0x208\n[\u003c000000032aa177b2\u003e] system_call+0x82/0xb0\nINFO: lockdep is turned off.\nFIX dma-kmalloc-64: Restoring kmalloc Redzone 0x0000000000400564-0x0000000000400567=0xcc\nFIX dma-kmalloc-64: Object at 0x0000000000400540 not freed",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53108",
"url": "https://www.suse.com/security/cve/CVE-2023-53108"
},
{
"category": "external",
"summary": "SUSE Bug 1242422 for CVE-2023-53108",
"url": "https://bugzilla.suse.com/1242422"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53108"
},
{
"cve": "CVE-2023-53111",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53111"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nloop: Fix use-after-free issues\n\ndo_req_filebacked() calls blk_mq_complete_request() synchronously or\nasynchronously when using asynchronous I/O unless memory allocation fails.\nHence, modify loop_handle_cmd() such that it does not dereference \u0027cmd\u0027 nor\n\u0027rq\u0027 after do_req_filebacked() finished unless we are sure that the request\nhas not yet been completed. This patch fixes the following kernel crash:\n\nUnable to handle kernel NULL pointer dereference at virtual address 0000000000000054\nCall trace:\n css_put.42938+0x1c/0x1ac\n loop_process_work+0xc8c/0xfd4\n loop_rootcg_workfn+0x24/0x34\n process_one_work+0x244/0x558\n worker_thread+0x400/0x8fc\n kthread+0x16c/0x1e0\n ret_from_fork+0x10/0x20",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53111",
"url": "https://www.suse.com/security/cve/CVE-2023-53111"
},
{
"category": "external",
"summary": "SUSE Bug 1242428 for CVE-2023-53111",
"url": "https://bugzilla.suse.com/1242428"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53111"
},
{
"cve": "CVE-2023-53114",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53114"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ni40e: Fix kernel crash during reboot when adapter is in recovery mode\n\nIf the driver detects during probe that firmware is in recovery\nmode then i40e_init_recovery_mode() is called and the rest of\nprobe function is skipped including pci_set_drvdata(). Subsequent\ni40e_shutdown() called during shutdown/reboot dereferences NULL\npointer as pci_get_drvdata() returns NULL.\n\nTo fix call pci_set_drvdata() also during entering to recovery mode.\n\nReproducer:\n1) Lets have i40e NIC with firmware in recovery mode\n2) Run reboot\n\nResult:\n[ 139.084698] i40e: Intel(R) Ethernet Connection XL710 Network Driver\n[ 139.090959] i40e: Copyright (c) 2013 - 2019 Intel Corporation.\n[ 139.108438] i40e 0000:02:00.0: Firmware recovery mode detected. Limiting functionality.\n[ 139.116439] i40e 0000:02:00.0: Refer to the Intel(R) Ethernet Adapters and Devices User Guide for details on firmware recovery mode.\n[ 139.129499] i40e 0000:02:00.0: fw 8.3.64775 api 1.13 nvm 8.30 0x8000b78d 1.3106.0 [8086:1583] [15d9:084a]\n[ 139.215932] i40e 0000:02:00.0 enp2s0f0: renamed from eth0\n[ 139.223292] i40e 0000:02:00.1: Firmware recovery mode detected. Limiting functionality.\n[ 139.231292] i40e 0000:02:00.1: Refer to the Intel(R) Ethernet Adapters and Devices User Guide for details on firmware recovery mode.\n[ 139.244406] i40e 0000:02:00.1: fw 8.3.64775 api 1.13 nvm 8.30 0x8000b78d 1.3106.0 [8086:1583] [15d9:084a]\n[ 139.329209] i40e 0000:02:00.1 enp2s0f1: renamed from eth0\n...\n[ 156.311376] BUG: kernel NULL pointer dereference, address: 00000000000006c2\n[ 156.318330] #PF: supervisor write access in kernel mode\n[ 156.323546] #PF: error_code(0x0002) - not-present page\n[ 156.328679] PGD 0 P4D 0\n[ 156.331210] Oops: 0002 [#1] PREEMPT SMP NOPTI\n[ 156.335567] CPU: 26 PID: 15119 Comm: reboot Tainted: G E 6.2.0+ #1\n[ 156.343126] Hardware name: Abacus electric, s.r.o. - servis@abacus.cz Super Server/H12SSW-iN, BIOS 2.4 04/13/2022\n[ 156.353369] RIP: 0010:i40e_shutdown+0x15/0x130 [i40e]\n[ 156.358430] Code: c1 fc ff ff 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 f3 0f 1e fa 0f 1f 44 00 00 55 48 89 fd 53 48 8b 9f 48 01 00 00 \u003cf0\u003e 80 8b c2 06 00 00 04 f0 80 8b c0 06 00 00 08 48 8d bb 08 08 00\n[ 156.377168] RSP: 0018:ffffb223c8447d90 EFLAGS: 00010282\n[ 156.382384] RAX: ffffffffc073ee70 RBX: 0000000000000000 RCX: 0000000000000001\n[ 156.389510] RDX: 0000000080000001 RSI: 0000000000000246 RDI: ffff95db49988000\n[ 156.396634] RBP: ffff95db49988000 R08: ffffffffffffffff R09: ffffffff8bd17d40\n[ 156.403759] R10: 0000000000000001 R11: ffffffff8a5e3d28 R12: ffff95db49988000\n[ 156.410882] R13: ffffffff89a6fe17 R14: ffff95db49988150 R15: 0000000000000000\n[ 156.418007] FS: 00007fe7c0cc3980(0000) GS:ffff95ea8ee80000(0000) knlGS:0000000000000000\n[ 156.426083] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n[ 156.431819] CR2: 00000000000006c2 CR3: 00000003092fc005 CR4: 0000000000770ee0\n[ 156.438944] PKRU: 55555554\n[ 156.441647] Call Trace:\n[ 156.444096] \u003cTASK\u003e\n[ 156.446199] pci_device_shutdown+0x38/0x60\n[ 156.450297] device_shutdown+0x163/0x210\n[ 156.454215] kernel_restart+0x12/0x70\n[ 156.457872] __do_sys_reboot+0x1ab/0x230\n[ 156.461789] ? vfs_writev+0xa6/0x1a0\n[ 156.465362] ? __pfx_file_free_rcu+0x10/0x10\n[ 156.469635] ? __call_rcu_common.constprop.85+0x109/0x5a0\n[ 156.475034] do_syscall_64+0x3e/0x90\n[ 156.478611] entry_SYSCALL_64_after_hwframe+0x72/0xdc\n[ 156.483658] RIP: 0033:0x7fe7bff37ab7",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53114",
"url": "https://www.suse.com/security/cve/CVE-2023-53114"
},
{
"category": "external",
"summary": "SUSE Bug 1242398 for CVE-2023-53114",
"url": "https://bugzilla.suse.com/1242398"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53114"
},
{
"cve": "CVE-2023-53116",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53116"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnvmet: avoid potential UAF in nvmet_req_complete()\n\nAn nvme target -\u003equeue_response() operation implementation may free the\nrequest passed as argument. Such implementation potentially could result\nin a use after free of the request pointer when percpu_ref_put() is\ncalled in nvmet_req_complete().\n\nAvoid such problem by using a local variable to save the sq pointer\nbefore calling __nvmet_req_complete(), thus avoiding dereferencing the\nreq pointer after that function call.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53116",
"url": "https://www.suse.com/security/cve/CVE-2023-53116"
},
{
"category": "external",
"summary": "SUSE Bug 1242411 for CVE-2023-53116",
"url": "https://bugzilla.suse.com/1242411"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53116"
},
{
"cve": "CVE-2023-53118",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53118"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: core: Fix a procfs host directory removal regression\n\nscsi_proc_hostdir_rm() decreases a reference counter and hence must only be\ncalled once per host that is removed. This change does not require a\nscsi_add_host_with_dma() change since scsi_add_host_with_dma() will return\n0 (success) if scsi_proc_host_add() is called.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53118",
"url": "https://www.suse.com/security/cve/CVE-2023-53118"
},
{
"category": "external",
"summary": "SUSE Bug 1242365 for CVE-2023-53118",
"url": "https://bugzilla.suse.com/1242365"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53118"
},
{
"cve": "CVE-2023-53119",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53119"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfc: pn533: initialize struct pn533_out_arg properly\n\nstruct pn533_out_arg used as a temporary context for out_urb is not\ninitialized properly. Its uninitialized \u0027phy\u0027 field can be dereferenced in\nerror cases inside pn533_out_complete() callback function. It causes the\nfollowing failure:\n\ngeneral protection fault, probably for non-canonical address 0xdffffc0000000000: 0000 [#1] PREEMPT SMP KASAN\nKASAN: null-ptr-deref in range [0x0000000000000000-0x0000000000000007]\nCPU: 1 PID: 0 Comm: swapper/1 Not tainted 6.2.0-rc3-next-20230110-syzkaller #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 10/26/2022\nRIP: 0010:pn533_out_complete.cold+0x15/0x44 drivers/nfc/pn533/usb.c:441\nCall Trace:\n \u003cIRQ\u003e\n __usb_hcd_giveback_urb+0x2b6/0x5c0 drivers/usb/core/hcd.c:1671\n usb_hcd_giveback_urb+0x384/0x430 drivers/usb/core/hcd.c:1754\n dummy_timer+0x1203/0x32d0 drivers/usb/gadget/udc/dummy_hcd.c:1988\n call_timer_fn+0x1da/0x800 kernel/time/timer.c:1700\n expire_timers+0x234/0x330 kernel/time/timer.c:1751\n __run_timers kernel/time/timer.c:2022 [inline]\n __run_timers kernel/time/timer.c:1995 [inline]\n run_timer_softirq+0x326/0x910 kernel/time/timer.c:2035\n __do_softirq+0x1fb/0xaf6 kernel/softirq.c:571\n invoke_softirq kernel/softirq.c:445 [inline]\n __irq_exit_rcu+0x123/0x180 kernel/softirq.c:650\n irq_exit_rcu+0x9/0x20 kernel/softirq.c:662\n sysvec_apic_timer_interrupt+0x97/0xc0 arch/x86/kernel/apic/apic.c:1107\n\nInitialize the field with the pn533_usb_phy currently used.\n\nFound by Linux Verification Center (linuxtesting.org) with Syzkaller.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53119",
"url": "https://www.suse.com/security/cve/CVE-2023-53119"
},
{
"category": "external",
"summary": "SUSE Bug 1242370 for CVE-2023-53119",
"url": "https://bugzilla.suse.com/1242370"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53119"
},
{
"cve": "CVE-2023-53123",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53123"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nPCI: s390: Fix use-after-free of PCI resources with per-function hotplug\n\nOn s390 PCI functions may be hotplugged individually even when they\nbelong to a multi-function device. In particular on an SR-IOV device VFs\nmay be removed and later re-added.\n\nIn commit a50297cf8235 (\"s390/pci: separate zbus creation from\nscanning\") it was missed however that struct pci_bus and struct\nzpci_bus\u0027s resource list retained a reference to the PCI functions MMIO\nresources even though those resources are released and freed on\nhot-unplug. These stale resources may subsequently be claimed when the\nPCI function re-appears resulting in use-after-free.\n\nOne idea of fixing this use-after-free in s390 specific code that was\ninvestigated was to simply keep resources around from the moment a PCI\nfunction first appeared until the whole virtual PCI bus created for\na multi-function device disappears. The problem with this however is\nthat due to the requirement of artificial MMIO addreesses (address\ncookies) extra logic is then needed to keep the address cookies\ncompatible on re-plug. At the same time the MMIO resources semantically\nbelong to the PCI function so tying their lifecycle to the function\nseems more logical.\n\nInstead a simpler approach is to remove the resources of an individually\nhot-unplugged PCI function from the PCI bus\u0027s resource list while\nkeeping the resources of other PCI functions on the PCI bus untouched.\n\nThis is done by introducing pci_bus_remove_resource() to remove an\nindividual resource. Similarly the resource also needs to be removed\nfrom the struct zpci_bus\u0027s resource list. It turns out however, that\nthere is really no need to add the MMIO resources to the struct\nzpci_bus\u0027s resource list at all and instead we can simply use the\nzpci_bar_struct\u0027s resource pointer directly.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53123",
"url": "https://www.suse.com/security/cve/CVE-2023-53123"
},
{
"category": "external",
"summary": "SUSE Bug 1242403 for CVE-2023-53123",
"url": "https://bugzilla.suse.com/1242403"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53123"
},
{
"cve": "CVE-2023-53124",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53124"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: mpt3sas: Fix NULL pointer access in mpt3sas_transport_port_add()\n\nPort is allocated by sas_port_alloc_num() and rphy is allocated by either\nsas_end_device_alloc() or sas_expander_alloc(), all of which may return\nNULL. So we need to check the rphy to avoid possible NULL pointer access.\n\nIf sas_rphy_add() returned with failure, rphy is set to NULL. We would\naccess the rphy in the following lines which would also result NULL pointer\naccess.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53124",
"url": "https://www.suse.com/security/cve/CVE-2023-53124"
},
{
"category": "external",
"summary": "SUSE Bug 1242165 for CVE-2023-53124",
"url": "https://bugzilla.suse.com/1242165"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53124"
},
{
"cve": "CVE-2023-53125",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53125"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: usb: smsc75xx: Limit packet length to skb-\u003elen\n\nPacket length retrieved from skb data may be larger than\nthe actual socket buffer length (up to 9026 bytes). In such\ncase the cloned skb passed up the network stack will leak\nkernel memory contents.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53125",
"url": "https://www.suse.com/security/cve/CVE-2023-53125"
},
{
"category": "external",
"summary": "SUSE Bug 1242285 for CVE-2023-53125",
"url": "https://bugzilla.suse.com/1242285"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53125"
},
{
"cve": "CVE-2023-53131",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53131"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nSUNRPC: Fix a server shutdown leak\n\nFix a race where kthread_stop() may prevent the threadfn from ever getting\ncalled. If that happens the svc_rqst will not be cleaned up.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53131",
"url": "https://www.suse.com/security/cve/CVE-2023-53131"
},
{
"category": "external",
"summary": "SUSE Bug 1242377 for CVE-2023-53131",
"url": "https://bugzilla.suse.com/1242377"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53131"
},
{
"cve": "CVE-2023-53134",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53134"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbnxt_en: Avoid order-5 memory allocation for TPA data\n\nThe driver needs to keep track of all the possible concurrent TPA (GRO/LRO)\ncompletions on the aggregation ring. On P5 chips, the maximum number\nof concurrent TPA is 256 and the amount of memory we allocate is order-5\non systems using 4K pages. Memory allocation failure has been reported:\n\nNetworkManager: page allocation failure: order:5, mode:0x40dc0(GFP_KERNEL|__GFP_COMP|__GFP_ZERO), nodemask=(null),cpuset=/,mems_allowed=0-1\nCPU: 15 PID: 2995 Comm: NetworkManager Kdump: loaded Not tainted 5.10.156 #1\nHardware name: Dell Inc. PowerEdge R660/0M1CC5, BIOS 0.2.25 08/12/2022\nCall Trace:\n dump_stack+0x57/0x6e\n warn_alloc.cold.120+0x7b/0xdd\n ? _cond_resched+0x15/0x30\n ? __alloc_pages_direct_compact+0x15f/0x170\n __alloc_pages_slowpath.constprop.108+0xc58/0xc70\n __alloc_pages_nodemask+0x2d0/0x300\n kmalloc_order+0x24/0xe0\n kmalloc_order_trace+0x19/0x80\n bnxt_alloc_mem+0x1150/0x15c0 [bnxt_en]\n ? bnxt_get_func_stat_ctxs+0x13/0x60 [bnxt_en]\n __bnxt_open_nic+0x12e/0x780 [bnxt_en]\n bnxt_open+0x10b/0x240 [bnxt_en]\n __dev_open+0xe9/0x180\n __dev_change_flags+0x1af/0x220\n dev_change_flags+0x21/0x60\n do_setlink+0x35c/0x1100\n\nInstead of allocating this big chunk of memory and dividing it up for the\nconcurrent TPA instances, allocate each small chunk separately for each\nTPA instance. This will reduce it to order-0 allocations.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53134",
"url": "https://www.suse.com/security/cve/CVE-2023-53134"
},
{
"category": "external",
"summary": "SUSE Bug 1242380 for CVE-2023-53134",
"url": "https://bugzilla.suse.com/1242380"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53134"
},
{
"cve": "CVE-2023-53137",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53137"
}
],
"notes": [
{
"category": "general",
"text": "This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53137",
"url": "https://www.suse.com/security/cve/CVE-2023-53137"
},
{
"category": "external",
"summary": "SUSE Bug 1242358 for CVE-2023-53137",
"url": "https://bugzilla.suse.com/1242358"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53137"
},
{
"cve": "CVE-2023-53139",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53139"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfc: fdp: add null check of devm_kmalloc_array in fdp_nci_i2c_read_device_properties\n\ndevm_kmalloc_array may fails, *fw_vsc_cfg might be null and cause\nout-of-bounds write in device_property_read_u8_array later.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53139",
"url": "https://www.suse.com/security/cve/CVE-2023-53139"
},
{
"category": "external",
"summary": "SUSE Bug 1242361 for CVE-2023-53139",
"url": "https://bugzilla.suse.com/1242361"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53139"
},
{
"cve": "CVE-2023-53140",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53140"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: core: Remove the /proc/scsi/${proc_name} directory earlier\n\nRemove the /proc/scsi/${proc_name} directory earlier to fix a race\ncondition between unloading and reloading kernel modules. This fixes a bug\nintroduced in 2009 by commit 77c019768f06 (\"[SCSI] fix /proc memory leak in\nthe SCSI core\").\n\nFix the following kernel warning:\n\nproc_dir_entry \u0027scsi/scsi_debug\u0027 already registered\nWARNING: CPU: 19 PID: 27986 at fs/proc/generic.c:376 proc_register+0x27d/0x2e0\nCall Trace:\n proc_mkdir+0xb5/0xe0\n scsi_proc_hostdir_add+0xb5/0x170\n scsi_host_alloc+0x683/0x6c0\n sdebug_driver_probe+0x6b/0x2d0 [scsi_debug]\n really_probe+0x159/0x540\n __driver_probe_device+0xdc/0x230\n driver_probe_device+0x4f/0x120\n __device_attach_driver+0xef/0x180\n bus_for_each_drv+0xe5/0x130\n __device_attach+0x127/0x290\n device_initial_probe+0x17/0x20\n bus_probe_device+0x110/0x130\n device_add+0x673/0xc80\n device_register+0x1e/0x30\n sdebug_add_host_helper+0x1a7/0x3b0 [scsi_debug]\n scsi_debug_init+0x64f/0x1000 [scsi_debug]\n do_one_initcall+0xd7/0x470\n do_init_module+0xe7/0x330\n load_module+0x122a/0x12c0\n __do_sys_finit_module+0x124/0x1a0\n __x64_sys_finit_module+0x46/0x50\n do_syscall_64+0x38/0x80\n entry_SYSCALL_64_after_hwframe+0x46/0xb0",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53140",
"url": "https://www.suse.com/security/cve/CVE-2023-53140"
},
{
"category": "external",
"summary": "SUSE Bug 1242372 for CVE-2023-53140",
"url": "https://bugzilla.suse.com/1242372"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53140"
},
{
"cve": "CVE-2023-53142",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53142"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nice: copy last block omitted in ice_get_module_eeprom()\n\nice_get_module_eeprom() is broken since commit e9c9692c8a81 (\"ice:\nReimplement module reads used by ethtool\") In this refactor,\nice_get_module_eeprom() reads the eeprom in blocks of size 8.\nBut the condition that should protect the buffer overflow\nignores the last block. The last block always contains zeros.\n\nBug uncovered by ethtool upstream commit 9538f384b535\n(\"netlink: eeprom: Defer page requests to individual parsers\")\nAfter this commit, ethtool reads a block with length = 1;\nto read the SFF-8024 identifier value.\n\nunpatched driver:\n$ ethtool -m enp65s0f0np0 offset 0x90 length 8\nOffset Values\n------ ------\n0x0090: 00 00 00 00 00 00 00 00\n$ ethtool -m enp65s0f0np0 offset 0x90 length 12\nOffset Values\n------ ------\n0x0090: 00 00 01 a0 4d 65 6c 6c 00 00 00 00\n$\n\n$ ethtool -m enp65s0f0np0\nOffset Values\n------ ------\n0x0000: 11 06 06 00 00 00 00 00 00 00 00 00 00 00 00 00\n0x0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n0x0020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n0x0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n0x0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n0x0050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n0x0060: 00 00 00 00 00 00 00 00 00 00 00 00 00 01 08 00\n0x0070: 00 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n\npatched driver:\n$ ethtool -m enp65s0f0np0 offset 0x90 length 8\nOffset Values\n------ ------\n0x0090: 00 00 01 a0 4d 65 6c 6c\n$ ethtool -m enp65s0f0np0 offset 0x90 length 12\nOffset Values\n------ ------\n0x0090: 00 00 01 a0 4d 65 6c 6c 61 6e 6f 78\n$ ethtool -m enp65s0f0np0\n Identifier : 0x11 (QSFP28)\n Extended identifier : 0x00\n Extended identifier description : 1.5W max. Power consumption\n Extended identifier description : No CDR in TX, No CDR in RX\n Extended identifier description : High Power Class (\u003e 3.5 W) not enabled\n Connector : 0x23 (No separable connector)\n Transceiver codes : 0x88 0x00 0x00 0x00 0x00 0x00 0x00 0x00\n Transceiver type : 40G Ethernet: 40G Base-CR4\n Transceiver type : 25G Ethernet: 25G Base-CR CA-N\n Encoding : 0x05 (64B/66B)\n BR, Nominal : 25500Mbps\n Rate identifier : 0x00\n Length (SMF,km) : 0km\n Length (OM3 50um) : 0m\n Length (OM2 50um) : 0m\n Length (OM1 62.5um) : 0m\n Length (Copper or Active cable) : 1m\n Transmitter technology : 0xa0 (Copper cable unequalized)\n Attenuation at 2.5GHz : 4db\n Attenuation at 5.0GHz : 5db\n Attenuation at 7.0GHz : 7db\n Attenuation at 12.9GHz : 10db\n ........\n ....",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53142",
"url": "https://www.suse.com/security/cve/CVE-2023-53142"
},
{
"category": "external",
"summary": "SUSE Bug 1242282 for CVE-2023-53142",
"url": "https://bugzilla.suse.com/1242282"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53142"
},
{
"cve": "CVE-2023-53143",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53143"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix another off-by-one fsmap error on 1k block filesystems\n\nApparently syzbot figured out that issuing this FSMAP call:\n\nstruct fsmap_head cmd = {\n\t.fmh_count\t= ...;\n\t.fmh_keys\t= {\n\t\t{ .fmr_device = /* ext4 dev */, .fmr_physical = 0, },\n\t\t{ .fmr_device = /* ext4 dev */, .fmr_physical = 0, },\n\t},\n...\n};\nret = ioctl(fd, FS_IOC_GETFSMAP, \u0026cmd);\n\nProduces this crash if the underlying filesystem is a 1k-block ext4\nfilesystem:\n\nkernel BUG at fs/ext4/ext4.h:3331!\ninvalid opcode: 0000 [#1] PREEMPT SMP\nCPU: 3 PID: 3227965 Comm: xfs_io Tainted: G W O 6.2.0-rc8-achx\nHardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.15.0-1 04/01/2014\nRIP: 0010:ext4_mb_load_buddy_gfp+0x47c/0x570 [ext4]\nRSP: 0018:ffffc90007c03998 EFLAGS: 00010246\nRAX: ffff888004978000 RBX: ffffc90007c03a20 RCX: ffff888041618000\nRDX: 0000000000000000 RSI: 00000000000005a4 RDI: ffffffffa0c99b11\nRBP: ffff888012330000 R08: ffffffffa0c2b7d0 R09: 0000000000000400\nR10: ffffc90007c03950 R11: 0000000000000000 R12: 0000000000000001\nR13: 00000000ffffffff R14: 0000000000000c40 R15: ffff88802678c398\nFS: 00007fdf2020c880(0000) GS:ffff88807e100000(0000) knlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 00007ffd318a5fe8 CR3: 000000007f80f001 CR4: 00000000001706e0\nCall Trace:\n \u003cTASK\u003e\n ext4_mballoc_query_range+0x4b/0x210 [ext4 dfa189daddffe8fecd3cdfd00564e0f265a8ab80]\n ext4_getfsmap_datadev+0x713/0x890 [ext4 dfa189daddffe8fecd3cdfd00564e0f265a8ab80]\n ext4_getfsmap+0x2b7/0x330 [ext4 dfa189daddffe8fecd3cdfd00564e0f265a8ab80]\n ext4_ioc_getfsmap+0x153/0x2b0 [ext4 dfa189daddffe8fecd3cdfd00564e0f265a8ab80]\n __ext4_ioctl+0x2a7/0x17e0 [ext4 dfa189daddffe8fecd3cdfd00564e0f265a8ab80]\n __x64_sys_ioctl+0x82/0xa0\n do_syscall_64+0x2b/0x80\n entry_SYSCALL_64_after_hwframe+0x46/0xb0\nRIP: 0033:0x7fdf20558aff\nRSP: 002b:00007ffd318a9e30 EFLAGS: 00000246 ORIG_RAX: 0000000000000010\nRAX: ffffffffffffffda RBX: 00000000000200c0 RCX: 00007fdf20558aff\nRDX: 00007fdf1feb2010 RSI: 00000000c0c0583b RDI: 0000000000000003\nRBP: 00005625c0634be0 R08: 00005625c0634c40 R09: 0000000000000001\nR10: 0000000000000000 R11: 0000000000000246 R12: 00007fdf1feb2010\nR13: 00005625be70d994 R14: 0000000000000800 R15: 0000000000000000\n\nFor GETFSMAP calls, the caller selects a physical block device by\nwriting its block number into fsmap_head.fmh_keys[01].fmr_device.\nTo query mappings for a subrange of the device, the starting byte of the\nrange is written to fsmap_head.fmh_keys[0].fmr_physical and the last\nbyte of the range goes in fsmap_head.fmh_keys[1].fmr_physical.\n\nIOWs, to query what mappings overlap with bytes 3-14 of /dev/sda, you\u0027d\nset the inputs as follows:\n\n\tfmh_keys[0] = { .fmr_device = major(8, 0), .fmr_physical = 3},\n\tfmh_keys[1] = { .fmr_device = major(8, 0), .fmr_physical = 14},\n\nWhich would return you whatever is mapped in the 12 bytes starting at\nphysical offset 3.\n\nThe crash is due to insufficient range validation of keys[1] in\next4_getfsmap_datadev. On 1k-block filesystems, block 0 is not part of\nthe filesystem, which means that s_first_data_block is nonzero.\next4_get_group_no_and_offset subtracts this quantity from the blocknr\nargument before cracking it into a group number and a block number\nwithin a group. IOWs, block group 0 spans blocks 1-8192 (1-based)\ninstead of 0-8191 (0-based) like what happens with larger blocksizes.\n\nThe net result of this encoding is that blocknr \u003c s_first_data_block is\nnot a valid input to this function. The end_fsb variable is set from\nthe keys that are copied from userspace, which means that in the above\nexample, its value is zero. That leads to an underflow here:\n\n\tblocknr = blocknr - le32_to_cpu(es-\u003es_first_data_block);\n\nThe division then operates on -1:\n\n\toffset = do_div(blocknr, EXT4_BLOCKS_PER_GROUP(sb)) \u003e\u003e\n\t\tEXT4_SB(sb)-\u003es_cluster_bits;\n\nLeaving an impossibly large group number (2^32-1) in blocknr.\next4_getfsmap_check_keys checked that keys[0\n---truncated---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53143",
"url": "https://www.suse.com/security/cve/CVE-2023-53143"
},
{
"category": "external",
"summary": "SUSE Bug 1242276 for CVE-2023-53143",
"url": "https://bugzilla.suse.com/1242276"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-53143"
},
{
"cve": "CVE-2023-53145",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53145"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: btsdio: fix use after free bug in btsdio_remove due to race condition\n\nIn btsdio_probe, the data-\u003ework is bound with btsdio_work. It will be\nstarted in btsdio_send_frame.\n\nIf the btsdio_remove runs with a unfinished work, there may be a race\ncondition that hdev is freed but used in btsdio_work. Fix it by\ncanceling the work before do cleanup in btsdio_remove.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53145",
"url": "https://www.suse.com/security/cve/CVE-2023-53145"
},
{
"category": "external",
"summary": "SUSE Bug 1243047 for CVE-2023-53145",
"url": "https://bugzilla.suse.com/1243047"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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 Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "important"
}
],
"title": "CVE-2023-53145"
},
{
"cve": "CVE-2024-53168",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-53168"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsunrpc: fix one UAF issue caused by sunrpc kernel tcp socket\n\nBUG: KASAN: slab-use-after-free in tcp_write_timer_handler+0x156/0x3e0\nRead of size 1 at addr ffff888111f322cd by task swapper/0/0\n\nCPU: 0 UID: 0 PID: 0 Comm: swapper/0 Not tainted 6.12.0-rc4-dirty #7\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.15.0-1\nCall Trace:\n \u003cIRQ\u003e\n dump_stack_lvl+0x68/0xa0\n print_address_description.constprop.0+0x2c/0x3d0\n print_report+0xb4/0x270\n kasan_report+0xbd/0xf0\n tcp_write_timer_handler+0x156/0x3e0\n tcp_write_timer+0x66/0x170\n call_timer_fn+0xfb/0x1d0\n __run_timers+0x3f8/0x480\n run_timer_softirq+0x9b/0x100\n handle_softirqs+0x153/0x390\n __irq_exit_rcu+0x103/0x120\n irq_exit_rcu+0xe/0x20\n sysvec_apic_timer_interrupt+0x76/0x90\n \u003c/IRQ\u003e\n \u003cTASK\u003e\n asm_sysvec_apic_timer_interrupt+0x1a/0x20\nRIP: 0010:default_idle+0xf/0x20\nCode: 4c 01 c7 4c 29 c2 e9 72 ff ff ff 90 90 90 90 90 90 90 90 90 90 90 90\n 90 90 90 90 f3 0f 1e fa 66 90 0f 00 2d 33 f8 25 00 fb f4 \u003cfa\u003e c3 cc cc cc\n cc 66 66 2e 0f 1f 84 00 00 00 00 00 90 90 90 90 90\nRSP: 0018:ffffffffa2007e28 EFLAGS: 00000242\nRAX: 00000000000f3b31 RBX: 1ffffffff4400fc7 RCX: ffffffffa09c3196\nRDX: 0000000000000000 RSI: 0000000000000000 RDI: ffffffff9f00590f\nRBP: 0000000000000000 R08: 0000000000000001 R09: ffffed102360835d\nR10: ffff88811b041aeb R11: 0000000000000001 R12: 0000000000000000\nR13: ffffffffa202d7c0 R14: 0000000000000000 R15: 00000000000147d0\n default_idle_call+0x6b/0xa0\n cpuidle_idle_call+0x1af/0x1f0\n do_idle+0xbc/0x130\n cpu_startup_entry+0x33/0x40\n rest_init+0x11f/0x210\n start_kernel+0x39a/0x420\n x86_64_start_reservations+0x18/0x30\n x86_64_start_kernel+0x97/0xa0\n common_startup_64+0x13e/0x141\n \u003c/TASK\u003e\n\nAllocated by task 595:\n kasan_save_stack+0x24/0x50\n kasan_save_track+0x14/0x30\n __kasan_slab_alloc+0x87/0x90\n kmem_cache_alloc_noprof+0x12b/0x3f0\n copy_net_ns+0x94/0x380\n create_new_namespaces+0x24c/0x500\n unshare_nsproxy_namespaces+0x75/0xf0\n ksys_unshare+0x24e/0x4f0\n __x64_sys_unshare+0x1f/0x30\n do_syscall_64+0x70/0x180\n entry_SYSCALL_64_after_hwframe+0x76/0x7e\n\nFreed by task 100:\n kasan_save_stack+0x24/0x50\n kasan_save_track+0x14/0x30\n kasan_save_free_info+0x3b/0x60\n __kasan_slab_free+0x54/0x70\n kmem_cache_free+0x156/0x5d0\n cleanup_net+0x5d3/0x670\n process_one_work+0x776/0xa90\n worker_thread+0x2e2/0x560\n kthread+0x1a8/0x1f0\n ret_from_fork+0x34/0x60\n ret_from_fork_asm+0x1a/0x30\n\nReproduction script:\n\nmkdir -p /mnt/nfsshare\nmkdir -p /mnt/nfs/netns_1\nmkfs.ext4 /dev/sdb\nmount /dev/sdb /mnt/nfsshare\nsystemctl restart nfs-server\nchmod 777 /mnt/nfsshare\nexportfs -i -o rw,no_root_squash *:/mnt/nfsshare\n\nip netns add netns_1\nip link add name veth_1_peer type veth peer veth_1\nifconfig veth_1_peer 11.11.0.254 up\nip link set veth_1 netns netns_1\nip netns exec netns_1 ifconfig veth_1 11.11.0.1\n\nip netns exec netns_1 /root/iptables -A OUTPUT -d 11.11.0.254 -p tcp \\\n\t--tcp-flags FIN FIN -j DROP\n\n(note: In my environment, a DESTROY_CLIENTID operation is always sent\n immediately, breaking the nfs tcp connection.)\nip netns exec netns_1 timeout -s 9 300 mount -t nfs -o proto=tcp,vers=4.1 \\\n\t11.11.0.254:/mnt/nfsshare /mnt/nfs/netns_1\n\nip netns del netns_1\n\nThe reason here is that the tcp socket in netns_1 (nfs side) has been\nshutdown and closed (done in xs_destroy), but the FIN message (with ack)\nis discarded, and the nfsd side keeps sending retransmission messages.\nAs a result, when the tcp sock in netns_1 processes the received message,\nit sends the message (FIN message) in the sending queue, and the tcp timer\nis re-established. When the network namespace is deleted, the net structure\naccessed by tcp\u0027s timer handler function causes problems.\n\nTo fix this problem, let\u0027s hold netns refcnt for the tcp kernel socket as\ndone in other modules. This is an ugly hack which can easily be backported\nto earlier kernels. A proper fix which cleans up the interfaces will\nfollow, but may not be so easy to backport.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-53168",
"url": "https://www.suse.com/security/cve/CVE-2024-53168"
},
{
"category": "external",
"summary": "SUSE Bug 1234887 for CVE-2024-53168",
"url": "https://bugzilla.suse.com/1234887"
},
{
"category": "external",
"summary": "SUSE Bug 1243650 for CVE-2024-53168",
"url": "https://bugzilla.suse.com/1243650"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "important"
}
],
"title": "CVE-2024-53168"
},
{
"cve": "CVE-2024-56558",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-56558"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfsd: make sure exp active before svc_export_show\n\nThe function `e_show` was called with protection from RCU. This only\nensures that `exp` will not be freed. Therefore, the reference count for\n`exp` can drop to zero, which will trigger a refcount use-after-free\nwarning when `exp_get` is called. To resolve this issue, use\n`cache_get_rcu` to ensure that `exp` remains active.\n\n------------[ cut here ]------------\nrefcount_t: addition on 0; use-after-free.\nWARNING: CPU: 3 PID: 819 at lib/refcount.c:25\nrefcount_warn_saturate+0xb1/0x120\nCPU: 3 UID: 0 PID: 819 Comm: cat Not tainted 6.12.0-rc3+ #1\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS\n1.16.1-2.fc37 04/01/2014\nRIP: 0010:refcount_warn_saturate+0xb1/0x120\n...\nCall Trace:\n \u003cTASK\u003e\n e_show+0x20b/0x230 [nfsd]\n seq_read_iter+0x589/0x770\n seq_read+0x1e5/0x270\n vfs_read+0x125/0x530\n ksys_read+0xc1/0x160\n do_syscall_64+0x5f/0x170\n entry_SYSCALL_64_after_hwframe+0x76/0x7e",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-56558",
"url": "https://www.suse.com/security/cve/CVE-2024-56558"
},
{
"category": "external",
"summary": "SUSE Bug 1235100 for CVE-2024-56558",
"url": "https://bugzilla.suse.com/1235100"
},
{
"category": "external",
"summary": "SUSE Bug 1243648 for CVE-2024-56558",
"url": "https://bugzilla.suse.com/1243648"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-56558"
},
{
"cve": "CVE-2025-21888",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-21888"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nRDMA/mlx5: Fix a WARN during dereg_mr for DM type\n\nMemory regions (MR) of type DM (device memory) do not have an associated\numem.\n\nIn the __mlx5_ib_dereg_mr() -\u003e mlx5_free_priv_descs() flow, the code\nincorrectly takes the wrong branch, attempting to call\ndma_unmap_single() on a DMA address that is not mapped.\n\nThis results in a WARN [1], as shown below.\n\nThe issue is resolved by properly accounting for the DM type and\nensuring the correct branch is selected in mlx5_free_priv_descs().\n\n[1]\nWARNING: CPU: 12 PID: 1346 at drivers/iommu/dma-iommu.c:1230 iommu_dma_unmap_page+0x79/0x90\nModules linked in: ip6table_mangle ip6table_nat ip6table_filter ip6_tables iptable_mangle xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xt_addrtype iptable_nat nf_nat br_netfilter rpcsec_gss_krb5 auth_rpcgss oid_registry ovelay rpcrdma rdma_ucm ib_iser libiscsi scsi_transport_iscsi ib_umad rdma_cm ib_ipoib iw_cm ib_cm mlx5_ib ib_uverbs ib_core fuse mlx5_core\nCPU: 12 UID: 0 PID: 1346 Comm: ibv_rc_pingpong Not tainted 6.12.0-rc7+ #1631\nHardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.13.0-0-gf21b5a4aeb02-prebuilt.qemu.org 04/01/2014\nRIP: 0010:iommu_dma_unmap_page+0x79/0x90\nCode: 2b 49 3b 29 72 26 49 3b 69 08 73 20 4d 89 f0 44 89 e9 4c 89 e2 48 89 ee 48 89 df 5b 5d 41 5c 41 5d 41 5e 41 5f e9 07 b8 88 ff \u003c0f\u003e 0b 5b 5d 41 5c 41 5d 41 5e 41 5f c3 cc cc cc cc 66 0f 1f 44 00\nRSP: 0018:ffffc90001913a10 EFLAGS: 00010246\nRAX: 0000000000000000 RBX: ffff88810194b0a8 RCX: 0000000000000000\nRDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000001\nRBP: ffff88810194b0a8 R08: 0000000000000000 R09: 0000000000000000\nR10: 0000000000000001 R11: 0000000000000000 R12: 0000000000000000\nR13: 0000000000000001 R14: 0000000000000000 R15: 0000000000000000\nFS: 00007f537abdd740(0000) GS:ffff88885fb00000(0000) knlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 00007f537aeb8000 CR3: 000000010c248001 CR4: 0000000000372eb0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nCall Trace:\n\u003cTASK\u003e\n? __warn+0x84/0x190\n? iommu_dma_unmap_page+0x79/0x90\n? report_bug+0xf8/0x1c0\n? handle_bug+0x55/0x90\n? exc_invalid_op+0x13/0x60\n? asm_exc_invalid_op+0x16/0x20\n? iommu_dma_unmap_page+0x79/0x90\ndma_unmap_page_attrs+0xe6/0x290\nmlx5_free_priv_descs+0xb0/0xe0 [mlx5_ib]\n__mlx5_ib_dereg_mr+0x37e/0x520 [mlx5_ib]\n? _raw_spin_unlock_irq+0x24/0x40\n? wait_for_completion+0xfe/0x130\n? rdma_restrack_put+0x63/0xe0 [ib_core]\nib_dereg_mr_user+0x5f/0x120 [ib_core]\n? lock_release+0xc6/0x280\ndestroy_hw_idr_uobject+0x1d/0x60 [ib_uverbs]\nuverbs_destroy_uobject+0x58/0x1d0 [ib_uverbs]\nuobj_destroy+0x3f/0x70 [ib_uverbs]\nib_uverbs_cmd_verbs+0x3e4/0xbb0 [ib_uverbs]\n? __pfx_uverbs_destroy_def_handler+0x10/0x10 [ib_uverbs]\n? lock_acquire+0xc1/0x2f0\n? ib_uverbs_ioctl+0xcb/0x170 [ib_uverbs]\n? ib_uverbs_ioctl+0x116/0x170 [ib_uverbs]\n? lock_release+0xc6/0x280\nib_uverbs_ioctl+0xe7/0x170 [ib_uverbs]\n? ib_uverbs_ioctl+0xcb/0x170 [ib_uverbs]\n__x64_sys_ioctl+0x1b0/0xa70\ndo_syscall_64+0x6b/0x140\nentry_SYSCALL_64_after_hwframe+0x76/0x7e\nRIP: 0033:0x7f537adaf17b\nCode: 0f 1e fa 48 8b 05 1d ad 0c 00 64 c7 00 26 00 00 00 48 c7 c0 ff ff ff ff c3 66 0f 1f 44 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 \u003c48\u003e 3d 01 f0 ff ff 73 01 c3 48 8b 0d ed ac 0c 00 f7 d8 64 89 01 48\nRSP: 002b:00007ffff218f0b8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010\nRAX: ffffffffffffffda RBX: 00007ffff218f1d8 RCX: 00007f537adaf17b\nRDX: 00007ffff218f1c0 RSI: 00000000c0181b01 RDI: 0000000000000003\nRBP: 00007ffff218f1a0 R08: 00007f537aa8d010 R09: 0000561ee2e4f270\nR10: 00007f537aace3a8 R11: 0000000000000246 R12: 00007ffff218f190\nR13: 000000000000001c R14: 0000561ee2e4d7c0 R15: 00007ffff218f450\n\u003c/TASK\u003e",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-21888",
"url": "https://www.suse.com/security/cve/CVE-2025-21888"
},
{
"category": "external",
"summary": "SUSE Bug 1240177 for CVE-2025-21888",
"url": "https://bugzilla.suse.com/1240177"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-21888"
},
{
"cve": "CVE-2025-21999",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-21999"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nproc: fix UAF in proc_get_inode()\n\nFix race between rmmod and /proc/XXX\u0027s inode instantiation.\n\nThe bug is that pde-\u003eproc_ops don\u0027t belong to /proc, it belongs to a\nmodule, therefore dereferencing it after /proc entry has been registered\nis a bug unless use_pde/unuse_pde() pair has been used.\n\nuse_pde/unuse_pde can be avoided (2 atomic ops!) because pde-\u003eproc_ops\nnever changes so information necessary for inode instantiation can be\nsaved _before_ proc_register() in PDE itself and used later, avoiding\npde-\u003eproc_ops-\u003e... dereference.\n\n rmmod lookup\nsys_delete_module\n proc_lookup_de\n\t\t\t pde_get(de);\n\t\t\t proc_get_inode(dir-\u003ei_sb, de);\n mod-\u003eexit()\n proc_remove\n remove_proc_subtree\n proc_entry_rundown(de);\n free_module(mod);\n\n if (S_ISREG(inode-\u003ei_mode))\n\t if (de-\u003eproc_ops-\u003eproc_read_iter)\n --\u003e As module is already freed, will trigger UAF\n\nBUG: unable to handle page fault for address: fffffbfff80a702b\nPGD 817fc4067 P4D 817fc4067 PUD 817fc0067 PMD 102ef4067 PTE 0\nOops: Oops: 0000 [#1] PREEMPT SMP KASAN PTI\nCPU: 26 UID: 0 PID: 2667 Comm: ls Tainted: G\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996)\nRIP: 0010:proc_get_inode+0x302/0x6e0\nRSP: 0018:ffff88811c837998 EFLAGS: 00010a06\nRAX: dffffc0000000000 RBX: ffffffffc0538140 RCX: 0000000000000007\nRDX: 1ffffffff80a702b RSI: 0000000000000001 RDI: ffffffffc0538158\nRBP: ffff8881299a6000 R08: 0000000067bbe1e5 R09: 1ffff11023906f20\nR10: ffffffffb560ca07 R11: ffffffffb2b43a58 R12: ffff888105bb78f0\nR13: ffff888100518048 R14: ffff8881299a6004 R15: 0000000000000001\nFS: 00007f95b9686840(0000) GS:ffff8883af100000(0000) knlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: fffffbfff80a702b CR3: 0000000117dd2000 CR4: 00000000000006f0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nCall Trace:\n \u003cTASK\u003e\n proc_lookup_de+0x11f/0x2e0\n __lookup_slow+0x188/0x350\n walk_component+0x2ab/0x4f0\n path_lookupat+0x120/0x660\n filename_lookup+0x1ce/0x560\n vfs_statx+0xac/0x150\n __do_sys_newstat+0x96/0x110\n do_syscall_64+0x5f/0x170\n entry_SYSCALL_64_after_hwframe+0x76/0x7e\n\n[adobriyan@gmail.com: don\u0027t do 2 atomic ops on the common path]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-21999",
"url": "https://www.suse.com/security/cve/CVE-2025-21999"
},
{
"category": "external",
"summary": "SUSE Bug 1240802 for CVE-2025-21999",
"url": "https://bugzilla.suse.com/1240802"
},
{
"category": "external",
"summary": "SUSE Bug 1242579 for CVE-2025-21999",
"url": "https://bugzilla.suse.com/1242579"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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 Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "important"
}
],
"title": "CVE-2025-21999"
},
{
"cve": "CVE-2025-22056",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22056"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: nft_tunnel: fix geneve_opt type confusion addition\n\nWhen handling multiple NFTA_TUNNEL_KEY_OPTS_GENEVE attributes, the\nparsing logic should place every geneve_opt structure one by one\ncompactly. Hence, when deciding the next geneve_opt position, the\npointer addition should be in units of char *.\n\nHowever, the current implementation erroneously does type conversion\nbefore the addition, which will lead to heap out-of-bounds write.\n\n[ 6.989857] ==================================================================\n[ 6.990293] BUG: KASAN: slab-out-of-bounds in nft_tunnel_obj_init+0x977/0xa70\n[ 6.990725] Write of size 124 at addr ffff888005f18974 by task poc/178\n[ 6.991162]\n[ 6.991259] CPU: 0 PID: 178 Comm: poc-oob-write Not tainted 6.1.132 #1\n[ 6.991655] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.0-0-gd239552ce722-prebuilt.qemu.org 04/01/2014\n[ 6.992281] Call Trace:\n[ 6.992423] \u003cTASK\u003e\n[ 6.992586] dump_stack_lvl+0x44/0x5c\n[ 6.992801] print_report+0x184/0x4be\n[ 6.993790] kasan_report+0xc5/0x100\n[ 6.994252] kasan_check_range+0xf3/0x1a0\n[ 6.994486] memcpy+0x38/0x60\n[ 6.994692] nft_tunnel_obj_init+0x977/0xa70\n[ 6.995677] nft_obj_init+0x10c/0x1b0\n[ 6.995891] nf_tables_newobj+0x585/0x950\n[ 6.996922] nfnetlink_rcv_batch+0xdf9/0x1020\n[ 6.998997] nfnetlink_rcv+0x1df/0x220\n[ 6.999537] netlink_unicast+0x395/0x530\n[ 7.000771] netlink_sendmsg+0x3d0/0x6d0\n[ 7.001462] __sock_sendmsg+0x99/0xa0\n[ 7.001707] ____sys_sendmsg+0x409/0x450\n[ 7.002391] ___sys_sendmsg+0xfd/0x170\n[ 7.003145] __sys_sendmsg+0xea/0x170\n[ 7.004359] do_syscall_64+0x5e/0x90\n[ 7.005817] entry_SYSCALL_64_after_hwframe+0x6e/0xd8\n[ 7.006127] RIP: 0033:0x7ec756d4e407\n[ 7.006339] Code: 48 89 fa 4c 89 df e8 38 aa 00 00 8b 93 08 03 00 00 59 5e 48 83 f8 fc 74 1a 5b c3 0f 1f 84 00 00 00 00 00 48 8b 44 24 10 0f 05 \u003c5b\u003e c3 0f 1f 80 00 00 00 00 83 e2 39 83 faf\n[ 7.007364] RSP: 002b:00007ffed5d46760 EFLAGS: 00000202 ORIG_RAX: 000000000000002e\n[ 7.007827] RAX: ffffffffffffffda RBX: 00007ec756cc4740 RCX: 00007ec756d4e407\n[ 7.008223] RDX: 0000000000000000 RSI: 00007ffed5d467f0 RDI: 0000000000000003\n[ 7.008620] RBP: 00007ffed5d468a0 R08: 0000000000000000 R09: 0000000000000000\n[ 7.009039] R10: 0000000000000000 R11: 0000000000000202 R12: 0000000000000000\n[ 7.009429] R13: 00007ffed5d478b0 R14: 00007ec756ee5000 R15: 00005cbd4e655cb8\n\nFix this bug with correct pointer addition and conversion in parse\nand dump code.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22056",
"url": "https://www.suse.com/security/cve/CVE-2025-22056"
},
{
"category": "external",
"summary": "SUSE Bug 1241525 for CVE-2025-22056",
"url": "https://bugzilla.suse.com/1241525"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-22056"
},
{
"cve": "CVE-2025-22060",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22060"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: mvpp2: Prevent parser TCAM memory corruption\n\nProtect the parser TCAM/SRAM memory, and the cached (shadow) SRAM\ninformation, from concurrent modifications.\n\nBoth the TCAM and SRAM tables are indirectly accessed by configuring\nan index register that selects the row to read or write to. This means\nthat operations must be atomic in order to, e.g., avoid spreading\nwrites across multiple rows. Since the shadow SRAM array is used to\nfind free rows in the hardware table, it must also be protected in\norder to avoid TOCTOU errors where multiple cores allocate the same\nrow.\n\nThis issue was detected in a situation where `mvpp2_set_rx_mode()` ran\nconcurrently on two CPUs. In this particular case the\nMVPP2_PE_MAC_UC_PROMISCUOUS entry was corrupted, causing the\nclassifier unit to drop all incoming unicast - indicated by the\n`rx_classifier_drops` counter.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22060",
"url": "https://www.suse.com/security/cve/CVE-2025-22060"
},
{
"category": "external",
"summary": "SUSE Bug 1241526 for CVE-2025-22060",
"url": "https://bugzilla.suse.com/1241526"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-22060"
},
{
"cve": "CVE-2025-23138",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-23138"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwatch_queue: fix pipe accounting mismatch\n\nCurrently, watch_queue_set_size() modifies the pipe buffers charged to\nuser-\u003epipe_bufs without updating the pipe-\u003enr_accounted on the pipe\nitself, due to the if (!pipe_has_watch_queue()) test in\npipe_resize_ring(). This means that when the pipe is ultimately freed,\nwe decrement user-\u003epipe_bufs by something other than what than we had\ncharged to it, potentially leading to an underflow. This in turn can\ncause subsequent too_many_pipe_buffers_soft() tests to fail with -EPERM.\n\nTo remedy this, explicitly account for the pipe usage in\nwatch_queue_set_size() to match the number set via account_pipe_buffers()\n\n(It\u0027s unclear why watch_queue_set_size() does not update nr_accounted;\nit may be due to intentional overprovisioning in watch_queue_set_size()?)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-23138",
"url": "https://www.suse.com/security/cve/CVE-2025-23138"
},
{
"category": "external",
"summary": "SUSE Bug 1241648 for CVE-2025-23138",
"url": "https://bugzilla.suse.com/1241648"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-23138"
},
{
"cve": "CVE-2025-23145",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-23145"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmptcp: fix NULL pointer in can_accept_new_subflow\n\nWhen testing valkey benchmark tool with MPTCP, the kernel panics in\n\u0027mptcp_can_accept_new_subflow\u0027 because subflow_req-\u003emsk is NULL.\n\nCall trace:\n\n mptcp_can_accept_new_subflow (./net/mptcp/subflow.c:63 (discriminator 4)) (P)\n subflow_syn_recv_sock (./net/mptcp/subflow.c:854)\n tcp_check_req (./net/ipv4/tcp_minisocks.c:863)\n tcp_v4_rcv (./net/ipv4/tcp_ipv4.c:2268)\n ip_protocol_deliver_rcu (./net/ipv4/ip_input.c:207)\n ip_local_deliver_finish (./net/ipv4/ip_input.c:234)\n ip_local_deliver (./net/ipv4/ip_input.c:254)\n ip_rcv_finish (./net/ipv4/ip_input.c:449)\n ...\n\nAccording to the debug log, the same req received two SYN-ACK in a very\nshort time, very likely because the client retransmits the syn ack due\nto multiple reasons.\n\nEven if the packets are transmitted with a relevant time interval, they\ncan be processed by the server on different CPUs concurrently). The\n\u0027subflow_req-\u003emsk\u0027 ownership is transferred to the subflow the first,\nand there will be a risk of a null pointer dereference here.\n\nThis patch fixes this issue by moving the \u0027subflow_req-\u003emsk\u0027 under the\n`own_req == true` conditional.\n\nNote that the !msk check in subflow_hmac_valid() can be dropped, because\nthe same check already exists under the own_req mpj branch where the\ncode has been moved to.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-23145",
"url": "https://www.suse.com/security/cve/CVE-2025-23145"
},
{
"category": "external",
"summary": "SUSE Bug 1242596 for CVE-2025-23145",
"url": "https://bugzilla.suse.com/1242596"
},
{
"category": "external",
"summary": "SUSE Bug 1242882 for CVE-2025-23145",
"url": "https://bugzilla.suse.com/1242882"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "important"
}
],
"title": "CVE-2025-23145"
},
{
"cve": "CVE-2025-37785",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-37785"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix OOB read when checking dotdot dir\n\nMounting a corrupted filesystem with directory which contains \u0027.\u0027 dir\nentry with rec_len == block size results in out-of-bounds read (later\non, when the corrupted directory is removed).\n\next4_empty_dir() assumes every ext4 directory contains at least \u0027.\u0027\nand \u0027..\u0027 as directory entries in the first data block. It first loads\nthe \u0027.\u0027 dir entry, performs sanity checks by calling ext4_check_dir_entry()\nand then uses its rec_len member to compute the location of \u0027..\u0027 dir\nentry (in ext4_next_entry). It assumes the \u0027..\u0027 dir entry fits into the\nsame data block.\n\nIf the rec_len of \u0027.\u0027 is precisely one block (4KB), it slips through the\nsanity checks (it is considered the last directory entry in the data\nblock) and leaves \"struct ext4_dir_entry_2 *de\" point exactly past the\nmemory slot allocated to the data block. The following call to\next4_check_dir_entry() on new value of de then dereferences this pointer\nwhich results in out-of-bounds mem access.\n\nFix this by extending __ext4_check_dir_entry() to check for \u0027.\u0027 dir\nentries that reach the end of data block. Make sure to ignore the phony\ndir entries for checksum (by checking name_len for non-zero).\n\nNote: This is reported by KASAN as use-after-free in case another\nstructure was recently freed from the slot past the bound, but it is\nreally an OOB read.\n\nThis issue was found by syzkaller tool.\n\nCall Trace:\n[ 38.594108] BUG: KASAN: slab-use-after-free in __ext4_check_dir_entry+0x67e/0x710\n[ 38.594649] Read of size 2 at addr ffff88802b41a004 by task syz-executor/5375\n[ 38.595158]\n[ 38.595288] CPU: 0 UID: 0 PID: 5375 Comm: syz-executor Not tainted 6.14.0-rc7 #1\n[ 38.595298] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014\n[ 38.595304] Call Trace:\n[ 38.595308] \u003cTASK\u003e\n[ 38.595311] dump_stack_lvl+0xa7/0xd0\n[ 38.595325] print_address_description.constprop.0+0x2c/0x3f0\n[ 38.595339] ? __ext4_check_dir_entry+0x67e/0x710\n[ 38.595349] print_report+0xaa/0x250\n[ 38.595359] ? __ext4_check_dir_entry+0x67e/0x710\n[ 38.595368] ? kasan_addr_to_slab+0x9/0x90\n[ 38.595378] kasan_report+0xab/0xe0\n[ 38.595389] ? __ext4_check_dir_entry+0x67e/0x710\n[ 38.595400] __ext4_check_dir_entry+0x67e/0x710\n[ 38.595410] ext4_empty_dir+0x465/0x990\n[ 38.595421] ? __pfx_ext4_empty_dir+0x10/0x10\n[ 38.595432] ext4_rmdir.part.0+0x29a/0xd10\n[ 38.595441] ? __dquot_initialize+0x2a7/0xbf0\n[ 38.595455] ? __pfx_ext4_rmdir.part.0+0x10/0x10\n[ 38.595464] ? __pfx___dquot_initialize+0x10/0x10\n[ 38.595478] ? down_write+0xdb/0x140\n[ 38.595487] ? __pfx_down_write+0x10/0x10\n[ 38.595497] ext4_rmdir+0xee/0x140\n[ 38.595506] vfs_rmdir+0x209/0x670\n[ 38.595517] ? lookup_one_qstr_excl+0x3b/0x190\n[ 38.595529] do_rmdir+0x363/0x3c0\n[ 38.595537] ? __pfx_do_rmdir+0x10/0x10\n[ 38.595544] ? strncpy_from_user+0x1ff/0x2e0\n[ 38.595561] __x64_sys_unlinkat+0xf0/0x130\n[ 38.595570] do_syscall_64+0x5b/0x180\n[ 38.595583] entry_SYSCALL_64_after_hwframe+0x76/0x7e",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-37785",
"url": "https://www.suse.com/security/cve/CVE-2025-37785"
},
{
"category": "external",
"summary": "SUSE Bug 1241640 for CVE-2025-37785",
"url": "https://bugzilla.suse.com/1241640"
},
{
"category": "external",
"summary": "SUSE Bug 1241698 for CVE-2025-37785",
"url": "https://bugzilla.suse.com/1241698"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-37785"
},
{
"cve": "CVE-2025-37789",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-37789"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: openvswitch: fix nested key length validation in the set() action\n\nIt\u0027s not safe to access nla_len(ovs_key) if the data is smaller than\nthe netlink header. Check that the attribute is OK first.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-37789",
"url": "https://www.suse.com/security/cve/CVE-2025-37789"
},
{
"category": "external",
"summary": "SUSE Bug 1242762 for CVE-2025-37789",
"url": "https://bugzilla.suse.com/1242762"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-37789"
},
{
"cve": "CVE-2025-37948",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-37948"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\narm64: bpf: Add BHB mitigation to the epilogue for cBPF programs\n\nA malicious BPF program may manipulate the branch history to influence\nwhat the hardware speculates will happen next.\n\nOn exit from a BPF program, emit the BHB mititgation sequence.\n\nThis is only applied for \u0027classic\u0027 cBPF programs that are loaded by\nseccomp.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-37948",
"url": "https://www.suse.com/security/cve/CVE-2025-37948"
},
{
"category": "external",
"summary": "SUSE Bug 1243649 for CVE-2025-37948",
"url": "https://bugzilla.suse.com/1243649"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "moderate"
}
],
"title": "CVE-2025-37948"
},
{
"cve": "CVE-2025-37963",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-37963"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\narm64: bpf: Only mitigate cBPF programs loaded by unprivileged users\n\nSupport for eBPF programs loaded by unprivileged users is typically\ndisabled. This means only cBPF programs need to be mitigated for BHB.\n\nIn addition, only mitigate cBPF programs that were loaded by an\nunprivileged user. Privileged users can also load the same program\nvia eBPF, making the mitigation pointless.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-37963",
"url": "https://www.suse.com/security/cve/CVE-2025-37963"
},
{
"category": "external",
"summary": "SUSE Bug 1243660 for CVE-2025-37963",
"url": "https://bugzilla.suse.com/1243660"
}
],
"remediations": [
{
"category": "vendor_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.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.5,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-source-rt-5.14.21-150400.15.121.1.noarch",
"SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.121.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-source-rt-5.14.21-150400.15.121.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-12T06:29:00Z",
"details": "low"
}
],
"title": "CVE-2025-37963"
}
]
}
suse-su-2025:02262-1
Vulnerability from csaf_suse
Published
2025-07-09 22:24
Modified
2025-07-09 22:24
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 bugfixes.
The following security bugs were fixed:
- CVE-2022-49110: netfilter: conntrack: revisit gc autotuning (bsc#1237981).
- CVE-2022-49139: Bluetooth: fix null ptr deref on hci_sync_conn_complete_evt (bsc#1238032).
- CVE-2022-49767: 9p/trans_fd: always use O_NONBLOCK read/write (bsc#1242493).
- CVE-2022-49775: tcp: cdg: allow tcp_cdg_release() to be called multiple times (bsc#1242245).
- CVE-2022-49858: octeontx2-pf: Fix SQE threshold checking (bsc#1242589).
- CVE-2023-53058: net/mlx5: E-Switch, Fix an Oops in error handling code (bsc#1242237).
- CVE-2023-53060: igb: revert rtnl_lock() that causes deadlock (bsc#1242241).
- CVE-2023-53064: iavf: Fix hang on reboot with ice (bsc#1242222).
- CVE-2023-53066: qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_info (bsc#1242227).
- CVE-2023-53079: net/mlx5: Fix steering rules cleanup (bsc#1242765).
- CVE-2023-53114: i40e: Fix kernel crash during reboot when adapter is in recovery mode (bsc#1242398).
- CVE-2023-53134: bnxt_en: Avoid order-5 memory allocation for TPA data (bsc#1242380)
- CVE-2024-53168: net: make sock_inuse_add() available (bsc#1234887).
- CVE-2024-56558: nfsd: make sure exp active before svc_export_show (bsc#1235100).
- CVE-2025-21888: RDMA/mlx5: Fix a WARN during dereg_mr for DM type (bsc#1240177).
- CVE-2025-21999: proc: fix UAF in proc_get_inode() (bsc#1240802).
- CVE-2025-22056: netfilter: nft_tunnel: fix geneve_opt type confusion addition (bsc#1241525).
- CVE-2025-22060: net: mvpp2: Prevent parser TCAM memory corruption (bsc#1241526).
- CVE-2025-23138: watch_queue: fix pipe accounting mismatch (bsc#1241648).
- CVE-2025-23145: mptcp: fix NULL pointer in can_accept_new_subflow (bsc#1242596).
- CVE-2025-37785: ext4: fix OOB read when checking dotdot dir (bsc#1241640).
- CVE-2025-37789: net: openvswitch: fix nested key length validation in the set() action (bsc#1242762).
The following non-security bugs were fixed:
- Refresh fixes for cBPF issue (bsc#1242778)
- Remove debug flavor (bsc#1243919).
- Update metadata and put them into the sorted part of the series
- arm64: bpf: Add BHB mitigation to the epilogue for cBPF programs (bsc#1242778).
- arm64: bpf: Only mitigate cBPF programs loaded by unprivileged users (bsc#1242778).
- arm64: insn: Add support for encoding DSB (bsc#1242778).
- arm64: proton-pack: Add new CPUs 'k' values for branch mitigation (bsc#1242778).
- arm64: proton-pack: Expose whether the branchy loop k value (bsc#1242778).
- arm64: proton-pack: Expose whether the platform is mitigated by firmware (bsc#1242778).
- hv: Allow vmbus_sendpacket_mpb_desc() to create multiple ranges (bsc#1243737).
- hv_netvsc: Preserve contiguous PFN grouping in the page buffer array (bsc#1243737).
- hv_netvsc: Remove rmsg_pgcnt (bsc#1243737).
- hv_netvsc: Use vmbus_sendpacket_mpb_desc() to send VMBus messages (bsc#1243737).
- mtd: phram: Add the kernel lock down check (bsc#1232649).
- ocfs2: fix the issue with discontiguous allocation in the global_bitmap (git-fixes).
- powerpc/pseries/iommu: IOMMU incorrectly marks MMIO range in DDW (bsc#1218470 ltc#204531).
- scsi: core: Fix unremoved procfs host directory regression (git-fixes).
- scsi: storvsc: Set correct data length for sending SCSI command without payload (git-fixes).
- x86/bhi: Do not set BHI_DIS_S in 32-bit mode (bsc#1242778).
- x86/bpf: Add IBHF call at end of classic BPF (bsc#1242778).
- x86/bpf: Call branch history clearing sequence on exit (bsc#1242778).
Patchnames
SUSE-2025-2262,SUSE-SLE-Micro-5.3-2025-2262,SUSE-SLE-Micro-5.4-2025-2262,SUSE-SLE-Module-Live-Patching-15-SP4-2025-2262,SUSE-SLE-Product-HA-15-SP4-2025-2262,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-2262,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-2262,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-2262,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-2262,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-2262,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-2262
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 bugfixes.\n\nThe following security bugs were fixed:\n\n- CVE-2022-49110: netfilter: conntrack: revisit gc autotuning (bsc#1237981).\n- CVE-2022-49139: Bluetooth: fix null ptr deref on hci_sync_conn_complete_evt (bsc#1238032).\n- CVE-2022-49767: 9p/trans_fd: always use O_NONBLOCK read/write (bsc#1242493).\n- CVE-2022-49775: tcp: cdg: allow tcp_cdg_release() to be called multiple times (bsc#1242245).\n- CVE-2022-49858: octeontx2-pf: Fix SQE threshold checking (bsc#1242589).\n- CVE-2023-53058: net/mlx5: E-Switch, Fix an Oops in error handling code (bsc#1242237).\n- CVE-2023-53060: igb: revert rtnl_lock() that causes deadlock (bsc#1242241).\n- CVE-2023-53064: iavf: Fix hang on reboot with ice (bsc#1242222).\n- CVE-2023-53066: qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_info (bsc#1242227).\n- CVE-2023-53079: net/mlx5: Fix steering rules cleanup (bsc#1242765).\n- CVE-2023-53114: i40e: Fix kernel crash during reboot when adapter is in recovery mode (bsc#1242398).\n- CVE-2023-53134: bnxt_en: Avoid order-5 memory allocation for TPA data (bsc#1242380)\n- CVE-2024-53168: net: make sock_inuse_add() available (bsc#1234887).\n- CVE-2024-56558: nfsd: make sure exp active before svc_export_show (bsc#1235100).\n- CVE-2025-21888: RDMA/mlx5: Fix a WARN during dereg_mr for DM type (bsc#1240177).\n- CVE-2025-21999: proc: fix UAF in proc_get_inode() (bsc#1240802).\n- CVE-2025-22056: netfilter: nft_tunnel: fix geneve_opt type confusion addition (bsc#1241525).\n- CVE-2025-22060: net: mvpp2: Prevent parser TCAM memory corruption (bsc#1241526).\n- CVE-2025-23138: watch_queue: fix pipe accounting mismatch (bsc#1241648).\n- CVE-2025-23145: mptcp: fix NULL pointer in can_accept_new_subflow (bsc#1242596).\n- CVE-2025-37785: ext4: fix OOB read when checking dotdot dir (bsc#1241640).\n- CVE-2025-37789: net: openvswitch: fix nested key length validation in the set() action (bsc#1242762).\n\nThe following non-security bugs were fixed:\n\n- Refresh fixes for cBPF issue (bsc#1242778)\n- Remove debug flavor (bsc#1243919).\n- Update metadata and put them into the sorted part of the series\n- arm64: bpf: Add BHB mitigation to the epilogue for cBPF programs (bsc#1242778).\n- arm64: bpf: Only mitigate cBPF programs loaded by unprivileged users (bsc#1242778).\n- arm64: insn: Add support for encoding DSB (bsc#1242778).\n- arm64: proton-pack: Add new CPUs \u0027k\u0027 values for branch mitigation (bsc#1242778).\n- arm64: proton-pack: Expose whether the branchy loop k value (bsc#1242778).\n- arm64: proton-pack: Expose whether the platform is mitigated by firmware (bsc#1242778).\n- hv: Allow vmbus_sendpacket_mpb_desc() to create multiple ranges (bsc#1243737).\n- hv_netvsc: Preserve contiguous PFN grouping in the page buffer array (bsc#1243737).\n- hv_netvsc: Remove rmsg_pgcnt (bsc#1243737).\n- hv_netvsc: Use vmbus_sendpacket_mpb_desc() to send VMBus messages (bsc#1243737).\n- mtd: phram: Add the kernel lock down check (bsc#1232649).\n- ocfs2: fix the issue with discontiguous allocation in the global_bitmap (git-fixes).\n- powerpc/pseries/iommu: IOMMU incorrectly marks MMIO range in DDW (bsc#1218470 ltc#204531).\n- scsi: core: Fix unremoved procfs host directory regression (git-fixes).\n- scsi: storvsc: Set correct data length for sending SCSI command without payload (git-fixes).\n- x86/bhi: Do not set BHI_DIS_S in 32-bit mode (bsc#1242778).\n- x86/bpf: Add IBHF call at end of classic BPF (bsc#1242778).\n- x86/bpf: Call branch history clearing sequence on exit (bsc#1242778).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2262,SUSE-SLE-Micro-5.3-2025-2262,SUSE-SLE-Micro-5.4-2025-2262,SUSE-SLE-Module-Live-Patching-15-SP4-2025-2262,SUSE-SLE-Product-HA-15-SP4-2025-2262,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-2262,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-2262,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-2262,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-2262,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-2262,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-2262",
"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-2025_02262-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02262-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502262-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02262-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-July/040663.html"
},
{
"category": "self",
"summary": "SUSE Bug 1184350",
"url": "https://bugzilla.suse.com/1184350"
},
{
"category": "self",
"summary": "SUSE Bug 1193629",
"url": "https://bugzilla.suse.com/1193629"
},
{
"category": "self",
"summary": "SUSE Bug 1204569",
"url": "https://bugzilla.suse.com/1204569"
},
{
"category": "self",
"summary": "SUSE Bug 1204619",
"url": "https://bugzilla.suse.com/1204619"
},
{
"category": "self",
"summary": "SUSE Bug 1204705",
"url": "https://bugzilla.suse.com/1204705"
},
{
"category": "self",
"summary": "SUSE Bug 1205282",
"url": "https://bugzilla.suse.com/1205282"
},
{
"category": "self",
"summary": "SUSE Bug 1206051",
"url": "https://bugzilla.suse.com/1206051"
},
{
"category": "self",
"summary": "SUSE Bug 1206073",
"url": "https://bugzilla.suse.com/1206073"
},
{
"category": "self",
"summary": "SUSE Bug 1206649",
"url": "https://bugzilla.suse.com/1206649"
},
{
"category": "self",
"summary": "SUSE Bug 1206886",
"url": "https://bugzilla.suse.com/1206886"
},
{
"category": "self",
"summary": "SUSE Bug 1206887",
"url": "https://bugzilla.suse.com/1206887"
},
{
"category": "self",
"summary": "SUSE Bug 1208542",
"url": "https://bugzilla.suse.com/1208542"
},
{
"category": "self",
"summary": "SUSE Bug 1209292",
"url": "https://bugzilla.suse.com/1209292"
},
{
"category": "self",
"summary": "SUSE Bug 1209556",
"url": "https://bugzilla.suse.com/1209556"
},
{
"category": "self",
"summary": "SUSE Bug 1209684",
"url": "https://bugzilla.suse.com/1209684"
},
{
"category": "self",
"summary": "SUSE Bug 1210337",
"url": "https://bugzilla.suse.com/1210337"
},
{
"category": "self",
"summary": "SUSE Bug 1210763",
"url": "https://bugzilla.suse.com/1210763"
},
{
"category": "self",
"summary": "SUSE Bug 1210767",
"url": "https://bugzilla.suse.com/1210767"
},
{
"category": "self",
"summary": "SUSE Bug 1211465",
"url": "https://bugzilla.suse.com/1211465"
},
{
"category": "self",
"summary": "SUSE Bug 1213012",
"url": "https://bugzilla.suse.com/1213012"
},
{
"category": "self",
"summary": "SUSE Bug 1213013",
"url": "https://bugzilla.suse.com/1213013"
},
{
"category": "self",
"summary": "SUSE Bug 1213094",
"url": "https://bugzilla.suse.com/1213094"
},
{
"category": "self",
"summary": "SUSE Bug 1213096",
"url": "https://bugzilla.suse.com/1213096"
},
{
"category": "self",
"summary": "SUSE Bug 1213946",
"url": "https://bugzilla.suse.com/1213946"
},
{
"category": "self",
"summary": "SUSE Bug 1214991",
"url": "https://bugzilla.suse.com/1214991"
},
{
"category": "self",
"summary": "SUSE Bug 1218470",
"url": "https://bugzilla.suse.com/1218470"
},
{
"category": "self",
"summary": "SUSE Bug 1232649",
"url": "https://bugzilla.suse.com/1232649"
},
{
"category": "self",
"summary": "SUSE Bug 1234887",
"url": "https://bugzilla.suse.com/1234887"
},
{
"category": "self",
"summary": "SUSE Bug 1235100",
"url": "https://bugzilla.suse.com/1235100"
},
{
"category": "self",
"summary": "SUSE Bug 1237981",
"url": "https://bugzilla.suse.com/1237981"
},
{
"category": "self",
"summary": "SUSE Bug 1238032",
"url": "https://bugzilla.suse.com/1238032"
},
{
"category": "self",
"summary": "SUSE Bug 1240177",
"url": "https://bugzilla.suse.com/1240177"
},
{
"category": "self",
"summary": "SUSE Bug 1240802",
"url": "https://bugzilla.suse.com/1240802"
},
{
"category": "self",
"summary": "SUSE Bug 1241525",
"url": "https://bugzilla.suse.com/1241525"
},
{
"category": "self",
"summary": "SUSE Bug 1241526",
"url": "https://bugzilla.suse.com/1241526"
},
{
"category": "self",
"summary": "SUSE Bug 1241640",
"url": "https://bugzilla.suse.com/1241640"
},
{
"category": "self",
"summary": "SUSE Bug 1241648",
"url": "https://bugzilla.suse.com/1241648"
},
{
"category": "self",
"summary": "SUSE Bug 1242147",
"url": "https://bugzilla.suse.com/1242147"
},
{
"category": "self",
"summary": "SUSE Bug 1242150",
"url": "https://bugzilla.suse.com/1242150"
},
{
"category": "self",
"summary": "SUSE Bug 1242151",
"url": "https://bugzilla.suse.com/1242151"
},
{
"category": "self",
"summary": "SUSE Bug 1242154",
"url": "https://bugzilla.suse.com/1242154"
},
{
"category": "self",
"summary": "SUSE Bug 1242157",
"url": "https://bugzilla.suse.com/1242157"
},
{
"category": "self",
"summary": "SUSE Bug 1242158",
"url": "https://bugzilla.suse.com/1242158"
},
{
"category": "self",
"summary": "SUSE Bug 1242164",
"url": "https://bugzilla.suse.com/1242164"
},
{
"category": "self",
"summary": "SUSE Bug 1242165",
"url": "https://bugzilla.suse.com/1242165"
},
{
"category": "self",
"summary": "SUSE Bug 1242169",
"url": "https://bugzilla.suse.com/1242169"
},
{
"category": "self",
"summary": "SUSE Bug 1242215",
"url": "https://bugzilla.suse.com/1242215"
},
{
"category": "self",
"summary": "SUSE Bug 1242218",
"url": "https://bugzilla.suse.com/1242218"
},
{
"category": "self",
"summary": "SUSE Bug 1242219",
"url": "https://bugzilla.suse.com/1242219"
},
{
"category": "self",
"summary": "SUSE Bug 1242222",
"url": "https://bugzilla.suse.com/1242222"
},
{
"category": "self",
"summary": "SUSE Bug 1242226",
"url": "https://bugzilla.suse.com/1242226"
},
{
"category": "self",
"summary": "SUSE Bug 1242227",
"url": "https://bugzilla.suse.com/1242227"
},
{
"category": "self",
"summary": "SUSE Bug 1242228",
"url": "https://bugzilla.suse.com/1242228"
},
{
"category": "self",
"summary": "SUSE Bug 1242229",
"url": "https://bugzilla.suse.com/1242229"
},
{
"category": "self",
"summary": "SUSE Bug 1242230",
"url": "https://bugzilla.suse.com/1242230"
},
{
"category": "self",
"summary": "SUSE Bug 1242231",
"url": "https://bugzilla.suse.com/1242231"
},
{
"category": "self",
"summary": "SUSE Bug 1242232",
"url": "https://bugzilla.suse.com/1242232"
},
{
"category": "self",
"summary": "SUSE Bug 1242237",
"url": "https://bugzilla.suse.com/1242237"
},
{
"category": "self",
"summary": "SUSE Bug 1242239",
"url": "https://bugzilla.suse.com/1242239"
},
{
"category": "self",
"summary": "SUSE Bug 1242241",
"url": "https://bugzilla.suse.com/1242241"
},
{
"category": "self",
"summary": "SUSE Bug 1242244",
"url": "https://bugzilla.suse.com/1242244"
},
{
"category": "self",
"summary": "SUSE Bug 1242245",
"url": "https://bugzilla.suse.com/1242245"
},
{
"category": "self",
"summary": "SUSE Bug 1242248",
"url": "https://bugzilla.suse.com/1242248"
},
{
"category": "self",
"summary": "SUSE Bug 1242261",
"url": "https://bugzilla.suse.com/1242261"
},
{
"category": "self",
"summary": "SUSE Bug 1242264",
"url": "https://bugzilla.suse.com/1242264"
},
{
"category": "self",
"summary": "SUSE Bug 1242265",
"url": "https://bugzilla.suse.com/1242265"
},
{
"category": "self",
"summary": "SUSE Bug 1242270",
"url": "https://bugzilla.suse.com/1242270"
},
{
"category": "self",
"summary": "SUSE Bug 1242276",
"url": "https://bugzilla.suse.com/1242276"
},
{
"category": "self",
"summary": "SUSE Bug 1242279",
"url": "https://bugzilla.suse.com/1242279"
},
{
"category": "self",
"summary": "SUSE Bug 1242280",
"url": "https://bugzilla.suse.com/1242280"
},
{
"category": "self",
"summary": "SUSE Bug 1242281",
"url": "https://bugzilla.suse.com/1242281"
},
{
"category": "self",
"summary": "SUSE Bug 1242282",
"url": "https://bugzilla.suse.com/1242282"
},
{
"category": "self",
"summary": "SUSE Bug 1242284",
"url": "https://bugzilla.suse.com/1242284"
},
{
"category": "self",
"summary": "SUSE Bug 1242285",
"url": "https://bugzilla.suse.com/1242285"
},
{
"category": "self",
"summary": "SUSE Bug 1242289",
"url": "https://bugzilla.suse.com/1242289"
},
{
"category": "self",
"summary": "SUSE Bug 1242294",
"url": "https://bugzilla.suse.com/1242294"
},
{
"category": "self",
"summary": "SUSE Bug 1242305",
"url": "https://bugzilla.suse.com/1242305"
},
{
"category": "self",
"summary": "SUSE Bug 1242312",
"url": "https://bugzilla.suse.com/1242312"
},
{
"category": "self",
"summary": "SUSE Bug 1242320",
"url": "https://bugzilla.suse.com/1242320"
},
{
"category": "self",
"summary": "SUSE Bug 1242338",
"url": "https://bugzilla.suse.com/1242338"
},
{
"category": "self",
"summary": "SUSE Bug 1242352",
"url": "https://bugzilla.suse.com/1242352"
},
{
"category": "self",
"summary": "SUSE Bug 1242353",
"url": "https://bugzilla.suse.com/1242353"
},
{
"category": "self",
"summary": "SUSE Bug 1242355",
"url": "https://bugzilla.suse.com/1242355"
},
{
"category": "self",
"summary": "SUSE Bug 1242357",
"url": "https://bugzilla.suse.com/1242357"
},
{
"category": "self",
"summary": "SUSE Bug 1242358",
"url": "https://bugzilla.suse.com/1242358"
},
{
"category": "self",
"summary": "SUSE Bug 1242361",
"url": "https://bugzilla.suse.com/1242361"
},
{
"category": "self",
"summary": "SUSE Bug 1242365",
"url": "https://bugzilla.suse.com/1242365"
},
{
"category": "self",
"summary": "SUSE Bug 1242366",
"url": "https://bugzilla.suse.com/1242366"
},
{
"category": "self",
"summary": "SUSE Bug 1242369",
"url": "https://bugzilla.suse.com/1242369"
},
{
"category": "self",
"summary": "SUSE Bug 1242370",
"url": "https://bugzilla.suse.com/1242370"
},
{
"category": "self",
"summary": "SUSE Bug 1242371",
"url": "https://bugzilla.suse.com/1242371"
},
{
"category": "self",
"summary": "SUSE Bug 1242372",
"url": "https://bugzilla.suse.com/1242372"
},
{
"category": "self",
"summary": "SUSE Bug 1242377",
"url": "https://bugzilla.suse.com/1242377"
},
{
"category": "self",
"summary": "SUSE Bug 1242378",
"url": "https://bugzilla.suse.com/1242378"
},
{
"category": "self",
"summary": "SUSE Bug 1242380",
"url": "https://bugzilla.suse.com/1242380"
},
{
"category": "self",
"summary": "SUSE Bug 1242382",
"url": "https://bugzilla.suse.com/1242382"
},
{
"category": "self",
"summary": "SUSE Bug 1242385",
"url": "https://bugzilla.suse.com/1242385"
},
{
"category": "self",
"summary": "SUSE Bug 1242387",
"url": "https://bugzilla.suse.com/1242387"
},
{
"category": "self",
"summary": "SUSE Bug 1242389",
"url": "https://bugzilla.suse.com/1242389"
},
{
"category": "self",
"summary": "SUSE Bug 1242391",
"url": "https://bugzilla.suse.com/1242391"
},
{
"category": "self",
"summary": "SUSE Bug 1242392",
"url": "https://bugzilla.suse.com/1242392"
},
{
"category": "self",
"summary": "SUSE Bug 1242394",
"url": "https://bugzilla.suse.com/1242394"
},
{
"category": "self",
"summary": "SUSE Bug 1242398",
"url": "https://bugzilla.suse.com/1242398"
},
{
"category": "self",
"summary": "SUSE Bug 1242399",
"url": "https://bugzilla.suse.com/1242399"
},
{
"category": "self",
"summary": "SUSE Bug 1242402",
"url": "https://bugzilla.suse.com/1242402"
},
{
"category": "self",
"summary": "SUSE Bug 1242403",
"url": "https://bugzilla.suse.com/1242403"
},
{
"category": "self",
"summary": "SUSE Bug 1242409",
"url": "https://bugzilla.suse.com/1242409"
},
{
"category": "self",
"summary": "SUSE Bug 1242411",
"url": "https://bugzilla.suse.com/1242411"
},
{
"category": "self",
"summary": "SUSE Bug 1242415",
"url": "https://bugzilla.suse.com/1242415"
},
{
"category": "self",
"summary": "SUSE Bug 1242416",
"url": "https://bugzilla.suse.com/1242416"
},
{
"category": "self",
"summary": "SUSE Bug 1242421",
"url": "https://bugzilla.suse.com/1242421"
},
{
"category": "self",
"summary": "SUSE Bug 1242422",
"url": "https://bugzilla.suse.com/1242422"
},
{
"category": "self",
"summary": "SUSE Bug 1242426",
"url": "https://bugzilla.suse.com/1242426"
},
{
"category": "self",
"summary": "SUSE Bug 1242428",
"url": "https://bugzilla.suse.com/1242428"
},
{
"category": "self",
"summary": "SUSE Bug 1242440",
"url": "https://bugzilla.suse.com/1242440"
},
{
"category": "self",
"summary": "SUSE Bug 1242443",
"url": "https://bugzilla.suse.com/1242443"
},
{
"category": "self",
"summary": "SUSE Bug 1242449",
"url": "https://bugzilla.suse.com/1242449"
},
{
"category": "self",
"summary": "SUSE Bug 1242452",
"url": "https://bugzilla.suse.com/1242452"
},
{
"category": "self",
"summary": "SUSE Bug 1242453",
"url": "https://bugzilla.suse.com/1242453"
},
{
"category": "self",
"summary": "SUSE Bug 1242454",
"url": "https://bugzilla.suse.com/1242454"
},
{
"category": "self",
"summary": "SUSE Bug 1242455",
"url": "https://bugzilla.suse.com/1242455"
},
{
"category": "self",
"summary": "SUSE Bug 1242456",
"url": "https://bugzilla.suse.com/1242456"
},
{
"category": "self",
"summary": "SUSE Bug 1242458",
"url": "https://bugzilla.suse.com/1242458"
},
{
"category": "self",
"summary": "SUSE Bug 1242464",
"url": "https://bugzilla.suse.com/1242464"
},
{
"category": "self",
"summary": "SUSE Bug 1242467",
"url": "https://bugzilla.suse.com/1242467"
},
{
"category": "self",
"summary": "SUSE Bug 1242469",
"url": "https://bugzilla.suse.com/1242469"
},
{
"category": "self",
"summary": "SUSE Bug 1242473",
"url": "https://bugzilla.suse.com/1242473"
},
{
"category": "self",
"summary": "SUSE Bug 1242478",
"url": "https://bugzilla.suse.com/1242478"
},
{
"category": "self",
"summary": "SUSE Bug 1242481",
"url": "https://bugzilla.suse.com/1242481"
},
{
"category": "self",
"summary": "SUSE Bug 1242484",
"url": "https://bugzilla.suse.com/1242484"
},
{
"category": "self",
"summary": "SUSE Bug 1242489",
"url": "https://bugzilla.suse.com/1242489"
},
{
"category": "self",
"summary": "SUSE Bug 1242493",
"url": "https://bugzilla.suse.com/1242493"
},
{
"category": "self",
"summary": "SUSE Bug 1242497",
"url": "https://bugzilla.suse.com/1242497"
},
{
"category": "self",
"summary": "SUSE Bug 1242527",
"url": "https://bugzilla.suse.com/1242527"
},
{
"category": "self",
"summary": "SUSE Bug 1242542",
"url": "https://bugzilla.suse.com/1242542"
},
{
"category": "self",
"summary": "SUSE Bug 1242544",
"url": "https://bugzilla.suse.com/1242544"
},
{
"category": "self",
"summary": "SUSE Bug 1242545",
"url": "https://bugzilla.suse.com/1242545"
},
{
"category": "self",
"summary": "SUSE Bug 1242547",
"url": "https://bugzilla.suse.com/1242547"
},
{
"category": "self",
"summary": "SUSE Bug 1242548",
"url": "https://bugzilla.suse.com/1242548"
},
{
"category": "self",
"summary": "SUSE Bug 1242549",
"url": "https://bugzilla.suse.com/1242549"
},
{
"category": "self",
"summary": "SUSE Bug 1242550",
"url": "https://bugzilla.suse.com/1242550"
},
{
"category": "self",
"summary": "SUSE Bug 1242551",
"url": "https://bugzilla.suse.com/1242551"
},
{
"category": "self",
"summary": "SUSE Bug 1242558",
"url": "https://bugzilla.suse.com/1242558"
},
{
"category": "self",
"summary": "SUSE Bug 1242570",
"url": "https://bugzilla.suse.com/1242570"
},
{
"category": "self",
"summary": "SUSE Bug 1242580",
"url": "https://bugzilla.suse.com/1242580"
},
{
"category": "self",
"summary": "SUSE Bug 1242586",
"url": "https://bugzilla.suse.com/1242586"
},
{
"category": "self",
"summary": "SUSE Bug 1242589",
"url": "https://bugzilla.suse.com/1242589"
},
{
"category": "self",
"summary": "SUSE Bug 1242596",
"url": "https://bugzilla.suse.com/1242596"
},
{
"category": "self",
"summary": "SUSE Bug 1242597",
"url": "https://bugzilla.suse.com/1242597"
},
{
"category": "self",
"summary": "SUSE Bug 1242685",
"url": "https://bugzilla.suse.com/1242685"
},
{
"category": "self",
"summary": "SUSE Bug 1242686",
"url": "https://bugzilla.suse.com/1242686"
},
{
"category": "self",
"summary": "SUSE Bug 1242688",
"url": "https://bugzilla.suse.com/1242688"
},
{
"category": "self",
"summary": "SUSE Bug 1242689",
"url": "https://bugzilla.suse.com/1242689"
},
{
"category": "self",
"summary": "SUSE Bug 1242695",
"url": "https://bugzilla.suse.com/1242695"
},
{
"category": "self",
"summary": "SUSE Bug 1242716",
"url": "https://bugzilla.suse.com/1242716"
},
{
"category": "self",
"summary": "SUSE Bug 1242733",
"url": "https://bugzilla.suse.com/1242733"
},
{
"category": "self",
"summary": "SUSE Bug 1242734",
"url": "https://bugzilla.suse.com/1242734"
},
{
"category": "self",
"summary": "SUSE Bug 1242735",
"url": "https://bugzilla.suse.com/1242735"
},
{
"category": "self",
"summary": "SUSE Bug 1242736",
"url": "https://bugzilla.suse.com/1242736"
},
{
"category": "self",
"summary": "SUSE Bug 1242739",
"url": "https://bugzilla.suse.com/1242739"
},
{
"category": "self",
"summary": "SUSE Bug 1242743",
"url": "https://bugzilla.suse.com/1242743"
},
{
"category": "self",
"summary": "SUSE Bug 1242744",
"url": "https://bugzilla.suse.com/1242744"
},
{
"category": "self",
"summary": "SUSE Bug 1242745",
"url": "https://bugzilla.suse.com/1242745"
},
{
"category": "self",
"summary": "SUSE Bug 1242746",
"url": "https://bugzilla.suse.com/1242746"
},
{
"category": "self",
"summary": "SUSE Bug 1242747",
"url": "https://bugzilla.suse.com/1242747"
},
{
"category": "self",
"summary": "SUSE Bug 1242749",
"url": "https://bugzilla.suse.com/1242749"
},
{
"category": "self",
"summary": "SUSE Bug 1242752",
"url": "https://bugzilla.suse.com/1242752"
},
{
"category": "self",
"summary": "SUSE Bug 1242753",
"url": "https://bugzilla.suse.com/1242753"
},
{
"category": "self",
"summary": "SUSE Bug 1242756",
"url": "https://bugzilla.suse.com/1242756"
},
{
"category": "self",
"summary": "SUSE Bug 1242759",
"url": "https://bugzilla.suse.com/1242759"
},
{
"category": "self",
"summary": "SUSE Bug 1242762",
"url": "https://bugzilla.suse.com/1242762"
},
{
"category": "self",
"summary": "SUSE Bug 1242765",
"url": "https://bugzilla.suse.com/1242765"
},
{
"category": "self",
"summary": "SUSE Bug 1242767",
"url": "https://bugzilla.suse.com/1242767"
},
{
"category": "self",
"summary": "SUSE Bug 1242778",
"url": "https://bugzilla.suse.com/1242778"
},
{
"category": "self",
"summary": "SUSE Bug 1242779",
"url": "https://bugzilla.suse.com/1242779"
},
{
"category": "self",
"summary": "SUSE Bug 1242790",
"url": "https://bugzilla.suse.com/1242790"
},
{
"category": "self",
"summary": "SUSE Bug 1242791",
"url": "https://bugzilla.suse.com/1242791"
},
{
"category": "self",
"summary": "SUSE Bug 1243047",
"url": "https://bugzilla.suse.com/1243047"
},
{
"category": "self",
"summary": "SUSE Bug 1243133",
"url": "https://bugzilla.suse.com/1243133"
},
{
"category": "self",
"summary": "SUSE Bug 1243649",
"url": "https://bugzilla.suse.com/1243649"
},
{
"category": "self",
"summary": "SUSE Bug 1243660",
"url": "https://bugzilla.suse.com/1243660"
},
{
"category": "self",
"summary": "SUSE Bug 1243737",
"url": "https://bugzilla.suse.com/1243737"
},
{
"category": "self",
"summary": "SUSE Bug 1243919",
"url": "https://bugzilla.suse.com/1243919"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-3564 page",
"url": "https://www.suse.com/security/cve/CVE-2022-3564/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-3619 page",
"url": "https://www.suse.com/security/cve/CVE-2022-3619/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-3640 page",
"url": "https://www.suse.com/security/cve/CVE-2022-3640/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49110 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49110/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49139 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49139/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49767 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49767/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49769 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49769/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49770 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49770/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49771 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49771/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49772 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49772/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49775 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49775/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49776 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49776/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49777 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49777/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49779 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49779/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49783 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49783/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49787 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49787/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49788 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49788/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49789 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49789/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49790 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49790/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49792 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49792/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49793 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49793/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49794 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49794/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49796 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49796/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49797 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49797/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49799 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49799/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49800 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49800/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49801 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49801/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49802 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49802/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49807 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49807/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49809 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49809/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49810 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49810/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49812 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49812/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49813 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49813/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49818 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49818/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49821 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49821/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49822 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49822/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49823 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49823/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49824 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49824/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49825 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49825/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49826 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49826/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49827 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49827/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49830 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49830/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49832 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49832/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49834 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49834/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49835 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49835/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49836 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49836/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49839 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49839/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49841 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49841/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49842 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49842/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49845 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49845/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49846 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49846/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49850 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49850/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49853 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49853/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49858 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49858/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49860 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49860/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49861 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49861/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49863 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49863/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49864 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49864/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49865 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49865/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49868 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49869 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49870 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49870/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49871 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49871/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49874 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49874/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49879 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49879/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49880 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49880/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49881 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49881/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49885 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49885/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49887 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49887/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49888 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49888/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49889 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49889/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49890 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49890/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49891 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49891/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49892 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49892/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49900 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49900/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49905 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49905/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49906 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49906/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49908 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49908/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49909 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49909/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49910 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49910/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49915 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49915/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49916 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49916/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49922 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49922/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49923 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49923/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49924 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49924/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49925 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49925/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49927 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49927/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49928 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49928/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49931 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49931/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-1990 page",
"url": "https://www.suse.com/security/cve/CVE-2023-1990/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53035 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53035/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53038 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53038/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53039 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53039/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53040 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53040/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53041 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53041/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53044 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53044/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53045 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53045/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53049 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53049/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53051 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53051/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53052 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53052/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53054 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53054/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53056 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53056/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53058 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53058/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53059 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53059/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53060 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53060/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53062 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53062/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53064 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53064/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53065 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53065/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53066 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53066/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53068 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53068/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53075 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53075/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53077 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53077/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53078 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53078/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53079 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53079/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53081 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53081/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53084 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53084/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53087 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53087/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53089 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53089/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53090 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53090/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53091 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53091/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53092 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53092/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53093 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53093/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53096 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53096/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53098 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53098/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53099 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53099/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53100 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53100/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53101 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53101/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53106 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53106/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53108 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53108/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53111 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53111/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53114 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53114/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53116 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53116/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53118 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53118/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53119 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53119/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53123 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53123/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53124 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53124/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53125 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53125/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53131 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53131/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53134 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53134/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53137 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53137/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53139 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53139/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53140 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53140/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53142 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53142/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53143 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53143/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53145 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53145/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-53168 page",
"url": "https://www.suse.com/security/cve/CVE-2024-53168/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-56558 page",
"url": "https://www.suse.com/security/cve/CVE-2024-56558/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-21888 page",
"url": "https://www.suse.com/security/cve/CVE-2025-21888/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-21999 page",
"url": "https://www.suse.com/security/cve/CVE-2025-21999/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22056 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22056/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22060 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22060/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-23138 page",
"url": "https://www.suse.com/security/cve/CVE-2025-23138/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-23145 page",
"url": "https://www.suse.com/security/cve/CVE-2025-23145/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-37785 page",
"url": "https://www.suse.com/security/cve/CVE-2025-37785/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-37789 page",
"url": "https://www.suse.com/security/cve/CVE-2025-37789/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-37948 page",
"url": "https://www.suse.com/security/cve/CVE-2025-37948/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-37963 page",
"url": "https://www.suse.com/security/cve/CVE-2025-37963/"
}
],
"title": "Security update for the Linux Kernel",
"tracking": {
"current_release_date": "2025-07-09T22:24:04Z",
"generator": {
"date": "2025-07-09T22:24:04Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02262-1",
"initial_release_date": "2025-07-09T22:24:04Z",
"revision_history": [
{
"date": "2025-07-09T22:24:04Z",
"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.167.1.aarch64",
"product": {
"name": "cluster-md-kmp-64kb-5.14.21-150400.24.167.1.aarch64",
"product_id": "cluster-md-kmp-64kb-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"product_id": "cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "dlm-kmp-64kb-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "dlm-kmp-64kb-5.14.21-150400.24.167.1.aarch64",
"product_id": "dlm-kmp-64kb-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"product_id": "dlm-kmp-default-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-allwinner-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "dtb-allwinner-5.14.21-150400.24.167.1.aarch64",
"product_id": "dtb-allwinner-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-altera-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "dtb-altera-5.14.21-150400.24.167.1.aarch64",
"product_id": "dtb-altera-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-amazon-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "dtb-amazon-5.14.21-150400.24.167.1.aarch64",
"product_id": "dtb-amazon-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-amd-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "dtb-amd-5.14.21-150400.24.167.1.aarch64",
"product_id": "dtb-amd-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-amlogic-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "dtb-amlogic-5.14.21-150400.24.167.1.aarch64",
"product_id": "dtb-amlogic-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-apm-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "dtb-apm-5.14.21-150400.24.167.1.aarch64",
"product_id": "dtb-apm-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-apple-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "dtb-apple-5.14.21-150400.24.167.1.aarch64",
"product_id": "dtb-apple-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-arm-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "dtb-arm-5.14.21-150400.24.167.1.aarch64",
"product_id": "dtb-arm-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-broadcom-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "dtb-broadcom-5.14.21-150400.24.167.1.aarch64",
"product_id": "dtb-broadcom-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-cavium-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "dtb-cavium-5.14.21-150400.24.167.1.aarch64",
"product_id": "dtb-cavium-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-exynos-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "dtb-exynos-5.14.21-150400.24.167.1.aarch64",
"product_id": "dtb-exynos-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-freescale-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "dtb-freescale-5.14.21-150400.24.167.1.aarch64",
"product_id": "dtb-freescale-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-hisilicon-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "dtb-hisilicon-5.14.21-150400.24.167.1.aarch64",
"product_id": "dtb-hisilicon-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-lg-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "dtb-lg-5.14.21-150400.24.167.1.aarch64",
"product_id": "dtb-lg-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-marvell-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "dtb-marvell-5.14.21-150400.24.167.1.aarch64",
"product_id": "dtb-marvell-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-mediatek-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "dtb-mediatek-5.14.21-150400.24.167.1.aarch64",
"product_id": "dtb-mediatek-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-nvidia-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "dtb-nvidia-5.14.21-150400.24.167.1.aarch64",
"product_id": "dtb-nvidia-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-qcom-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "dtb-qcom-5.14.21-150400.24.167.1.aarch64",
"product_id": "dtb-qcom-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-renesas-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "dtb-renesas-5.14.21-150400.24.167.1.aarch64",
"product_id": "dtb-renesas-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-rockchip-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "dtb-rockchip-5.14.21-150400.24.167.1.aarch64",
"product_id": "dtb-rockchip-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-socionext-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "dtb-socionext-5.14.21-150400.24.167.1.aarch64",
"product_id": "dtb-socionext-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-sprd-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "dtb-sprd-5.14.21-150400.24.167.1.aarch64",
"product_id": "dtb-sprd-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "dtb-xilinx-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "dtb-xilinx-5.14.21-150400.24.167.1.aarch64",
"product_id": "dtb-xilinx-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "gfs2-kmp-64kb-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "gfs2-kmp-64kb-5.14.21-150400.24.167.1.aarch64",
"product_id": "gfs2-kmp-64kb-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"product_id": "gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"product_id": "kernel-64kb-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"product_id": "kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-64kb-extra-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "kernel-64kb-extra-5.14.21-150400.24.167.1.aarch64",
"product_id": "kernel-64kb-extra-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-64kb-optional-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "kernel-64kb-optional-5.14.21-150400.24.167.1.aarch64",
"product_id": "kernel-64kb-optional-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-default-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "kernel-default-5.14.21-150400.24.167.1.aarch64",
"product_id": "kernel-default-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"product": {
"name": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"product_id": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-default-base-rebuild-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"product": {
"name": "kernel-default-base-rebuild-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"product_id": "kernel-default-base-rebuild-5.14.21-150400.24.167.1.150400.24.84.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"product_id": "kernel-default-devel-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-default-extra-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "kernel-default-extra-5.14.21-150400.24.167.1.aarch64",
"product_id": "kernel-default-extra-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-default-livepatch-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "kernel-default-livepatch-5.14.21-150400.24.167.1.aarch64",
"product_id": "kernel-default-livepatch-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-default-optional-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "kernel-default-optional-5.14.21-150400.24.167.1.aarch64",
"product_id": "kernel-default-optional-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-kvmsmall-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "kernel-kvmsmall-5.14.21-150400.24.167.1.aarch64",
"product_id": "kernel-kvmsmall-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-kvmsmall-devel-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "kernel-kvmsmall-devel-5.14.21-150400.24.167.1.aarch64",
"product_id": "kernel-kvmsmall-devel-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"product_id": "kernel-obs-build-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-obs-qa-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "kernel-obs-qa-5.14.21-150400.24.167.1.aarch64",
"product_id": "kernel-obs-qa-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "kernel-syms-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "kernel-syms-5.14.21-150400.24.167.1.aarch64",
"product_id": "kernel-syms-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "kselftests-kmp-64kb-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "kselftests-kmp-64kb-5.14.21-150400.24.167.1.aarch64",
"product_id": "kselftests-kmp-64kb-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "kselftests-kmp-default-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "kselftests-kmp-default-5.14.21-150400.24.167.1.aarch64",
"product_id": "kselftests-kmp-default-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "ocfs2-kmp-64kb-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "ocfs2-kmp-64kb-5.14.21-150400.24.167.1.aarch64",
"product_id": "ocfs2-kmp-64kb-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"product_id": "ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "reiserfs-kmp-64kb-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "reiserfs-kmp-64kb-5.14.21-150400.24.167.1.aarch64",
"product_id": "reiserfs-kmp-64kb-5.14.21-150400.24.167.1.aarch64"
}
},
{
"category": "product_version",
"name": "reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"product": {
"name": "reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"product_id": "reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-devel-5.14.21-150400.24.167.1.noarch",
"product": {
"name": "kernel-devel-5.14.21-150400.24.167.1.noarch",
"product_id": "kernel-devel-5.14.21-150400.24.167.1.noarch"
}
},
{
"category": "product_version",
"name": "kernel-docs-5.14.21-150400.24.167.1.noarch",
"product": {
"name": "kernel-docs-5.14.21-150400.24.167.1.noarch",
"product_id": "kernel-docs-5.14.21-150400.24.167.1.noarch"
}
},
{
"category": "product_version",
"name": "kernel-docs-html-5.14.21-150400.24.167.1.noarch",
"product": {
"name": "kernel-docs-html-5.14.21-150400.24.167.1.noarch",
"product_id": "kernel-docs-html-5.14.21-150400.24.167.1.noarch"
}
},
{
"category": "product_version",
"name": "kernel-macros-5.14.21-150400.24.167.1.noarch",
"product": {
"name": "kernel-macros-5.14.21-150400.24.167.1.noarch",
"product_id": "kernel-macros-5.14.21-150400.24.167.1.noarch"
}
},
{
"category": "product_version",
"name": "kernel-source-5.14.21-150400.24.167.1.noarch",
"product": {
"name": "kernel-source-5.14.21-150400.24.167.1.noarch",
"product_id": "kernel-source-5.14.21-150400.24.167.1.noarch"
}
},
{
"category": "product_version",
"name": "kernel-source-vanilla-5.14.21-150400.24.167.1.noarch",
"product": {
"name": "kernel-source-vanilla-5.14.21-150400.24.167.1.noarch",
"product_id": "kernel-source-vanilla-5.14.21-150400.24.167.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"product": {
"name": "cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"product_id": "cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le"
}
},
{
"category": "product_version",
"name": "dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"product": {
"name": "dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"product_id": "dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le"
}
},
{
"category": "product_version",
"name": "gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"product": {
"name": "gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"product_id": "gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-default-5.14.21-150400.24.167.1.ppc64le",
"product": {
"name": "kernel-default-5.14.21-150400.24.167.1.ppc64le",
"product_id": "kernel-default-5.14.21-150400.24.167.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"product": {
"name": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"product_id": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-default-base-rebuild-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"product": {
"name": "kernel-default-base-rebuild-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"product_id": "kernel-default-base-rebuild-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"product": {
"name": "kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"product_id": "kernel-default-devel-5.14.21-150400.24.167.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-default-extra-5.14.21-150400.24.167.1.ppc64le",
"product": {
"name": "kernel-default-extra-5.14.21-150400.24.167.1.ppc64le",
"product_id": "kernel-default-extra-5.14.21-150400.24.167.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"product": {
"name": "kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"product_id": "kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"product": {
"name": "kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"product_id": "kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-default-optional-5.14.21-150400.24.167.1.ppc64le",
"product": {
"name": "kernel-default-optional-5.14.21-150400.24.167.1.ppc64le",
"product_id": "kernel-default-optional-5.14.21-150400.24.167.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-kvmsmall-5.14.21-150400.24.167.1.ppc64le",
"product": {
"name": "kernel-kvmsmall-5.14.21-150400.24.167.1.ppc64le",
"product_id": "kernel-kvmsmall-5.14.21-150400.24.167.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-kvmsmall-devel-5.14.21-150400.24.167.1.ppc64le",
"product": {
"name": "kernel-kvmsmall-devel-5.14.21-150400.24.167.1.ppc64le",
"product_id": "kernel-kvmsmall-devel-5.14.21-150400.24.167.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"product": {
"name": "kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"product_id": "kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"product": {
"name": "kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"product_id": "kernel-obs-build-5.14.21-150400.24.167.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-obs-qa-5.14.21-150400.24.167.1.ppc64le",
"product": {
"name": "kernel-obs-qa-5.14.21-150400.24.167.1.ppc64le",
"product_id": "kernel-obs-qa-5.14.21-150400.24.167.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"product": {
"name": "kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"product_id": "kernel-syms-5.14.21-150400.24.167.1.ppc64le"
}
},
{
"category": "product_version",
"name": "kselftests-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"product": {
"name": "kselftests-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"product_id": "kselftests-kmp-default-5.14.21-150400.24.167.1.ppc64le"
}
},
{
"category": "product_version",
"name": "ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"product": {
"name": "ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"product_id": "ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le"
}
},
{
"category": "product_version",
"name": "reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"product": {
"name": "reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"product_id": "reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"product": {
"name": "cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"product_id": "cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x"
}
},
{
"category": "product_version",
"name": "dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"product": {
"name": "dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"product_id": "dlm-kmp-default-5.14.21-150400.24.167.1.s390x"
}
},
{
"category": "product_version",
"name": "gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"product": {
"name": "gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"product_id": "gfs2-kmp-default-5.14.21-150400.24.167.1.s390x"
}
},
{
"category": "product_version",
"name": "kernel-default-5.14.21-150400.24.167.1.s390x",
"product": {
"name": "kernel-default-5.14.21-150400.24.167.1.s390x",
"product_id": "kernel-default-5.14.21-150400.24.167.1.s390x"
}
},
{
"category": "product_version",
"name": "kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"product": {
"name": "kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"product_id": "kernel-default-devel-5.14.21-150400.24.167.1.s390x"
}
},
{
"category": "product_version",
"name": "kernel-default-extra-5.14.21-150400.24.167.1.s390x",
"product": {
"name": "kernel-default-extra-5.14.21-150400.24.167.1.s390x",
"product_id": "kernel-default-extra-5.14.21-150400.24.167.1.s390x"
}
},
{
"category": "product_version",
"name": "kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"product": {
"name": "kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"product_id": "kernel-default-livepatch-5.14.21-150400.24.167.1.s390x"
}
},
{
"category": "product_version",
"name": "kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"product": {
"name": "kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"product_id": "kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x"
}
},
{
"category": "product_version",
"name": "kernel-default-optional-5.14.21-150400.24.167.1.s390x",
"product": {
"name": "kernel-default-optional-5.14.21-150400.24.167.1.s390x",
"product_id": "kernel-default-optional-5.14.21-150400.24.167.1.s390x"
}
},
{
"category": "product_version",
"name": "kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"product": {
"name": "kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"product_id": "kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x"
}
},
{
"category": "product_version",
"name": "kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"product": {
"name": "kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"product_id": "kernel-obs-build-5.14.21-150400.24.167.1.s390x"
}
},
{
"category": "product_version",
"name": "kernel-obs-qa-5.14.21-150400.24.167.1.s390x",
"product": {
"name": "kernel-obs-qa-5.14.21-150400.24.167.1.s390x",
"product_id": "kernel-obs-qa-5.14.21-150400.24.167.1.s390x"
}
},
{
"category": "product_version",
"name": "kernel-syms-5.14.21-150400.24.167.1.s390x",
"product": {
"name": "kernel-syms-5.14.21-150400.24.167.1.s390x",
"product_id": "kernel-syms-5.14.21-150400.24.167.1.s390x"
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"product": {
"name": "kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"product_id": "kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
}
},
{
"category": "product_version",
"name": "kselftests-kmp-default-5.14.21-150400.24.167.1.s390x",
"product": {
"name": "kselftests-kmp-default-5.14.21-150400.24.167.1.s390x",
"product_id": "kselftests-kmp-default-5.14.21-150400.24.167.1.s390x"
}
},
{
"category": "product_version",
"name": "ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"product": {
"name": "ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"product_id": "ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x"
}
},
{
"category": "product_version",
"name": "reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"product": {
"name": "reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"product_id": "reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"product": {
"name": "cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"product_id": "cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64"
}
},
{
"category": "product_version",
"name": "dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"product": {
"name": "dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"product_id": "dlm-kmp-default-5.14.21-150400.24.167.1.x86_64"
}
},
{
"category": "product_version",
"name": "gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"product": {
"name": "gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"product_id": "gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-default-5.14.21-150400.24.167.1.x86_64",
"product": {
"name": "kernel-default-5.14.21-150400.24.167.1.x86_64",
"product_id": "kernel-default-5.14.21-150400.24.167.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"product": {
"name": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"product_id": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-default-base-rebuild-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"product": {
"name": "kernel-default-base-rebuild-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"product_id": "kernel-default-base-rebuild-5.14.21-150400.24.167.1.150400.24.84.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"product": {
"name": "kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"product_id": "kernel-default-devel-5.14.21-150400.24.167.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-default-extra-5.14.21-150400.24.167.1.x86_64",
"product": {
"name": "kernel-default-extra-5.14.21-150400.24.167.1.x86_64",
"product_id": "kernel-default-extra-5.14.21-150400.24.167.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"product": {
"name": "kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"product_id": "kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"product": {
"name": "kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"product_id": "kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-default-optional-5.14.21-150400.24.167.1.x86_64",
"product": {
"name": "kernel-default-optional-5.14.21-150400.24.167.1.x86_64",
"product_id": "kernel-default-optional-5.14.21-150400.24.167.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-kvmsmall-5.14.21-150400.24.167.1.x86_64",
"product": {
"name": "kernel-kvmsmall-5.14.21-150400.24.167.1.x86_64",
"product_id": "kernel-kvmsmall-5.14.21-150400.24.167.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-kvmsmall-devel-5.14.21-150400.24.167.1.x86_64",
"product": {
"name": "kernel-kvmsmall-devel-5.14.21-150400.24.167.1.x86_64",
"product_id": "kernel-kvmsmall-devel-5.14.21-150400.24.167.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"product": {
"name": "kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"product_id": "kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"product": {
"name": "kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"product_id": "kernel-obs-build-5.14.21-150400.24.167.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-obs-qa-5.14.21-150400.24.167.1.x86_64",
"product": {
"name": "kernel-obs-qa-5.14.21-150400.24.167.1.x86_64",
"product_id": "kernel-obs-qa-5.14.21-150400.24.167.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-syms-5.14.21-150400.24.167.1.x86_64",
"product": {
"name": "kernel-syms-5.14.21-150400.24.167.1.x86_64",
"product_id": "kernel-syms-5.14.21-150400.24.167.1.x86_64"
}
},
{
"category": "product_version",
"name": "kselftests-kmp-default-5.14.21-150400.24.167.1.x86_64",
"product": {
"name": "kselftests-kmp-default-5.14.21-150400.24.167.1.x86_64",
"product_id": "kselftests-kmp-default-5.14.21-150400.24.167.1.x86_64"
}
},
{
"category": "product_version",
"name": "ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"product": {
"name": "ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"product_id": "ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64"
}
},
{
"category": "product_version",
"name": "reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"product": {
"name": "reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"product_id": "reiserfs-kmp-default-5.14.21-150400.24.167.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 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 High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy 4.3",
"product": {
"name": "SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.3",
"product": {
"name": "SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.3"
}
}
}
],
"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.167.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.167.1.aarch64"
},
"product_reference": "kernel-default-5.14.21-150400.24.167.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.167.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.167.1.s390x"
},
"product_reference": "kernel-default-5.14.21-150400.24.167.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.167.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.167.1.x86_64"
},
"product_reference": "kernel-default-5.14.21-150400.24.167.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.167.1.150400.24.84.1.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.167.1.150400.24.84.1.aarch64"
},
"product_reference": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.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.167.1.150400.24.84.1.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.167.1.150400.24.84.1.x86_64"
},
"product_reference": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.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.167.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.167.1.aarch64"
},
"product_reference": "kernel-default-5.14.21-150400.24.167.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.167.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.167.1.s390x"
},
"product_reference": "kernel-default-5.14.21-150400.24.167.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.167.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.167.1.x86_64"
},
"product_reference": "kernel-default-5.14.21-150400.24.167.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.167.1.150400.24.84.1.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.167.1.150400.24.84.1.aarch64"
},
"product_reference": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.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.167.1.150400.24.84.1.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.167.1.150400.24.84.1.x86_64"
},
"product_reference": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-livepatch-5.14.21-150400.24.167.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.167.1.ppc64le"
},
"product_reference": "kernel-default-livepatch-5.14.21-150400.24.167.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.167.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.167.1.s390x"
},
"product_reference": "kernel-default-livepatch-5.14.21-150400.24.167.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.167.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.167.1.x86_64"
},
"product_reference": "kernel-default-livepatch-5.14.21-150400.24.167.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.167.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.167.1.ppc64le"
},
"product_reference": "kernel-default-livepatch-devel-5.14.21-150400.24.167.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.167.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.167.1.s390x"
},
"product_reference": "kernel-default-livepatch-devel-5.14.21-150400.24.167.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.167.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.167.1.x86_64"
},
"product_reference": "kernel-default-livepatch-devel-5.14.21-150400.24.167.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_167-default-1-150400.9.3.1.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_167-default-1-150400.9.3.1.ppc64le"
},
"product_reference": "kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.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_167-default-1-150400.9.3.1.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_167-default-1-150400.9.3.1.s390x"
},
"product_reference": "kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.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_167-default-1-150400.9.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_24_167-default-1-150400.9.3.1.x86_64"
},
"product_reference": "kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.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-default-5.14.21-150400.24.167.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.167.1.aarch64"
},
"product_reference": "cluster-md-kmp-default-5.14.21-150400.24.167.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.167.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.167.1.ppc64le"
},
"product_reference": "cluster-md-kmp-default-5.14.21-150400.24.167.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.167.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.167.1.s390x"
},
"product_reference": "cluster-md-kmp-default-5.14.21-150400.24.167.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.167.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.167.1.x86_64"
},
"product_reference": "cluster-md-kmp-default-5.14.21-150400.24.167.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.167.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.167.1.aarch64"
},
"product_reference": "dlm-kmp-default-5.14.21-150400.24.167.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.167.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.167.1.ppc64le"
},
"product_reference": "dlm-kmp-default-5.14.21-150400.24.167.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.167.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.167.1.s390x"
},
"product_reference": "dlm-kmp-default-5.14.21-150400.24.167.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.167.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.167.1.x86_64"
},
"product_reference": "dlm-kmp-default-5.14.21-150400.24.167.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.167.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.167.1.aarch64"
},
"product_reference": "gfs2-kmp-default-5.14.21-150400.24.167.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.167.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.167.1.ppc64le"
},
"product_reference": "gfs2-kmp-default-5.14.21-150400.24.167.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.167.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.167.1.s390x"
},
"product_reference": "gfs2-kmp-default-5.14.21-150400.24.167.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.167.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.167.1.x86_64"
},
"product_reference": "gfs2-kmp-default-5.14.21-150400.24.167.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.167.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.167.1.aarch64"
},
"product_reference": "ocfs2-kmp-default-5.14.21-150400.24.167.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.167.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.167.1.ppc64le"
},
"product_reference": "ocfs2-kmp-default-5.14.21-150400.24.167.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.167.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.167.1.s390x"
},
"product_reference": "ocfs2-kmp-default-5.14.21-150400.24.167.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.167.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.167.1.x86_64"
},
"product_reference": "ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64kb-5.14.21-150400.24.167.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64"
},
"product_reference": "kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64"
},
"product_reference": "kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-5.14.21-150400.24.167.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64"
},
"product_reference": "kernel-default-5.14.21-150400.24.167.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-5.14.21-150400.24.167.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64"
},
"product_reference": "kernel-default-5.14.21-150400.24.167.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64"
},
"product_reference": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64"
},
"product_reference": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-devel-5.14.21-150400.24.167.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64"
},
"product_reference": "kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-devel-5.14.21-150400.24.167.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64"
},
"product_reference": "kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-5.14.21-150400.24.167.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch"
},
"product_reference": "kernel-devel-5.14.21-150400.24.167.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-docs-5.14.21-150400.24.167.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch"
},
"product_reference": "kernel-docs-5.14.21-150400.24.167.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-macros-5.14.21-150400.24.167.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch"
},
"product_reference": "kernel-macros-5.14.21-150400.24.167.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-obs-build-5.14.21-150400.24.167.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64"
},
"product_reference": "kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-obs-build-5.14.21-150400.24.167.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64"
},
"product_reference": "kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-5.14.21-150400.24.167.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch"
},
"product_reference": "kernel-source-5.14.21-150400.24.167.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-syms-5.14.21-150400.24.167.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64"
},
"product_reference": "kernel-syms-5.14.21-150400.24.167.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-syms-5.14.21-150400.24.167.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64"
},
"product_reference": "kernel-syms-5.14.21-150400.24.167.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64"
},
"product_reference": "reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64"
},
"product_reference": "reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64kb-5.14.21-150400.24.167.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64"
},
"product_reference": "kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64"
},
"product_reference": "kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-5.14.21-150400.24.167.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64"
},
"product_reference": "kernel-default-5.14.21-150400.24.167.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-5.14.21-150400.24.167.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64"
},
"product_reference": "kernel-default-5.14.21-150400.24.167.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64"
},
"product_reference": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64"
},
"product_reference": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-devel-5.14.21-150400.24.167.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64"
},
"product_reference": "kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-devel-5.14.21-150400.24.167.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64"
},
"product_reference": "kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-5.14.21-150400.24.167.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch"
},
"product_reference": "kernel-devel-5.14.21-150400.24.167.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-docs-5.14.21-150400.24.167.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch"
},
"product_reference": "kernel-docs-5.14.21-150400.24.167.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-macros-5.14.21-150400.24.167.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch"
},
"product_reference": "kernel-macros-5.14.21-150400.24.167.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-obs-build-5.14.21-150400.24.167.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64"
},
"product_reference": "kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-obs-build-5.14.21-150400.24.167.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64"
},
"product_reference": "kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-5.14.21-150400.24.167.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch"
},
"product_reference": "kernel-source-5.14.21-150400.24.167.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-syms-5.14.21-150400.24.167.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64"
},
"product_reference": "kernel-syms-5.14.21-150400.24.167.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-syms-5.14.21-150400.24.167.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64"
},
"product_reference": "kernel-syms-5.14.21-150400.24.167.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64"
},
"product_reference": "reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64"
},
"product_reference": "reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64kb-5.14.21-150400.24.167.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64"
},
"product_reference": "kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64"
},
"product_reference": "kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-5.14.21-150400.24.167.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64"
},
"product_reference": "kernel-default-5.14.21-150400.24.167.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-5.14.21-150400.24.167.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le"
},
"product_reference": "kernel-default-5.14.21-150400.24.167.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-5.14.21-150400.24.167.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x"
},
"product_reference": "kernel-default-5.14.21-150400.24.167.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-5.14.21-150400.24.167.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64"
},
"product_reference": "kernel-default-5.14.21-150400.24.167.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64"
},
"product_reference": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le"
},
"product_reference": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64"
},
"product_reference": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-devel-5.14.21-150400.24.167.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64"
},
"product_reference": "kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-devel-5.14.21-150400.24.167.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le"
},
"product_reference": "kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-devel-5.14.21-150400.24.167.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x"
},
"product_reference": "kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-devel-5.14.21-150400.24.167.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64"
},
"product_reference": "kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-5.14.21-150400.24.167.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch"
},
"product_reference": "kernel-devel-5.14.21-150400.24.167.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-docs-5.14.21-150400.24.167.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch"
},
"product_reference": "kernel-docs-5.14.21-150400.24.167.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-macros-5.14.21-150400.24.167.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch"
},
"product_reference": "kernel-macros-5.14.21-150400.24.167.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-obs-build-5.14.21-150400.24.167.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64"
},
"product_reference": "kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-obs-build-5.14.21-150400.24.167.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le"
},
"product_reference": "kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-obs-build-5.14.21-150400.24.167.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x"
},
"product_reference": "kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-obs-build-5.14.21-150400.24.167.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64"
},
"product_reference": "kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-5.14.21-150400.24.167.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch"
},
"product_reference": "kernel-source-5.14.21-150400.24.167.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-syms-5.14.21-150400.24.167.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64"
},
"product_reference": "kernel-syms-5.14.21-150400.24.167.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-syms-5.14.21-150400.24.167.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le"
},
"product_reference": "kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-syms-5.14.21-150400.24.167.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x"
},
"product_reference": "kernel-syms-5.14.21-150400.24.167.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-syms-5.14.21-150400.24.167.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64"
},
"product_reference": "kernel-syms-5.14.21-150400.24.167.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-5.14.21-150400.24.167.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
},
"product_reference": "kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64"
},
"product_reference": "reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le"
},
"product_reference": "reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x"
},
"product_reference": "reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64"
},
"product_reference": "reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-5.14.21-150400.24.167.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le"
},
"product_reference": "kernel-default-5.14.21-150400.24.167.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-5.14.21-150400.24.167.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64"
},
"product_reference": "kernel-default-5.14.21-150400.24.167.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le"
},
"product_reference": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64"
},
"product_reference": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-devel-5.14.21-150400.24.167.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le"
},
"product_reference": "kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-devel-5.14.21-150400.24.167.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64"
},
"product_reference": "kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-5.14.21-150400.24.167.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch"
},
"product_reference": "kernel-devel-5.14.21-150400.24.167.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-docs-5.14.21-150400.24.167.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch"
},
"product_reference": "kernel-docs-5.14.21-150400.24.167.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-macros-5.14.21-150400.24.167.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch"
},
"product_reference": "kernel-macros-5.14.21-150400.24.167.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-obs-build-5.14.21-150400.24.167.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le"
},
"product_reference": "kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-obs-build-5.14.21-150400.24.167.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64"
},
"product_reference": "kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-5.14.21-150400.24.167.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch"
},
"product_reference": "kernel-source-5.14.21-150400.24.167.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-syms-5.14.21-150400.24.167.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le"
},
"product_reference": "kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-syms-5.14.21-150400.24.167.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64"
},
"product_reference": "kernel-syms-5.14.21-150400.24.167.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le"
},
"product_reference": "reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64"
},
"product_reference": "reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-5.14.21-150400.24.167.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64"
},
"product_reference": "kernel-default-5.14.21-150400.24.167.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64"
},
"product_reference": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-devel-5.14.21-150400.24.167.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64"
},
"product_reference": "kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-5.14.21-150400.24.167.1.noarch as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch"
},
"product_reference": "kernel-devel-5.14.21-150400.24.167.1.noarch",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-macros-5.14.21-150400.24.167.1.noarch as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch"
},
"product_reference": "kernel-macros-5.14.21-150400.24.167.1.noarch",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-5.14.21-150400.24.167.1.noarch as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch"
},
"product_reference": "kernel-source-5.14.21-150400.24.167.1.noarch",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-syms-5.14.21-150400.24.167.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64"
},
"product_reference": "kernel-syms-5.14.21-150400.24.167.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-5.14.21-150400.24.167.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le"
},
"product_reference": "kernel-default-5.14.21-150400.24.167.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-5.14.21-150400.24.167.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x"
},
"product_reference": "kernel-default-5.14.21-150400.24.167.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-5.14.21-150400.24.167.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64"
},
"product_reference": "kernel-default-5.14.21-150400.24.167.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le"
},
"product_reference": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64"
},
"product_reference": "kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-devel-5.14.21-150400.24.167.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le"
},
"product_reference": "kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-devel-5.14.21-150400.24.167.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x"
},
"product_reference": "kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-default-devel-5.14.21-150400.24.167.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64"
},
"product_reference": "kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-5.14.21-150400.24.167.1.noarch as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch"
},
"product_reference": "kernel-devel-5.14.21-150400.24.167.1.noarch",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-macros-5.14.21-150400.24.167.1.noarch as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch"
},
"product_reference": "kernel-macros-5.14.21-150400.24.167.1.noarch",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-5.14.21-150400.24.167.1.noarch as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch"
},
"product_reference": "kernel-source-5.14.21-150400.24.167.1.noarch",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-syms-5.14.21-150400.24.167.1.ppc64le as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le"
},
"product_reference": "kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-syms-5.14.21-150400.24.167.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x"
},
"product_reference": "kernel-syms-5.14.21-150400.24.167.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-syms-5.14.21-150400.24.167.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64"
},
"product_reference": "kernel-syms-5.14.21-150400.24.167.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-5.14.21-150400.24.167.1.s390x as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
},
"product_reference": "kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-3564",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-3564"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability classified as critical was found in Linux Kernel. Affected by this vulnerability is the function l2cap_reassemble_sdu of the file net/bluetooth/l2cap_core.c of the component Bluetooth. The manipulation leads to use after free. It is recommended to apply a patch to fix this issue. The associated identifier of this vulnerability is VDB-211087.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-3564",
"url": "https://www.suse.com/security/cve/CVE-2022-3564"
},
{
"category": "external",
"summary": "SUSE Bug 1206073 for CVE-2022-3564",
"url": "https://bugzilla.suse.com/1206073"
},
{
"category": "external",
"summary": "SUSE Bug 1206314 for CVE-2022-3564",
"url": "https://bugzilla.suse.com/1206314"
},
{
"category": "external",
"summary": "SUSE Bug 1208030 for CVE-2022-3564",
"url": "https://bugzilla.suse.com/1208030"
},
{
"category": "external",
"summary": "SUSE Bug 1208044 for CVE-2022-3564",
"url": "https://bugzilla.suse.com/1208044"
},
{
"category": "external",
"summary": "SUSE Bug 1208085 for CVE-2022-3564",
"url": "https://bugzilla.suse.com/1208085"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:A/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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "important"
}
],
"title": "CVE-2022-3564"
},
{
"cve": "CVE-2022-3619",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-3619"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been found in Linux Kernel and classified as problematic. This vulnerability affects the function l2cap_recv_acldata of the file net/bluetooth/l2cap_core.c of the component Bluetooth. The manipulation leads to memory leak. It is recommended to apply a patch to fix this issue. VDB-211918 is the identifier assigned to this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-3619",
"url": "https://www.suse.com/security/cve/CVE-2022-3619"
},
{
"category": "external",
"summary": "SUSE Bug 1204569 for CVE-2022-3619",
"url": "https://bugzilla.suse.com/1204569"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/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 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-3619"
},
{
"cve": "CVE-2022-3640",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-3640"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability, which was classified as critical, was found in Linux Kernel. Affected is the function l2cap_conn_del of the file net/bluetooth/l2cap_core.c of the component Bluetooth. The manipulation leads to use after free. It is recommended to apply a patch to fix this issue. The identifier of this vulnerability is VDB-211944.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-3640",
"url": "https://www.suse.com/security/cve/CVE-2022-3640"
},
{
"category": "external",
"summary": "SUSE Bug 1204619 for CVE-2022-3640",
"url": "https://bugzilla.suse.com/1204619"
},
{
"category": "external",
"summary": "SUSE Bug 1204624 for CVE-2022-3640",
"url": "https://bugzilla.suse.com/1204624"
},
{
"category": "external",
"summary": "SUSE Bug 1209225 for CVE-2022-3640",
"url": "https://bugzilla.suse.com/1209225"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:R/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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "important"
}
],
"title": "CVE-2022-3640"
},
{
"cve": "CVE-2022-49110",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49110"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: conntrack: revisit gc autotuning\n\nas of commit 4608fdfc07e1\n(\"netfilter: conntrack: collect all entries in one cycle\")\nconntrack gc was changed to run every 2 minutes.\n\nOn systems where conntrack hash table is set to large value, most evictions\nhappen from gc worker rather than the packet path due to hash table\ndistribution.\n\nThis causes netlink event overflows when events are collected.\n\nThis change collects average expiry of scanned entries and\nreschedules to the average remaining value, within 1 to 60 second interval.\n\nTo avoid event overflows, reschedule after each bucket and add a\nlimit for both run time and number of evictions per run.\n\nIf more entries have to be evicted, reschedule and restart 1 jiffy\ninto the future.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49110",
"url": "https://www.suse.com/security/cve/CVE-2022-49110"
},
{
"category": "external",
"summary": "SUSE Bug 1237981 for CVE-2022-49110",
"url": "https://bugzilla.suse.com/1237981"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49110"
},
{
"cve": "CVE-2022-49139",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49139"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: fix null ptr deref on hci_sync_conn_complete_evt\n\nThis event is just specified for SCO and eSCO link types.\nOn the reception of a HCI_Synchronous_Connection_Complete for a BDADDR\nof an existing LE connection, LE link type and a status that triggers the\nsecond case of the packet processing a NULL pointer dereference happens,\nas conn-\u003elink is NULL.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49139",
"url": "https://www.suse.com/security/cve/CVE-2022-49139"
},
{
"category": "external",
"summary": "SUSE Bug 1238032 for CVE-2022-49139",
"url": "https://bugzilla.suse.com/1238032"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49139"
},
{
"cve": "CVE-2022-49767",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49767"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\n9p/trans_fd: always use O_NONBLOCK read/write\n\nsyzbot is reporting hung task at p9_fd_close() [1], for p9_mux_poll_stop()\n from p9_conn_destroy() from p9_fd_close() is failing to interrupt already\nstarted kernel_read() from p9_fd_read() from p9_read_work() and/or\nkernel_write() from p9_fd_write() from p9_write_work() requests.\n\nSince p9_socket_open() sets O_NONBLOCK flag, p9_mux_poll_stop() does not\nneed to interrupt kernel_read()/kernel_write(). However, since p9_fd_open()\ndoes not set O_NONBLOCK flag, but pipe blocks unless signal is pending,\np9_mux_poll_stop() needs to interrupt kernel_read()/kernel_write() when\nthe file descriptor refers to a pipe. In other words, pipe file descriptor\nneeds to be handled as if socket file descriptor.\n\nWe somehow need to interrupt kernel_read()/kernel_write() on pipes.\n\nA minimal change, which this patch is doing, is to set O_NONBLOCK flag\n from p9_fd_open(), for O_NONBLOCK flag does not affect reading/writing\nof regular files. But this approach changes O_NONBLOCK flag on userspace-\nsupplied file descriptors (which might break userspace programs), and\nO_NONBLOCK flag could be changed by userspace. It would be possible to set\nO_NONBLOCK flag every time p9_fd_read()/p9_fd_write() is invoked, but still\nremains small race window for clearing O_NONBLOCK flag.\n\nIf we don\u0027t want to manipulate O_NONBLOCK flag, we might be able to\nsurround kernel_read()/kernel_write() with set_thread_flag(TIF_SIGPENDING)\nand recalc_sigpending(). Since p9_read_work()/p9_write_work() works are\nprocessed by kernel threads which process global system_wq workqueue,\nsignals could not be delivered from remote threads when p9_mux_poll_stop()\n from p9_conn_destroy() from p9_fd_close() is called. Therefore, calling\nset_thread_flag(TIF_SIGPENDING)/recalc_sigpending() every time would be\nneeded if we count on signals for making kernel_read()/kernel_write()\nnon-blocking.\n\n[Dominique: add comment at Christian\u0027s suggestion]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49767",
"url": "https://www.suse.com/security/cve/CVE-2022-49767"
},
{
"category": "external",
"summary": "SUSE Bug 1242493 for CVE-2022-49767",
"url": "https://bugzilla.suse.com/1242493"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49767"
},
{
"cve": "CVE-2022-49769",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49769"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ngfs2: Check sb_bsize_shift after reading superblock\n\nFuzzers like to scribble over sb_bsize_shift but in reality it\u0027s very\nunlikely that this field would be corrupted on its own. Nevertheless it\nshould be checked to avoid the possibility of messy mount errors due to\nbad calculations. It\u0027s always a fixed value based on the block size so\nwe can just check that it\u0027s the expected value.\n\nTested with:\n\n mkfs.gfs2 -O -p lock_nolock /dev/vdb\n for i in 0 -1 64 65 32 33; do\n gfs2_edit -p sb field sb_bsize_shift $i /dev/vdb\n mount /dev/vdb /mnt/test \u0026\u0026 umount /mnt/test\n done\n\nBefore this patch we get a withdraw after\n\n[ 76.413681] gfs2: fsid=loop0.0: fatal: invalid metadata block\n[ 76.413681] bh = 19 (type: exp=5, found=4)\n[ 76.413681] function = gfs2_meta_buffer, file = fs/gfs2/meta_io.c, line = 492\n\nand with UBSAN configured we also get complaints like\n\n[ 76.373395] UBSAN: shift-out-of-bounds in fs/gfs2/ops_fstype.c:295:19\n[ 76.373815] shift exponent 4294967287 is too large for 64-bit type \u0027long unsigned int\u0027\n\nAfter the patch, these complaints don\u0027t appear, mount fails immediately\nand we get an explanation in dmesg.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49769",
"url": "https://www.suse.com/security/cve/CVE-2022-49769"
},
{
"category": "external",
"summary": "SUSE Bug 1242440 for CVE-2022-49769",
"url": "https://bugzilla.suse.com/1242440"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49769"
},
{
"cve": "CVE-2022-49770",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49770"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nceph: avoid putting the realm twice when decoding snaps fails\n\nWhen decoding the snaps fails it maybe leaving the \u0027first_realm\u0027\nand \u0027realm\u0027 pointing to the same snaprealm memory. And then it\u0027ll\nput it twice and could cause random use-after-free, BUG_ON, etc\nissues.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49770",
"url": "https://www.suse.com/security/cve/CVE-2022-49770"
},
{
"category": "external",
"summary": "SUSE Bug 1242597 for CVE-2022-49770",
"url": "https://bugzilla.suse.com/1242597"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49770"
},
{
"cve": "CVE-2022-49771",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49771"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndm ioctl: fix misbehavior if list_versions races with module loading\n\n__list_versions will first estimate the required space using the\n\"dm_target_iterate(list_version_get_needed, \u0026needed)\" call and then will\nfill the space using the \"dm_target_iterate(list_version_get_info,\n\u0026iter_info)\" call. Each of these calls locks the targets using the\n\"down_read(\u0026_lock)\" and \"up_read(\u0026_lock)\" calls, however between the first\nand second \"dm_target_iterate\" there is no lock held and the target\nmodules can be loaded at this point, so the second \"dm_target_iterate\"\ncall may need more space than what was the first \"dm_target_iterate\"\nreturned.\n\nThe code tries to handle this overflow (see the beginning of\nlist_version_get_info), however this handling is incorrect.\n\nThe code sets \"param-\u003edata_size = param-\u003edata_start + needed\" and\n\"iter_info.end = (char *)vers+len\" - \"needed\" is the size returned by the\nfirst dm_target_iterate call; \"len\" is the size of the buffer allocated by\nuserspace.\n\n\"len\" may be greater than \"needed\"; in this case, the code will write up\nto \"len\" bytes into the buffer, however param-\u003edata_size is set to\n\"needed\", so it may write data past the param-\u003edata_size value. The ioctl\ninterface copies only up to param-\u003edata_size into userspace, thus part of\nthe result will be truncated.\n\nFix this bug by setting \"iter_info.end = (char *)vers + needed;\" - this\nguarantees that the second \"dm_target_iterate\" call will write only up to\nthe \"needed\" buffer and it will exit with \"DM_BUFFER_FULL_FLAG\" if it\noverflows the \"needed\" space - in this case, userspace will allocate a\nlarger buffer and retry.\n\nNote that there is also a bug in list_version_get_needed - we need to add\n\"strlen(tt-\u003ename) + 1\" to the needed size, not \"strlen(tt-\u003ename)\".",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49771",
"url": "https://www.suse.com/security/cve/CVE-2022-49771"
},
{
"category": "external",
"summary": "SUSE Bug 1242686 for CVE-2022-49771",
"url": "https://bugzilla.suse.com/1242686"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49771"
},
{
"cve": "CVE-2022-49772",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49772"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: usb-audio: Drop snd_BUG_ON() from snd_usbmidi_output_open()\n\nsnd_usbmidi_output_open() has a check of the NULL port with\nsnd_BUG_ON(). snd_BUG_ON() was used as this shouldn\u0027t have happened,\nbut in reality, the NULL port may be seen when the device gives an\ninvalid endpoint setup at the descriptor, hence the driver skips the\nallocation. That is, the check itself is valid and snd_BUG_ON()\nshould be dropped from there. Otherwise it\u0027s confusing as if it were\na real bug, as recently syzbot stumbled on it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49772",
"url": "https://www.suse.com/security/cve/CVE-2022-49772"
},
{
"category": "external",
"summary": "SUSE Bug 1242147 for CVE-2022-49772",
"url": "https://bugzilla.suse.com/1242147"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49772"
},
{
"cve": "CVE-2022-49775",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49775"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntcp: cdg: allow tcp_cdg_release() to be called multiple times\n\nApparently, mptcp is able to call tcp_disconnect() on an already\ndisconnected flow. This is generally fine, unless current congestion\ncontrol is CDG, because it might trigger a double-free [1]\n\nInstead of fixing MPTCP, and future bugs, we can make tcp_disconnect()\nmore resilient.\n\n[1]\nBUG: KASAN: double-free in slab_free mm/slub.c:3539 [inline]\nBUG: KASAN: double-free in kfree+0xe2/0x580 mm/slub.c:4567\n\nCPU: 0 PID: 3645 Comm: kworker/0:7 Not tainted 6.0.0-syzkaller-02734-g0326074ff465 #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 09/22/2022\nWorkqueue: events mptcp_worker\nCall Trace:\n\u003cTASK\u003e\n__dump_stack lib/dump_stack.c:88 [inline]\ndump_stack_lvl+0xcd/0x134 lib/dump_stack.c:106\nprint_address_description mm/kasan/report.c:317 [inline]\nprint_report.cold+0x2ba/0x719 mm/kasan/report.c:433\nkasan_report_invalid_free+0x81/0x190 mm/kasan/report.c:462\n____kasan_slab_free+0x18b/0x1c0 mm/kasan/common.c:356\nkasan_slab_free include/linux/kasan.h:200 [inline]\nslab_free_hook mm/slub.c:1759 [inline]\nslab_free_freelist_hook+0x8b/0x1c0 mm/slub.c:1785\nslab_free mm/slub.c:3539 [inline]\nkfree+0xe2/0x580 mm/slub.c:4567\ntcp_disconnect+0x980/0x1e20 net/ipv4/tcp.c:3145\n__mptcp_close_ssk+0x5ca/0x7e0 net/mptcp/protocol.c:2327\nmptcp_do_fastclose net/mptcp/protocol.c:2592 [inline]\nmptcp_worker+0x78c/0xff0 net/mptcp/protocol.c:2627\nprocess_one_work+0x991/0x1610 kernel/workqueue.c:2289\nworker_thread+0x665/0x1080 kernel/workqueue.c:2436\nkthread+0x2e4/0x3a0 kernel/kthread.c:376\nret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:306\n\u003c/TASK\u003e\n\nAllocated by task 3671:\nkasan_save_stack+0x1e/0x40 mm/kasan/common.c:38\nkasan_set_track mm/kasan/common.c:45 [inline]\nset_alloc_info mm/kasan/common.c:437 [inline]\n____kasan_kmalloc mm/kasan/common.c:516 [inline]\n____kasan_kmalloc mm/kasan/common.c:475 [inline]\n__kasan_kmalloc+0xa9/0xd0 mm/kasan/common.c:525\nkmalloc_array include/linux/slab.h:640 [inline]\nkcalloc include/linux/slab.h:671 [inline]\ntcp_cdg_init+0x10d/0x170 net/ipv4/tcp_cdg.c:380\ntcp_init_congestion_control+0xab/0x550 net/ipv4/tcp_cong.c:193\ntcp_reinit_congestion_control net/ipv4/tcp_cong.c:217 [inline]\ntcp_set_congestion_control+0x96c/0xaa0 net/ipv4/tcp_cong.c:391\ndo_tcp_setsockopt+0x505/0x2320 net/ipv4/tcp.c:3513\ntcp_setsockopt+0xd4/0x100 net/ipv4/tcp.c:3801\nmptcp_setsockopt+0x35f/0x2570 net/mptcp/sockopt.c:844\n__sys_setsockopt+0x2d6/0x690 net/socket.c:2252\n__do_sys_setsockopt net/socket.c:2263 [inline]\n__se_sys_setsockopt net/socket.c:2260 [inline]\n__x64_sys_setsockopt+0xba/0x150 net/socket.c:2260\ndo_syscall_x64 arch/x86/entry/common.c:50 [inline]\ndo_syscall_64+0x35/0xb0 arch/x86/entry/common.c:80\nentry_SYSCALL_64_after_hwframe+0x63/0xcd\n\nFreed by task 16:\nkasan_save_stack+0x1e/0x40 mm/kasan/common.c:38\nkasan_set_track+0x21/0x30 mm/kasan/common.c:45\nkasan_set_free_info+0x20/0x30 mm/kasan/generic.c:370\n____kasan_slab_free mm/kasan/common.c:367 [inline]\n____kasan_slab_free+0x166/0x1c0 mm/kasan/common.c:329\nkasan_slab_free include/linux/kasan.h:200 [inline]\nslab_free_hook mm/slub.c:1759 [inline]\nslab_free_freelist_hook+0x8b/0x1c0 mm/slub.c:1785\nslab_free mm/slub.c:3539 [inline]\nkfree+0xe2/0x580 mm/slub.c:4567\ntcp_cleanup_congestion_control+0x70/0x120 net/ipv4/tcp_cong.c:226\ntcp_v4_destroy_sock+0xdd/0x750 net/ipv4/tcp_ipv4.c:2254\ntcp_v6_destroy_sock+0x11/0x20 net/ipv6/tcp_ipv6.c:1969\ninet_csk_destroy_sock+0x196/0x440 net/ipv4/inet_connection_sock.c:1157\ntcp_done+0x23b/0x340 net/ipv4/tcp.c:4649\ntcp_rcv_state_process+0x40e7/0x4990 net/ipv4/tcp_input.c:6624\ntcp_v6_do_rcv+0x3fc/0x13c0 net/ipv6/tcp_ipv6.c:1525\ntcp_v6_rcv+0x2e8e/0x3830 net/ipv6/tcp_ipv6.c:1759\nip6_protocol_deliver_rcu+0x2db/0x1950 net/ipv6/ip6_input.c:439\nip6_input_finish+0x14c/0x2c0 net/ipv6/ip6_input.c:484\nNF_HOOK include/linux/netfilter.h:302 [inline]\nNF_HOOK include/linux/netfilter.h:296 [inline]\nip6_input+0x9c/0xd\n---truncated---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49775",
"url": "https://www.suse.com/security/cve/CVE-2022-49775"
},
{
"category": "external",
"summary": "SUSE Bug 1242245 for CVE-2022-49775",
"url": "https://bugzilla.suse.com/1242245"
},
{
"category": "external",
"summary": "SUSE Bug 1242257 for CVE-2022-49775",
"url": "https://bugzilla.suse.com/1242257"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "important"
}
],
"title": "CVE-2022-49775"
},
{
"cve": "CVE-2022-49776",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49776"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmacvlan: enforce a consistent minimal mtu\n\nmacvlan should enforce a minimal mtu of 68, even at link creation.\n\nThis patch avoids the current behavior (which could lead to crashes\nin ipv6 stack if the link is brought up)\n\n$ ip link add macvlan1 link eno1 mtu 8 type macvlan # This should fail !\n$ ip link sh dev macvlan1\n5: macvlan1@eno1: \u003cBROADCAST,MULTICAST\u003e mtu 8 qdisc noop\n state DOWN mode DEFAULT group default qlen 1000\n link/ether 02:47:6c:24:74:82 brd ff:ff:ff:ff:ff:ff\n$ ip link set macvlan1 mtu 67\nError: mtu less than device minimum.\n$ ip link set macvlan1 mtu 68\n$ ip link set macvlan1 mtu 8\nError: mtu less than device minimum.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49776",
"url": "https://www.suse.com/security/cve/CVE-2022-49776"
},
{
"category": "external",
"summary": "SUSE Bug 1242248 for CVE-2022-49776",
"url": "https://bugzilla.suse.com/1242248"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49776"
},
{
"cve": "CVE-2022-49777",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49777"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nInput: i8042 - fix leaking of platform device on module removal\n\nAvoid resetting the module-wide i8042_platform_device pointer in\ni8042_probe() or i8042_remove(), so that the device can be properly\ndestroyed by i8042_exit() on module unload.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49777",
"url": "https://www.suse.com/security/cve/CVE-2022-49777"
},
{
"category": "external",
"summary": "SUSE Bug 1242232 for CVE-2022-49777",
"url": "https://bugzilla.suse.com/1242232"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49777"
},
{
"cve": "CVE-2022-49779",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49779"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nkprobes: Skip clearing aggrprobe\u0027s post_handler in kprobe-on-ftrace case\n\nIn __unregister_kprobe_top(), if the currently unregistered probe has\npost_handler but other child probes of the aggrprobe do not have\npost_handler, the post_handler of the aggrprobe is cleared. If this is\na ftrace-based probe, there is a problem. In later calls to\ndisarm_kprobe(), we will use kprobe_ftrace_ops because post_handler is\nNULL. But we\u0027re armed with kprobe_ipmodify_ops. This triggers a WARN in\n__disarm_kprobe_ftrace() and may even cause use-after-free:\n\n Failed to disarm kprobe-ftrace at kernel_clone+0x0/0x3c0 (error -2)\n WARNING: CPU: 5 PID: 137 at kernel/kprobes.c:1135 __disarm_kprobe_ftrace.isra.21+0xcf/0xe0\n Modules linked in: testKprobe_007(-)\n CPU: 5 PID: 137 Comm: rmmod Not tainted 6.1.0-rc4-dirty #18\n [...]\n Call Trace:\n \u003cTASK\u003e\n __disable_kprobe+0xcd/0xe0\n __unregister_kprobe_top+0x12/0x150\n ? mutex_lock+0xe/0x30\n unregister_kprobes.part.23+0x31/0xa0\n unregister_kprobe+0x32/0x40\n __x64_sys_delete_module+0x15e/0x260\n ? do_user_addr_fault+0x2cd/0x6b0\n do_syscall_64+0x3a/0x90\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\n [...]\n\nFor the kprobe-on-ftrace case, we keep the post_handler setting to\nidentify this aggrprobe armed with kprobe_ipmodify_ops. This way we\ncan disarm it correctly.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49779",
"url": "https://www.suse.com/security/cve/CVE-2022-49779"
},
{
"category": "external",
"summary": "SUSE Bug 1242261 for CVE-2022-49779",
"url": "https://bugzilla.suse.com/1242261"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "important"
}
],
"title": "CVE-2022-49779"
},
{
"cve": "CVE-2022-49783",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49783"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nx86/fpu: Drop fpregs lock before inheriting FPU permissions\n\nMike Galbraith reported the following against an old fork of preempt-rt\nbut the same issue also applies to the current preempt-rt tree.\n\n BUG: sleeping function called from invalid context at kernel/locking/spinlock_rt.c:46\n in_atomic(): 1, irqs_disabled(): 0, non_block: 0, pid: 1, name: systemd\n preempt_count: 1, expected: 0\n RCU nest depth: 0, expected: 0\n Preemption disabled at:\n fpu_clone\n CPU: 6 PID: 1 Comm: systemd Tainted: G E (unreleased)\n Call Trace:\n \u003cTASK\u003e\n dump_stack_lvl\n ? fpu_clone\n __might_resched\n rt_spin_lock\n fpu_clone\n ? copy_thread\n ? copy_process\n ? shmem_alloc_inode\n ? kmem_cache_alloc\n ? kernel_clone\n ? __do_sys_clone\n ? do_syscall_64\n ? __x64_sys_rt_sigprocmask\n ? syscall_exit_to_user_mode\n ? do_syscall_64\n ? syscall_exit_to_user_mode\n ? do_syscall_64\n ? syscall_exit_to_user_mode\n ? do_syscall_64\n ? exc_page_fault\n ? entry_SYSCALL_64_after_hwframe\n \u003c/TASK\u003e\n\nMike says:\n\n The splat comes from fpu_inherit_perms() being called under fpregs_lock(),\n and us reaching the spin_lock_irq() therein due to fpu_state_size_dynamic()\n returning true despite static key __fpu_state_size_dynamic having never\n been enabled.\n\nMike\u0027s assessment looks correct. fpregs_lock on a PREEMPT_RT kernel disables\npreemption so calling spin_lock_irq() in fpu_inherit_perms() is unsafe. This\nproblem exists since commit\n\n 9e798e9aa14c (\"x86/fpu: Prepare fpu_clone() for dynamically enabled features\").\n\nEven though the original bug report should not have enabled the paths at\nall, the bug still exists.\n\nfpregs_lock is necessary when editing the FPU registers or a task\u0027s FP\nstate but it is not necessary for fpu_inherit_perms(). The only write\nof any FP state in fpu_inherit_perms() is for the new child which is\nnot running yet and cannot context switch or be borrowed by a kernel\nthread yet. Hence, fpregs_lock is not protecting anything in the new\nchild until clone() completes and can be dropped earlier. The siglock\nstill needs to be acquired by fpu_inherit_perms() as the read of the\nparent\u0027s permissions has to be serialised.\n\n [ bp: Cleanup splat. ]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49783",
"url": "https://www.suse.com/security/cve/CVE-2022-49783"
},
{
"category": "external",
"summary": "SUSE Bug 1242312 for CVE-2022-49783",
"url": "https://bugzilla.suse.com/1242312"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49783"
},
{
"cve": "CVE-2022-49787",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49787"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put()\n\npci_get_device() will increase the reference count for the returned\npci_dev. We need to use pci_dev_put() to decrease the reference count\nbefore amd_probe() returns. There is no problem for the \u0027smbus_dev ==\nNULL\u0027 branch because pci_dev_put() can also handle the NULL input\nparameter case.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49787",
"url": "https://www.suse.com/security/cve/CVE-2022-49787"
},
{
"category": "external",
"summary": "SUSE Bug 1242352 for CVE-2022-49787",
"url": "https://bugzilla.suse.com/1242352"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49787"
},
{
"cve": "CVE-2022-49788",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49788"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmisc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram()\n\n`struct vmci_event_qp` allocated by qp_notify_peer() contains padding,\nwhich may carry uninitialized data to the userspace, as observed by\nKMSAN:\n\n BUG: KMSAN: kernel-infoleak in instrument_copy_to_user ./include/linux/instrumented.h:121\n instrument_copy_to_user ./include/linux/instrumented.h:121\n _copy_to_user+0x5f/0xb0 lib/usercopy.c:33\n copy_to_user ./include/linux/uaccess.h:169\n vmci_host_do_receive_datagram drivers/misc/vmw_vmci/vmci_host.c:431\n vmci_host_unlocked_ioctl+0x33d/0x43d0 drivers/misc/vmw_vmci/vmci_host.c:925\n vfs_ioctl fs/ioctl.c:51\n ...\n\n Uninit was stored to memory at:\n kmemdup+0x74/0xb0 mm/util.c:131\n dg_dispatch_as_host drivers/misc/vmw_vmci/vmci_datagram.c:271\n vmci_datagram_dispatch+0x4f8/0xfc0 drivers/misc/vmw_vmci/vmci_datagram.c:339\n qp_notify_peer+0x19a/0x290 drivers/misc/vmw_vmci/vmci_queue_pair.c:1479\n qp_broker_attach drivers/misc/vmw_vmci/vmci_queue_pair.c:1662\n qp_broker_alloc+0x2977/0x2f30 drivers/misc/vmw_vmci/vmci_queue_pair.c:1750\n vmci_qp_broker_alloc+0x96/0xd0 drivers/misc/vmw_vmci/vmci_queue_pair.c:1940\n vmci_host_do_alloc_queuepair drivers/misc/vmw_vmci/vmci_host.c:488\n vmci_host_unlocked_ioctl+0x24fd/0x43d0 drivers/misc/vmw_vmci/vmci_host.c:927\n ...\n\n Local variable ev created at:\n qp_notify_peer+0x54/0x290 drivers/misc/vmw_vmci/vmci_queue_pair.c:1456\n qp_broker_attach drivers/misc/vmw_vmci/vmci_queue_pair.c:1662\n qp_broker_alloc+0x2977/0x2f30 drivers/misc/vmw_vmci/vmci_queue_pair.c:1750\n\n Bytes 28-31 of 48 are uninitialized\n Memory access of size 48 starts at ffff888035155e00\n Data copied to user address 0000000020000100\n\nUse memset() to prevent the infoleaks.\n\nAlso speculatively fix qp_notify_peer_local(), which may suffer from the\nsame problem.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49788",
"url": "https://www.suse.com/security/cve/CVE-2022-49788"
},
{
"category": "external",
"summary": "SUSE Bug 1242353 for CVE-2022-49788",
"url": "https://bugzilla.suse.com/1242353"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49788"
},
{
"cve": "CVE-2022-49789",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49789"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: zfcp: Fix double free of FSF request when qdio send fails\n\nWe used to use the wrong type of integer in \u0027zfcp_fsf_req_send()\u0027 to cache\nthe FSF request ID when sending a new FSF request. This is used in case the\nsending fails and we need to remove the request from our internal hash\ntable again (so we don\u0027t keep an invalid reference and use it when we free\nthe request again).\n\nIn \u0027zfcp_fsf_req_send()\u0027 we used to cache the ID as \u0027int\u0027 (signed and 32\nbit wide), but the rest of the zfcp code (and the firmware specification)\nhandles the ID as \u0027unsigned long\u0027/\u0027u64\u0027 (unsigned and 64 bit wide [s390x\nELF ABI]). For one this has the obvious problem that when the ID grows\npast 32 bit (this can happen reasonably fast) it is truncated to 32 bit\nwhen storing it in the cache variable and so doesn\u0027t match the original ID\nanymore. The second less obvious problem is that even when the original ID\nhas not yet grown past 32 bit, as soon as the 32nd bit is set in the\noriginal ID (0x80000000 = 2\u0027147\u0027483\u0027648) we will have a mismatch when we\ncast it back to \u0027unsigned long\u0027. As the cached variable is of a signed\ntype, the compiler will choose a sign-extending instruction to load the 32\nbit variable into a 64 bit register (e.g.: \u0027lgf %r11,188(%r15)\u0027). So once\nwe pass the cached variable into \u0027zfcp_reqlist_find_rm()\u0027 to remove the\nrequest again all the leading zeros will be flipped to ones to extend the\nsign and won\u0027t match the original ID anymore (this has been observed in\npractice).\n\nIf we can\u0027t successfully remove the request from the hash table again after\n\u0027zfcp_qdio_send()\u0027 fails (this happens regularly when zfcp cannot notify\nthe adapter about new work because the adapter is already gone during\ne.g. a ChpID toggle) we will end up with a double free. We unconditionally\nfree the request in the calling function when \u0027zfcp_fsf_req_send()\u0027 fails,\nbut because the request is still in the hash table we end up with a stale\nmemory reference, and once the zfcp adapter is either reset during recovery\nor shutdown we end up freeing the same memory twice.\n\nThe resulting stack traces vary depending on the kernel and have no direct\ncorrelation to the place where the bug occurs. Here are three examples that\nhave been seen in practice:\n\n list_del corruption. next-\u003eprev should be 00000001b9d13800, but was 00000000dead4ead. (next=00000001bd131a00)\n ------------[ cut here ]------------\n kernel BUG at lib/list_debug.c:62!\n monitor event: 0040 ilc:2 [#1] PREEMPT SMP\n Modules linked in: ...\n CPU: 9 PID: 1617 Comm: zfcperp0.0.1740 Kdump: loaded\n Hardware name: ...\n Krnl PSW : 0704d00180000000 00000003cbeea1f8 (__list_del_entry_valid+0x98/0x140)\n R:0 T:1 IO:1 EX:1 Key:0 M:1 W:0 P:0 AS:3 CC:1 PM:0 RI:0 EA:3\n Krnl GPRS: 00000000916d12f1 0000000080000000 000000000000006d 00000003cb665cd6\n 0000000000000001 0000000000000000 0000000000000000 00000000d28d21e8\n 00000000d3844000 00000380099efd28 00000001bd131a00 00000001b9d13800\n 00000000d3290100 0000000000000000 00000003cbeea1f4 00000380099efc70\n Krnl Code: 00000003cbeea1e8: c020004f68a7 larl %r2,00000003cc8d7336\n 00000003cbeea1ee: c0e50027fd65 brasl %r14,00000003cc3e9cb8\n #00000003cbeea1f4: af000000 mc 0,0\n \u003e00000003cbeea1f8: c02000920440 larl %r2,00000003cd12aa78\n 00000003cbeea1fe: c0e500289c25 brasl %r14,00000003cc3fda48\n 00000003cbeea204: b9040043 lgr %r4,%r3\n 00000003cbeea208: b9040051 lgr %r5,%r1\n 00000003cbeea20c: b9040032 lgr %r3,%r2\n Call Trace:\n [\u003c00000003cbeea1f8\u003e] __list_del_entry_valid+0x98/0x140\n ([\u003c00000003cbeea1f4\u003e] __list_del_entry_valid+0x94/0x140)\n [\u003c000003ff7ff502fe\u003e] zfcp_fsf_req_dismiss_all+0xde/0x150 [zfcp]\n [\u003c000003ff7ff49cd0\u003e] zfcp_erp_strategy_do_action+0x160/0x280 [zfcp]\n---truncated---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49789",
"url": "https://www.suse.com/security/cve/CVE-2022-49789"
},
{
"category": "external",
"summary": "SUSE Bug 1242366 for CVE-2022-49789",
"url": "https://bugzilla.suse.com/1242366"
},
{
"category": "external",
"summary": "SUSE Bug 1242376 for CVE-2022-49789",
"url": "https://bugzilla.suse.com/1242376"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "important"
}
],
"title": "CVE-2022-49789"
},
{
"cve": "CVE-2022-49790",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49790"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nInput: iforce - invert valid length check when fetching device IDs\n\nsyzbot is reporting uninitialized value at iforce_init_device() [1], for\ncommit 6ac0aec6b0a6 (\"Input: iforce - allow callers supply data buffer\nwhen fetching device IDs\") is checking that valid length is shorter than\nbytes to read. Since iforce_get_id_packet() stores valid length when\nreturning 0, the caller needs to check that valid length is longer than or\nequals to bytes to read.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49790",
"url": "https://www.suse.com/security/cve/CVE-2022-49790"
},
{
"category": "external",
"summary": "SUSE Bug 1242387 for CVE-2022-49790",
"url": "https://bugzilla.suse.com/1242387"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49790"
},
{
"cve": "CVE-2022-49792",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49792"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niio: adc: mp2629: fix potential array out of bound access\n\nAdd sentinel at end of maps to avoid potential array out of\nbound access in iio core.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49792",
"url": "https://www.suse.com/security/cve/CVE-2022-49792"
},
{
"category": "external",
"summary": "SUSE Bug 1242389 for CVE-2022-49792",
"url": "https://bugzilla.suse.com/1242389"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49792"
},
{
"cve": "CVE-2022-49793",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49793"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niio: trigger: sysfs: fix possible memory leak in iio_sysfs_trig_init()\n\ndev_set_name() allocates memory for name, it need be freed\nwhen device_add() fails, call put_device() to give up the\nreference that hold in device_initialize(), so that it can\nbe freed in kobject_cleanup() when the refcount hit to 0.\n\nFault injection test can trigger this:\n\nunreferenced object 0xffff8e8340a7b4c0 (size 32):\n comm \"modprobe\", pid 243, jiffies 4294678145 (age 48.845s)\n hex dump (first 32 bytes):\n 69 69 6f 5f 73 79 73 66 73 5f 74 72 69 67 67 65 iio_sysfs_trigge\n 72 00 a7 40 83 8e ff ff 00 86 13 c4 f6 ee ff ff r..@............\n backtrace:\n [\u003c0000000074999de8\u003e] __kmem_cache_alloc_node+0x1e9/0x360\n [\u003c00000000497fd30b\u003e] __kmalloc_node_track_caller+0x44/0x1a0\n [\u003c000000003636c520\u003e] kstrdup+0x2d/0x60\n [\u003c0000000032f84da2\u003e] kobject_set_name_vargs+0x1e/0x90\n [\u003c0000000092efe493\u003e] dev_set_name+0x4e/0x70",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49793",
"url": "https://www.suse.com/security/cve/CVE-2022-49793"
},
{
"category": "external",
"summary": "SUSE Bug 1242391 for CVE-2022-49793",
"url": "https://bugzilla.suse.com/1242391"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49793"
},
{
"cve": "CVE-2022-49794",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49794"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niio: adc: at91_adc: fix possible memory leak in at91_adc_allocate_trigger()\n\nIf iio_trigger_register() returns error, it should call iio_trigger_free()\nto give up the reference that hold in iio_trigger_alloc(), so that it can\ncall iio_trig_release() to free memory when the refcount hit to 0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49794",
"url": "https://www.suse.com/security/cve/CVE-2022-49794"
},
{
"category": "external",
"summary": "SUSE Bug 1242392 for CVE-2022-49794",
"url": "https://bugzilla.suse.com/1242392"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49794"
},
{
"cve": "CVE-2022-49796",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49796"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_gen_test_exit()\n\nWhen test_gen_kprobe_cmd() failed after kprobe_event_gen_cmd_end(), it\nwill goto delete, which will call kprobe_event_delete() and release the\ncorresponding resource. However, the trace_array in gen_kretprobe_test\nwill point to the invalid resource. Set gen_kretprobe_test to NULL\nafter called kprobe_event_delete() to prevent null-ptr-deref.\n\nBUG: kernel NULL pointer dereference, address: 0000000000000070\nPGD 0 P4D 0\nOops: 0000 [#1] SMP PTI\nCPU: 0 PID: 246 Comm: modprobe Tainted: G W\n6.1.0-rc1-00174-g9522dc5c87da-dirty #248\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS\nrel-1.15.0-0-g2dd4b9b3f840-prebuilt.qemu.org 04/01/2014\nRIP: 0010:__ftrace_set_clr_event_nolock+0x53/0x1b0\nCode: e8 82 26 fc ff 49 8b 1e c7 44 24 0c ea ff ff ff 49 39 de 0f 84 3c\n01 00 00 c7 44 24 18 00 00 00 00 e8 61 26 fc ff 48 8b 6b 10 \u003c44\u003e 8b 65\n70 4c 8b 6d 18 41 f7 c4 00 02 00 00 75 2f\nRSP: 0018:ffffc9000159fe00 EFLAGS: 00010293\nRAX: 0000000000000000 RBX: ffff88810971d268 RCX: 0000000000000000\nRDX: ffff8881080be600 RSI: ffffffff811b48ff RDI: ffff88810971d058\nRBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000001\nR10: ffffc9000159fe58 R11: 0000000000000001 R12: ffffffffa0001064\nR13: ffffffffa000106c R14: ffff88810971d238 R15: 0000000000000000\nFS: 00007f89eeff6540(0000) GS:ffff88813b600000(0000)\nknlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 0000000000000070 CR3: 000000010599e004 CR4: 0000000000330ef0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nCall Trace:\n \u003cTASK\u003e\n __ftrace_set_clr_event+0x3e/0x60\n trace_array_set_clr_event+0x35/0x50\n ? 0xffffffffa0000000\n kprobe_event_gen_test_exit+0xcd/0x10b [kprobe_event_gen_test]\n __x64_sys_delete_module+0x206/0x380\n ? lockdep_hardirqs_on_prepare+0xd8/0x190\n ? syscall_enter_from_user_mode+0x1c/0x50\n do_syscall_64+0x3f/0x90\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\nRIP: 0033:0x7f89eeb061b7",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49796",
"url": "https://www.suse.com/security/cve/CVE-2022-49796"
},
{
"category": "external",
"summary": "SUSE Bug 1242305 for CVE-2022-49796",
"url": "https://bugzilla.suse.com/1242305"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49796"
},
{
"cve": "CVE-2022-49797",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49797"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_event_gen_test_exit()\n\nWhen trace_get_event_file() failed, gen_kretprobe_test will be assigned\nas the error code. If module kprobe_event_gen_test is removed now, the\nnull pointer dereference will happen in kprobe_event_gen_test_exit().\nCheck if gen_kprobe_test or gen_kretprobe_test is error code or NULL\nbefore dereference them.\n\nBUG: kernel NULL pointer dereference, address: 0000000000000012\nPGD 0 P4D 0\nOops: 0000 [#1] SMP PTI\nCPU: 3 PID: 2210 Comm: modprobe Not tainted\n6.1.0-rc1-00171-g2159299a3b74-dirty #217\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS\nrel-1.15.0-0-g2dd4b9b3f840-prebuilt.qemu.org 04/01/2014\nRIP: 0010:kprobe_event_gen_test_exit+0x1c/0xb5 [kprobe_event_gen_test]\nCode: Unable to access opcode bytes at 0xffffffff9ffffff2.\nRSP: 0018:ffffc900015bfeb8 EFLAGS: 00010246\nRAX: ffffffffffffffea RBX: ffffffffa0002080 RCX: 0000000000000000\nRDX: ffffffffa0001054 RSI: ffffffffa0001064 RDI: ffffffffdfc6349c\nRBP: ffffffffa0000000 R08: 0000000000000004 R09: 00000000001e95c0\nR10: 0000000000000000 R11: 0000000000000001 R12: 0000000000000800\nR13: ffffffffa0002420 R14: 0000000000000000 R15: 0000000000000000\nFS: 00007f56b75be540(0000) GS:ffff88813bc00000(0000)\nknlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: ffffffff9ffffff2 CR3: 000000010874a006 CR4: 0000000000330ee0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nCall Trace:\n \u003cTASK\u003e\n __x64_sys_delete_module+0x206/0x380\n ? lockdep_hardirqs_on_prepare+0xd8/0x190\n ? syscall_enter_from_user_mode+0x1c/0x50\n do_syscall_64+0x3f/0x90\n entry_SYSCALL_64_after_hwframe+0x63/0xcd",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49797",
"url": "https://www.suse.com/security/cve/CVE-2022-49797"
},
{
"category": "external",
"summary": "SUSE Bug 1242320 for CVE-2022-49797",
"url": "https://bugzilla.suse.com/1242320"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49797"
},
{
"cve": "CVE-2022-49799",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49799"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntracing: Fix wild-memory-access in register_synth_event()\n\nIn register_synth_event(), if set_synth_event_print_fmt() failed, then\nboth trace_remove_event_call() and unregister_trace_event() will be\ncalled, which means the trace_event_call will call\n__unregister_trace_event() twice. As the result, the second unregister\nwill causes the wild-memory-access.\n\nregister_synth_event\n set_synth_event_print_fmt failed\n trace_remove_event_call\n event_remove\n if call-\u003eevent.funcs then\n __unregister_trace_event (first call)\n unregister_trace_event\n __unregister_trace_event (second call)\n\nFix the bug by avoiding to call the second __unregister_trace_event() by\nchecking if the first one is called.\n\ngeneral protection fault, probably for non-canonical address\n\t0xfbd59c0000000024: 0000 [#1] SMP KASAN PTI\nKASAN: maybe wild-memory-access in range\n[0xdead000000000120-0xdead000000000127]\nCPU: 0 PID: 3807 Comm: modprobe Not tainted\n6.1.0-rc1-00186-g76f33a7eedb4 #299\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS\nrel-1.15.0-0-g2dd4b9b3f840-prebuilt.qemu.org 04/01/2014\nRIP: 0010:unregister_trace_event+0x6e/0x280\nCode: 00 fc ff df 4c 89 ea 48 c1 ea 03 80 3c 02 00 0f 85 0e 02 00 00 48\nb8 00 00 00 00 00 fc ff df 4c 8b 63 08 4c 89 e2 48 c1 ea 03 \u003c80\u003e 3c 02\n00 0f 85 e2 01 00 00 49 89 2c 24 48 85 ed 74 28 e8 7a 9b\nRSP: 0018:ffff88810413f370 EFLAGS: 00010a06\nRAX: dffffc0000000000 RBX: ffff888105d050b0 RCX: 0000000000000000\nRDX: 1bd5a00000000024 RSI: ffff888119e276e0 RDI: ffffffff835a8b20\nRBP: dead000000000100 R08: 0000000000000000 R09: fffffbfff0913481\nR10: ffffffff8489a407 R11: fffffbfff0913480 R12: dead000000000122\nR13: ffff888105d050b8 R14: 0000000000000000 R15: ffff888105d05028\nFS: 00007f7823e8d540(0000) GS:ffff888119e00000(0000)\nknlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 00007f7823e7ebec CR3: 000000010a058002 CR4: 0000000000330ef0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nCall Trace:\n \u003cTASK\u003e\n __create_synth_event+0x1e37/0x1eb0\n create_or_delete_synth_event+0x110/0x250\n synth_event_run_command+0x2f/0x110\n test_gen_synth_cmd+0x170/0x2eb [synth_event_gen_test]\n synth_event_gen_test_init+0x76/0x9bc [synth_event_gen_test]\n do_one_initcall+0xdb/0x480\n do_init_module+0x1cf/0x680\n load_module+0x6a50/0x70a0\n __do_sys_finit_module+0x12f/0x1c0\n do_syscall_64+0x3f/0x90\n entry_SYSCALL_64_after_hwframe+0x63/0xcd",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49799",
"url": "https://www.suse.com/security/cve/CVE-2022-49799"
},
{
"category": "external",
"summary": "SUSE Bug 1242264 for CVE-2022-49799",
"url": "https://bugzilla.suse.com/1242264"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49799"
},
{
"cve": "CVE-2022-49800",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49800"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()\n\ntest_gen_synth_cmd() only free buf in fail path, hence buf will leak\nwhen there is no failure. Add kfree(buf) to prevent the memleak. The\nsame reason and solution in test_empty_synth_event().\n\nunreferenced object 0xffff8881127de000 (size 2048):\n comm \"modprobe\", pid 247, jiffies 4294972316 (age 78.756s)\n hex dump (first 32 bytes):\n 20 67 65 6e 5f 73 79 6e 74 68 5f 74 65 73 74 20 gen_synth_test\n 20 70 69 64 5f 74 20 6e 65 78 74 5f 70 69 64 5f pid_t next_pid_\n backtrace:\n [\u003c000000004254801a\u003e] kmalloc_trace+0x26/0x100\n [\u003c0000000039eb1cf5\u003e] 0xffffffffa00083cd\n [\u003c000000000e8c3bc8\u003e] 0xffffffffa00086ba\n [\u003c00000000c293d1ea\u003e] do_one_initcall+0xdb/0x480\n [\u003c00000000aa189e6d\u003e] do_init_module+0x1cf/0x680\n [\u003c00000000d513222b\u003e] load_module+0x6a50/0x70a0\n [\u003c000000001fd4d529\u003e] __do_sys_finit_module+0x12f/0x1c0\n [\u003c00000000b36c4c0f\u003e] do_syscall_64+0x3f/0x90\n [\u003c00000000bbf20cf3\u003e] entry_SYSCALL_64_after_hwframe+0x63/0xcd\nunreferenced object 0xffff8881127df000 (size 2048):\n comm \"modprobe\", pid 247, jiffies 4294972324 (age 78.728s)\n hex dump (first 32 bytes):\n 20 65 6d 70 74 79 5f 73 79 6e 74 68 5f 74 65 73 empty_synth_tes\n 74 20 20 70 69 64 5f 74 20 6e 65 78 74 5f 70 69 t pid_t next_pi\n backtrace:\n [\u003c000000004254801a\u003e] kmalloc_trace+0x26/0x100\n [\u003c00000000d4db9a3d\u003e] 0xffffffffa0008071\n [\u003c00000000c31354a5\u003e] 0xffffffffa00086ce\n [\u003c00000000c293d1ea\u003e] do_one_initcall+0xdb/0x480\n [\u003c00000000aa189e6d\u003e] do_init_module+0x1cf/0x680\n [\u003c00000000d513222b\u003e] load_module+0x6a50/0x70a0\n [\u003c000000001fd4d529\u003e] __do_sys_finit_module+0x12f/0x1c0\n [\u003c00000000b36c4c0f\u003e] do_syscall_64+0x3f/0x90\n [\u003c00000000bbf20cf3\u003e] entry_SYSCALL_64_after_hwframe+0x63/0xcd",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49800",
"url": "https://www.suse.com/security/cve/CVE-2022-49800"
},
{
"category": "external",
"summary": "SUSE Bug 1242265 for CVE-2022-49800",
"url": "https://bugzilla.suse.com/1242265"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49800"
},
{
"cve": "CVE-2022-49801",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49801"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntracing: Fix memory leak in tracing_read_pipe()\n\nkmemleak reports this issue:\n\nunreferenced object 0xffff888105a18900 (size 128):\n comm \"test_progs\", pid 18933, jiffies 4336275356 (age 22801.766s)\n hex dump (first 32 bytes):\n 25 73 00 90 81 88 ff ff 26 05 00 00 42 01 58 04 %s......\u0026...B.X.\n 03 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 ................\n backtrace:\n [\u003c00000000560143a1\u003e] __kmalloc_node_track_caller+0x4a/0x140\n [\u003c000000006af00822\u003e] krealloc+0x8d/0xf0\n [\u003c00000000c309be6a\u003e] trace_iter_expand_format+0x99/0x150\n [\u003c000000005a53bdb6\u003e] trace_check_vprintf+0x1e0/0x11d0\n [\u003c0000000065629d9d\u003e] trace_event_printf+0xb6/0xf0\n [\u003c000000009a690dc7\u003e] trace_raw_output_bpf_trace_printk+0x89/0xc0\n [\u003c00000000d22db172\u003e] print_trace_line+0x73c/0x1480\n [\u003c00000000cdba76ba\u003e] tracing_read_pipe+0x45c/0x9f0\n [\u003c0000000015b58459\u003e] vfs_read+0x17b/0x7c0\n [\u003c000000004aeee8ed\u003e] ksys_read+0xed/0x1c0\n [\u003c0000000063d3d898\u003e] do_syscall_64+0x3b/0x90\n [\u003c00000000a06dda7f\u003e] entry_SYSCALL_64_after_hwframe+0x63/0xcd\n\niter-\u003efmt alloced in\n tracing_read_pipe() -\u003e .. -\u003etrace_iter_expand_format(), but not\nfreed, to fix, add free in tracing_release_pipe()",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49801",
"url": "https://www.suse.com/security/cve/CVE-2022-49801"
},
{
"category": "external",
"summary": "SUSE Bug 1242338 for CVE-2022-49801",
"url": "https://bugzilla.suse.com/1242338"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49801"
},
{
"cve": "CVE-2022-49802",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49802"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nftrace: Fix null pointer dereference in ftrace_add_mod()\n\nThe @ftrace_mod is allocated by kzalloc(), so both the members {prev,next}\nof @ftrace_mode-\u003elist are NULL, it\u0027s not a valid state to call list_del().\nIf kstrdup() for @ftrace_mod-\u003e{func|module} fails, it goes to @out_free\ntag and calls free_ftrace_mod() to destroy @ftrace_mod, then list_del()\nwill write prev-\u003enext and next-\u003eprev, where null pointer dereference\nhappens.\n\nBUG: kernel NULL pointer dereference, address: 0000000000000008\nOops: 0002 [#1] PREEMPT SMP NOPTI\nCall Trace:\n \u003cTASK\u003e\n ftrace_mod_callback+0x20d/0x220\n ? do_filp_open+0xd9/0x140\n ftrace_process_regex.isra.51+0xbf/0x130\n ftrace_regex_write.isra.52.part.53+0x6e/0x90\n vfs_write+0xee/0x3a0\n ? __audit_filter_op+0xb1/0x100\n ? auditd_test_task+0x38/0x50\n ksys_write+0xa5/0xe0\n do_syscall_64+0x3a/0x90\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\nKernel panic - not syncing: Fatal exception\n\nSo call INIT_LIST_HEAD() to initialize the list member to fix this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49802",
"url": "https://www.suse.com/security/cve/CVE-2022-49802"
},
{
"category": "external",
"summary": "SUSE Bug 1242270 for CVE-2022-49802",
"url": "https://bugzilla.suse.com/1242270"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49802"
},
{
"cve": "CVE-2022-49807",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49807"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnvmet: fix a memory leak in nvmet_auth_set_key\n\nWhen changing dhchap secrets we need to release the old\nsecrets as well.\n\nkmemleak complaint:\n--\nunreferenced object 0xffff8c7f44ed8180 (size 64):\n comm \"check\", pid 7304, jiffies 4295686133 (age 72034.246s)\n hex dump (first 32 bytes):\n 44 48 48 43 2d 31 3a 30 30 3a 4c 64 4c 4f 64 71 DHHC-1:00:LdLOdq\n 79 56 69 67 77 48 55 32 6d 5a 59 4c 7a 35 59 38 yVigwHU2mZYLz5Y8\n backtrace:\n [\u003c00000000b6fc5071\u003e] kstrdup+0x2e/0x60\n [\u003c00000000f0f4633f\u003e] 0xffffffffc0e07ee6\n [\u003c0000000053006c05\u003e] 0xffffffffc0dff783\n [\u003c00000000419ae922\u003e] configfs_write_iter+0xb1/0x120\n [\u003c000000008183c424\u003e] vfs_write+0x2be/0x3c0\n [\u003c000000009005a2a5\u003e] ksys_write+0x5f/0xe0\n [\u003c00000000cd495c89\u003e] do_syscall_64+0x38/0x90\n [\u003c00000000f2a84ac5\u003e] entry_SYSCALL_64_after_hwframe+0x63/0xcd",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49807",
"url": "https://www.suse.com/security/cve/CVE-2022-49807"
},
{
"category": "external",
"summary": "SUSE Bug 1242357 for CVE-2022-49807",
"url": "https://bugzilla.suse.com/1242357"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49807"
},
{
"cve": "CVE-2022-49809",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49809"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/x25: Fix skb leak in x25_lapb_receive_frame()\n\nx25_lapb_receive_frame() using skb_copy() to get a private copy of\nskb, the new skb should be freed in the undersized/fragmented skb\nerror handling path. Otherwise there is a memory leak.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49809",
"url": "https://www.suse.com/security/cve/CVE-2022-49809"
},
{
"category": "external",
"summary": "SUSE Bug 1242402 for CVE-2022-49809",
"url": "https://bugzilla.suse.com/1242402"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49809"
},
{
"cve": "CVE-2022-49810",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49810"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfs: Fix missing xas_retry() calls in xarray iteration\n\nnetfslib has a number of places in which it performs iteration of an xarray\nwhilst being under the RCU read lock. It *should* call xas_retry() as the\nfirst thing inside of the loop and do \"continue\" if it returns true in case\nthe xarray walker passed out a special value indicating that the walk needs\nto be redone from the root[*].\n\nFix this by adding the missing retry checks.\n\n[*] I wonder if this should be done inside xas_find(), xas_next_node() and\n suchlike, but I\u0027m told that\u0027s not an simple change to effect.\n\nThis can cause an oops like that below. Note the faulting address - this\nis an internal value (|0x2) returned from xarray.\n\nBUG: kernel NULL pointer dereference, address: 0000000000000402\n...\nRIP: 0010:netfs_rreq_unlock+0xef/0x380 [netfs]\n...\nCall Trace:\n netfs_rreq_assess+0xa6/0x240 [netfs]\n netfs_readpage+0x173/0x3b0 [netfs]\n ? init_wait_var_entry+0x50/0x50\n filemap_read_page+0x33/0xf0\n filemap_get_pages+0x2f2/0x3f0\n filemap_read+0xaa/0x320\n ? do_filp_open+0xb2/0x150\n ? rmqueue+0x3be/0xe10\n ceph_read_iter+0x1fe/0x680 [ceph]\n ? new_sync_read+0x115/0x1a0\n new_sync_read+0x115/0x1a0\n vfs_read+0xf3/0x180\n ksys_read+0x5f/0xe0\n do_syscall_64+0x38/0x90\n entry_SYSCALL_64_after_hwframe+0x44/0xae\n\nChanges:\n========\nver #2)\n - Changed an unsigned int to a size_t to reduce the likelihood of an\n overflow as per Willy\u0027s suggestion.\n - Added an additional patch to fix the maths.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49810",
"url": "https://www.suse.com/security/cve/CVE-2022-49810"
},
{
"category": "external",
"summary": "SUSE Bug 1242489 for CVE-2022-49810",
"url": "https://bugzilla.suse.com/1242489"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49810"
},
{
"cve": "CVE-2022-49812",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49812"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbridge: switchdev: Fix memory leaks when changing VLAN protocol\n\nThe bridge driver can offload VLANs to the underlying hardware either\nvia switchdev or the 8021q driver. When the former is used, the VLAN is\nmarked in the bridge driver with the \u0027BR_VLFLAG_ADDED_BY_SWITCHDEV\u0027\nprivate flag.\n\nTo avoid the memory leaks mentioned in the cited commit, the bridge\ndriver will try to delete a VLAN via the 8021q driver if the VLAN is not\nmarked with the previously mentioned flag.\n\nWhen the VLAN protocol of the bridge changes, switchdev drivers are\nnotified via the \u0027SWITCHDEV_ATTR_ID_BRIDGE_VLAN_PROTOCOL\u0027 attribute, but\nthe 8021q driver is also called to add the existing VLANs with the new\nprotocol and delete them with the old protocol.\n\nIn case the VLANs were offloaded via switchdev, the above behavior is\nboth redundant and buggy. Redundant because the VLANs are already\nprogrammed in hardware and drivers that support VLAN protocol change\n(currently only mlx5) change the protocol upon the switchdev attribute\nnotification. Buggy because the 8021q driver is called despite these\nVLANs being marked with \u0027BR_VLFLAG_ADDED_BY_SWITCHDEV\u0027. This leads to\nmemory leaks [1] when the VLANs are deleted.\n\nFix by not calling the 8021q driver for VLANs that were already\nprogrammed via switchdev.\n\n[1]\nunreferenced object 0xffff8881f6771200 (size 256):\n comm \"ip\", pid 446855, jiffies 4298238841 (age 55.240s)\n hex dump (first 32 bytes):\n 00 00 7f 0e 83 88 ff ff 00 00 00 00 00 00 00 00 ................\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n backtrace:\n [\u003c00000000012819ac\u003e] vlan_vid_add+0x437/0x750\n [\u003c00000000f2281fad\u003e] __br_vlan_set_proto+0x289/0x920\n [\u003c000000000632b56f\u003e] br_changelink+0x3d6/0x13f0\n [\u003c0000000089d25f04\u003e] __rtnl_newlink+0x8ae/0x14c0\n [\u003c00000000f6276baf\u003e] rtnl_newlink+0x5f/0x90\n [\u003c00000000746dc902\u003e] rtnetlink_rcv_msg+0x336/0xa00\n [\u003c000000001c2241c0\u003e] netlink_rcv_skb+0x11d/0x340\n [\u003c0000000010588814\u003e] netlink_unicast+0x438/0x710\n [\u003c00000000e1a4cd5c\u003e] netlink_sendmsg+0x788/0xc40\n [\u003c00000000e8992d4e\u003e] sock_sendmsg+0xb0/0xe0\n [\u003c00000000621b8f91\u003e] ____sys_sendmsg+0x4ff/0x6d0\n [\u003c000000000ea26996\u003e] ___sys_sendmsg+0x12e/0x1b0\n [\u003c00000000684f7e25\u003e] __sys_sendmsg+0xab/0x130\n [\u003c000000004538b104\u003e] do_syscall_64+0x3d/0x90\n [\u003c0000000091ed9678\u003e] entry_SYSCALL_64_after_hwframe+0x46/0xb0",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49812",
"url": "https://www.suse.com/security/cve/CVE-2022-49812"
},
{
"category": "external",
"summary": "SUSE Bug 1242151 for CVE-2022-49812",
"url": "https://bugzilla.suse.com/1242151"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "low"
}
],
"title": "CVE-2022-49812"
},
{
"cve": "CVE-2022-49813",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49813"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: ena: Fix error handling in ena_init()\n\nThe ena_init() won\u0027t destroy workqueue created by\ncreate_singlethread_workqueue() when pci_register_driver() failed.\nCall destroy_workqueue() when pci_register_driver() failed to prevent the\nresource leak.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49813",
"url": "https://www.suse.com/security/cve/CVE-2022-49813"
},
{
"category": "external",
"summary": "SUSE Bug 1242497 for CVE-2022-49813",
"url": "https://bugzilla.suse.com/1242497"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49813"
},
{
"cve": "CVE-2022-49818",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49818"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmISDN: fix misuse of put_device() in mISDN_register_device()\n\nWe should not release reference by put_device() before calling device_initialize().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49818",
"url": "https://www.suse.com/security/cve/CVE-2022-49818"
},
{
"category": "external",
"summary": "SUSE Bug 1242527 for CVE-2022-49818",
"url": "https://bugzilla.suse.com/1242527"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49818"
},
{
"cve": "CVE-2022-49821",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49821"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmISDN: fix possible memory leak in mISDN_dsp_element_register()\n\nAfer commit 1fa5ae857bb1 (\"driver core: get rid of struct device\u0027s\nbus_id string array\"), the name of device is allocated dynamically,\nuse put_device() to give up the reference, so that the name can be\nfreed in kobject_cleanup() when the refcount is 0.\n\nThe \u0027entry\u0027 is going to be freed in mISDN_dsp_dev_release(), so the\nkfree() is removed. list_del() is called in mISDN_dsp_dev_release(),\nso it need be initialized.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49821",
"url": "https://www.suse.com/security/cve/CVE-2022-49821"
},
{
"category": "external",
"summary": "SUSE Bug 1242542 for CVE-2022-49821",
"url": "https://bugzilla.suse.com/1242542"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49821"
},
{
"cve": "CVE-2022-49822",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49822"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncifs: Fix connections leak when tlink setup failed\n\nIf the tlink setup failed, lost to put the connections, then\nthe module refcnt leak since the cifsd kthread not exit.\n\nAlso leak the fscache info, and for next mount with fsc, it will\nprint the follow errors:\n CIFS: Cache volume key already in use (cifs,127.0.0.1:445,TEST)\n\nLet\u0027s check the result of tlink setup, and do some cleanup.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49822",
"url": "https://www.suse.com/security/cve/CVE-2022-49822"
},
{
"category": "external",
"summary": "SUSE Bug 1242544 for CVE-2022-49822",
"url": "https://bugzilla.suse.com/1242544"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49822"
},
{
"cve": "CVE-2022-49823",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49823"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nata: libata-transport: fix error handling in ata_tdev_add()\n\nIn ata_tdev_add(), the return value of transport_add_device() is\nnot checked. As a result, it causes null-ptr-deref while removing\nthe module, because transport_remove_device() is called to remove\nthe device that was not added.\n\nUnable to handle kernel NULL pointer dereference at virtual address 00000000000000d0\nCPU: 13 PID: 13603 Comm: rmmod Kdump: loaded Tainted: G W 6.1.0-rc3+ #36\npstate: 60400009 (nZCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)\npc : device_del+0x48/0x3a0\nlr : device_del+0x44/0x3a0\nCall trace:\n device_del+0x48/0x3a0\n attribute_container_class_device_del+0x28/0x40\n transport_remove_classdev+0x60/0x7c\n attribute_container_device_trigger+0x118/0x120\n transport_remove_device+0x20/0x30\n ata_tdev_delete+0x24/0x50 [libata]\n ata_tlink_delete+0x40/0xa0 [libata]\n ata_tport_delete+0x2c/0x60 [libata]\n ata_port_detach+0x148/0x1b0 [libata]\n ata_pci_remove_one+0x50/0x80 [libata]\n ahci_remove_one+0x4c/0x8c [ahci]\n\nFix this by checking and handling return value of transport_add_device()\nin ata_tdev_add(). In the error path, device_del() is called to delete\nthe device which was added earlier in this function, and ata_tdev_free()\nis called to free ata_dev.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49823",
"url": "https://www.suse.com/security/cve/CVE-2022-49823"
},
{
"category": "external",
"summary": "SUSE Bug 1242545 for CVE-2022-49823",
"url": "https://bugzilla.suse.com/1242545"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49823"
},
{
"cve": "CVE-2022-49824",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49824"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nata: libata-transport: fix error handling in ata_tlink_add()\n\nIn ata_tlink_add(), the return value of transport_add_device() is\nnot checked. As a result, it causes null-ptr-deref while removing\nthe module, because transport_remove_device() is called to remove\nthe device that was not added.\n\nUnable to handle kernel NULL pointer dereference at virtual address 00000000000000d0\nCPU: 33 PID: 13850 Comm: rmmod Kdump: loaded Tainted: G W 6.1.0-rc3+ #12\npstate: 60400009 (nZCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)\npc : device_del+0x48/0x39c\nlr : device_del+0x44/0x39c\nCall trace:\n device_del+0x48/0x39c\n attribute_container_class_device_del+0x28/0x40\n transport_remove_classdev+0x60/0x7c\n attribute_container_device_trigger+0x118/0x120\n transport_remove_device+0x20/0x30\n ata_tlink_delete+0x88/0xb0 [libata]\n ata_tport_delete+0x2c/0x60 [libata]\n ata_port_detach+0x148/0x1b0 [libata]\n ata_pci_remove_one+0x50/0x80 [libata]\n ahci_remove_one+0x4c/0x8c [ahci]\n\nFix this by checking and handling return value of transport_add_device()\nin ata_tlink_add().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49824",
"url": "https://www.suse.com/security/cve/CVE-2022-49824"
},
{
"category": "external",
"summary": "SUSE Bug 1242547 for CVE-2022-49824",
"url": "https://bugzilla.suse.com/1242547"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49824"
},
{
"cve": "CVE-2022-49825",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49825"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nata: libata-transport: fix error handling in ata_tport_add()\n\nIn ata_tport_add(), the return value of transport_add_device() is\nnot checked. As a result, it causes null-ptr-deref while removing\nthe module, because transport_remove_device() is called to remove\nthe device that was not added.\n\nUnable to handle kernel NULL pointer dereference at virtual address 00000000000000d0\nCPU: 12 PID: 13605 Comm: rmmod Kdump: loaded Tainted: G W 6.1.0-rc3+ #8\npstate: 60400009 (nZCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)\npc : device_del+0x48/0x39c\nlr : device_del+0x44/0x39c\nCall trace:\n device_del+0x48/0x39c\n attribute_container_class_device_del+0x28/0x40\n transport_remove_classdev+0x60/0x7c\n attribute_container_device_trigger+0x118/0x120\n transport_remove_device+0x20/0x30\n ata_tport_delete+0x34/0x60 [libata]\n ata_port_detach+0x148/0x1b0 [libata]\n ata_pci_remove_one+0x50/0x80 [libata]\n ahci_remove_one+0x4c/0x8c [ahci]\n\nFix this by checking and handling return value of transport_add_device()\nin ata_tport_add().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49825",
"url": "https://www.suse.com/security/cve/CVE-2022-49825"
},
{
"category": "external",
"summary": "SUSE Bug 1242548 for CVE-2022-49825",
"url": "https://bugzilla.suse.com/1242548"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49825"
},
{
"cve": "CVE-2022-49826",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49826"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nata: libata-transport: fix double ata_host_put() in ata_tport_add()\n\nIn the error path in ata_tport_add(), when calling put_device(),\nata_tport_release() is called, it will put the refcount of \u0027ap-\u003ehost\u0027.\n\nAnd then ata_host_put() is called again, the refcount is decreased\nto 0, ata_host_release() is called, all ports are freed and set to\nnull.\n\nWhen unbinding the device after failure, ata_host_stop() is called\nto release the resources, it leads a null-ptr-deref(), because all\nthe ports all freed and null.\n\nUnable to handle kernel NULL pointer dereference at virtual address 0000000000000008\nCPU: 7 PID: 18671 Comm: modprobe Kdump: loaded Tainted: G E 6.1.0-rc3+ #8\npstate: 80400009 (Nzcv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)\npc : ata_host_stop+0x3c/0x84 [libata]\nlr : release_nodes+0x64/0xd0\nCall trace:\n ata_host_stop+0x3c/0x84 [libata]\n release_nodes+0x64/0xd0\n devres_release_all+0xbc/0x1b0\n device_unbind_cleanup+0x20/0x70\n really_probe+0x158/0x320\n __driver_probe_device+0x84/0x120\n driver_probe_device+0x44/0x120\n __driver_attach+0xb4/0x220\n bus_for_each_dev+0x78/0xdc\n driver_attach+0x2c/0x40\n bus_add_driver+0x184/0x240\n driver_register+0x80/0x13c\n __pci_register_driver+0x4c/0x60\n ahci_pci_driver_init+0x30/0x1000 [ahci]\n\nFix this by removing redundant ata_host_put() in the error path.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49826",
"url": "https://www.suse.com/security/cve/CVE-2022-49826"
},
{
"category": "external",
"summary": "SUSE Bug 1242549 for CVE-2022-49826",
"url": "https://bugzilla.suse.com/1242549"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49826"
},
{
"cve": "CVE-2022-49827",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49827"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm: Fix potential null-ptr-deref in drm_vblank_destroy_worker()\n\ndrm_vblank_init() call drmm_add_action_or_reset() with\ndrm_vblank_init_release() as action. If __drmm_add_action() failed, will\ndirectly call drm_vblank_init_release() with the vblank whose worker is\nNULL. As the resule, a null-ptr-deref will happen in\nkthread_destroy_worker(). Add the NULL check before calling\ndrm_vblank_destroy_worker().\n\nBUG: null-ptr-deref\nKASAN: null-ptr-deref in range [0x0000000000000068-0x000000000000006f]\nCPU: 5 PID: 961 Comm: modprobe Not tainted 6.0.0-11331-gd465bff130bf-dirty\nRIP: 0010:kthread_destroy_worker+0x25/0xb0\n Call Trace:\n \u003cTASK\u003e\n drm_vblank_init_release+0x124/0x220 [drm]\n ? drm_crtc_vblank_restore+0x8b0/0x8b0 [drm]\n __drmm_add_action_or_reset+0x41/0x50 [drm]\n drm_vblank_init+0x282/0x310 [drm]\n vkms_init+0x35f/0x1000 [vkms]\n ? 0xffffffffc4508000\n ? lock_is_held_type+0xd7/0x130\n ? __kmem_cache_alloc_node+0x1c2/0x2b0\n ? lock_is_held_type+0xd7/0x130\n ? 0xffffffffc4508000\n do_one_initcall+0xd0/0x4f0\n ...\n do_syscall_64+0x35/0x80\n entry_SYSCALL_64_after_hwframe+0x46/0xb0",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49827",
"url": "https://www.suse.com/security/cve/CVE-2022-49827"
},
{
"category": "external",
"summary": "SUSE Bug 1242689 for CVE-2022-49827",
"url": "https://bugzilla.suse.com/1242689"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49827"
},
{
"cve": "CVE-2022-49830",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49830"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/drv: Fix potential memory leak in drm_dev_init()\n\ndrm_dev_init() will add drm_dev_init_release() as a callback. When\ndrmm_add_action() failed, the release function won\u0027t be added. As the\nresult, the ref cnt added by device_get() in drm_dev_init() won\u0027t be put\nby drm_dev_init_release(), which leads to the memleak. Use\ndrmm_add_action_or_reset() instead of drmm_add_action() to prevent\nmemleak.\n\nunreferenced object 0xffff88810bc0c800 (size 2048):\n comm \"modprobe\", pid 8322, jiffies 4305809845 (age 15.292s)\n hex dump (first 32 bytes):\n e8 cc c0 0b 81 88 ff ff ff ff ff ff 00 00 00 00 ................\n 20 24 3c 0c 81 88 ff ff 18 c8 c0 0b 81 88 ff ff $\u003c.............\n backtrace:\n [\u003c000000007251f72d\u003e] __kmalloc+0x4b/0x1c0\n [\u003c0000000045f21f26\u003e] platform_device_alloc+0x2d/0xe0\n [\u003c000000004452a479\u003e] platform_device_register_full+0x24/0x1c0\n [\u003c0000000089f4ea61\u003e] 0xffffffffa0736051\n [\u003c00000000235b2441\u003e] do_one_initcall+0x7a/0x380\n [\u003c0000000001a4a177\u003e] do_init_module+0x5c/0x230\n [\u003c000000002bf8a8e2\u003e] load_module+0x227d/0x2420\n [\u003c00000000637d6d0a\u003e] __do_sys_finit_module+0xd5/0x140\n [\u003c00000000c99fc324\u003e] do_syscall_64+0x3f/0x90\n [\u003c000000004d85aa77\u003e] entry_SYSCALL_64_after_hwframe+0x63/0xcd",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49830",
"url": "https://www.suse.com/security/cve/CVE-2022-49830"
},
{
"category": "external",
"summary": "SUSE Bug 1242150 for CVE-2022-49830",
"url": "https://bugzilla.suse.com/1242150"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "low"
}
],
"title": "CVE-2022-49830"
},
{
"cve": "CVE-2022-49832",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49832"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\npinctrl: devicetree: fix null pointer dereferencing in pinctrl_dt_to_map\n\nHere is the BUG report by KASAN about null pointer dereference:\n\nBUG: KASAN: null-ptr-deref in strcmp+0x2e/0x50\nRead of size 1 at addr 0000000000000000 by task python3/2640\nCall Trace:\n strcmp\n __of_find_property\n of_find_property\n pinctrl_dt_to_map\n\nkasprintf() would return NULL pointer when kmalloc() fail to allocate.\nSo directly return ENOMEM, if kasprintf() return NULL pointer.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49832",
"url": "https://www.suse.com/security/cve/CVE-2022-49832"
},
{
"category": "external",
"summary": "SUSE Bug 1242154 for CVE-2022-49832",
"url": "https://bugzilla.suse.com/1242154"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49832"
},
{
"cve": "CVE-2022-49834",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49834"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnilfs2: fix use-after-free bug of ns_writer on remount\n\nIf a nilfs2 filesystem is downgraded to read-only due to metadata\ncorruption on disk and is remounted read/write, or if emergency read-only\nremount is performed, detaching a log writer and synchronizing the\nfilesystem can be done at the same time.\n\nIn these cases, use-after-free of the log writer (hereinafter\nnilfs-\u003ens_writer) can happen as shown in the scenario below:\n\n Task1 Task2\n -------------------------------- ------------------------------\n nilfs_construct_segment\n nilfs_segctor_sync\n init_wait\n init_waitqueue_entry\n add_wait_queue\n schedule\n nilfs_remount (R/W remount case)\n\t\t\t\t nilfs_attach_log_writer\n nilfs_detach_log_writer\n nilfs_segctor_destroy\n kfree\n finish_wait\n _raw_spin_lock_irqsave\n __raw_spin_lock_irqsave\n do_raw_spin_lock\n debug_spin_lock_before \u003c-- use-after-free\n\nWhile Task1 is sleeping, nilfs-\u003ens_writer is freed by Task2. After Task1\nwaked up, Task1 accesses nilfs-\u003ens_writer which is already freed. This\nscenario diagram is based on the Shigeru Yoshida\u0027s post [1].\n\nThis patch fixes the issue by not detaching nilfs-\u003ens_writer on remount so\nthat this UAF race doesn\u0027t happen. Along with this change, this patch\nalso inserts a few necessary read-only checks with superblock instance\nwhere only the ns_writer pointer was used to check if the filesystem is\nread-only.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49834",
"url": "https://www.suse.com/security/cve/CVE-2022-49834"
},
{
"category": "external",
"summary": "SUSE Bug 1242695 for CVE-2022-49834",
"url": "https://bugzilla.suse.com/1242695"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "important"
}
],
"title": "CVE-2022-49834"
},
{
"cve": "CVE-2022-49835",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49835"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: hda: fix potential memleak in \u0027add_widget_node\u0027\n\nAs \u0027kobject_add\u0027 may allocated memory for \u0027kobject-\u003ename\u0027 when return error.\nAnd in this function, if call \u0027kobject_add\u0027 failed didn\u0027t free kobject.\nSo call \u0027kobject_put\u0027 to recycling resources.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49835",
"url": "https://www.suse.com/security/cve/CVE-2022-49835"
},
{
"category": "external",
"summary": "SUSE Bug 1242385 for CVE-2022-49835",
"url": "https://bugzilla.suse.com/1242385"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49835"
},
{
"cve": "CVE-2022-49836",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49836"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsiox: fix possible memory leak in siox_device_add()\n\nIf device_register() returns error in siox_device_add(),\nthe name allocated by dev_set_name() need be freed. As\ncomment of device_register() says, it should use put_device()\nto give up the reference in the error path. So fix this\nby calling put_device(), then the name can be freed in\nkobject_cleanup(), and sdevice is freed in siox_device_release(),\nset it to null in error path.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49836",
"url": "https://www.suse.com/security/cve/CVE-2022-49836"
},
{
"category": "external",
"summary": "SUSE Bug 1242355 for CVE-2022-49836",
"url": "https://bugzilla.suse.com/1242355"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49836"
},
{
"cve": "CVE-2022-49839",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49839"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: scsi_transport_sas: Fix error handling in sas_phy_add()\n\nIf transport_add_device() fails in sas_phy_add(), the kernel will crash\ntrying to delete the device in transport_remove_device() called from\nsas_remove_host().\n\nUnable to handle kernel NULL pointer dereference at virtual address 0000000000000108\nCPU: 61 PID: 42829 Comm: rmmod Kdump: loaded Tainted: G W 6.1.0-rc1+ #173\npstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)\npc : device_del+0x54/0x3d0\nlr : device_del+0x37c/0x3d0\nCall trace:\n device_del+0x54/0x3d0\n attribute_container_class_device_del+0x28/0x38\n transport_remove_classdev+0x6c/0x80\n attribute_container_device_trigger+0x108/0x110\n transport_remove_device+0x28/0x38\n sas_phy_delete+0x30/0x60 [scsi_transport_sas]\n do_sas_phy_delete+0x6c/0x80 [scsi_transport_sas]\n device_for_each_child+0x68/0xb0\n sas_remove_children+0x40/0x50 [scsi_transport_sas]\n sas_remove_host+0x20/0x38 [scsi_transport_sas]\n hisi_sas_remove+0x40/0x68 [hisi_sas_main]\n hisi_sas_v2_remove+0x20/0x30 [hisi_sas_v2_hw]\n platform_remove+0x2c/0x60\n\nFix this by checking and handling return value of transport_add_device()\nin sas_phy_add().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49839",
"url": "https://www.suse.com/security/cve/CVE-2022-49839"
},
{
"category": "external",
"summary": "SUSE Bug 1242443 for CVE-2022-49839",
"url": "https://bugzilla.suse.com/1242443"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49839"
},
{
"cve": "CVE-2022-49841",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49841"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nserial: imx: Add missing .thaw_noirq hook\n\nThe following warning is seen with non-console UART instance when\nsystem hibernates.\n\n[ 37.371969] ------------[ cut here ]------------\n[ 37.376599] uart3_root_clk already disabled\n[ 37.380810] WARNING: CPU: 0 PID: 296 at drivers/clk/clk.c:952 clk_core_disable+0xa4/0xb0\n...\n[ 37.506986] Call trace:\n[ 37.509432] clk_core_disable+0xa4/0xb0\n[ 37.513270] clk_disable+0x34/0x50\n[ 37.516672] imx_uart_thaw+0x38/0x5c\n[ 37.520250] platform_pm_thaw+0x30/0x6c\n[ 37.524089] dpm_run_callback.constprop.0+0x3c/0xd4\n[ 37.528972] device_resume+0x7c/0x160\n[ 37.532633] dpm_resume+0xe8/0x230\n[ 37.536036] hibernation_snapshot+0x288/0x430\n[ 37.540397] hibernate+0x10c/0x2e0\n[ 37.543798] state_store+0xc4/0xd0\n[ 37.547203] kobj_attr_store+0x1c/0x30\n[ 37.550953] sysfs_kf_write+0x48/0x60\n[ 37.554619] kernfs_fop_write_iter+0x118/0x1ac\n[ 37.559063] new_sync_write+0xe8/0x184\n[ 37.562812] vfs_write+0x230/0x290\n[ 37.566214] ksys_write+0x68/0xf4\n[ 37.569529] __arm64_sys_write+0x20/0x2c\n[ 37.573452] invoke_syscall.constprop.0+0x50/0xf0\n[ 37.578156] do_el0_svc+0x11c/0x150\n[ 37.581648] el0_svc+0x30/0x140\n[ 37.584792] el0t_64_sync_handler+0xe8/0xf0\n[ 37.588976] el0t_64_sync+0x1a0/0x1a4\n[ 37.592639] ---[ end trace 56e22eec54676d75 ]---\n\nOn hibernating, pm core calls into related hooks in sequence like:\n\n .freeze\n .freeze_noirq\n .thaw_noirq\n .thaw\n\nWith .thaw_noirq hook being absent, the clock will be disabled in a\nunbalanced call which results the warning above.\n\n imx_uart_freeze()\n clk_prepare_enable()\n imx_uart_suspend_noirq()\n clk_disable()\n imx_uart_thaw\n clk_disable_unprepare()\n\nAdding the missing .thaw_noirq hook as imx_uart_resume_noirq() will have\nthe call sequence corrected as below and thus fix the warning.\n\n imx_uart_freeze()\n clk_prepare_enable()\n imx_uart_suspend_noirq()\n clk_disable()\n imx_uart_resume_noirq()\n clk_enable()\n imx_uart_thaw\n clk_disable_unprepare()",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49841",
"url": "https://www.suse.com/security/cve/CVE-2022-49841"
},
{
"category": "external",
"summary": "SUSE Bug 1242473 for CVE-2022-49841",
"url": "https://bugzilla.suse.com/1242473"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49841"
},
{
"cve": "CVE-2022-49842",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49842"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nASoC: core: Fix use-after-free in snd_soc_exit()\n\nKASAN reports a use-after-free:\n\nBUG: KASAN: use-after-free in device_del+0xb5b/0xc60\nRead of size 8 at addr ffff888008655050 by task rmmod/387\nCPU: 2 PID: 387 Comm: rmmod\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996)\nCall Trace:\n\u003cTASK\u003e\ndump_stack_lvl+0x79/0x9a\nprint_report+0x17f/0x47b\nkasan_report+0xbb/0xf0\ndevice_del+0xb5b/0xc60\nplatform_device_del.part.0+0x24/0x200\nplatform_device_unregister+0x2e/0x40\nsnd_soc_exit+0xa/0x22 [snd_soc_core]\n__do_sys_delete_module.constprop.0+0x34f/0x5b0\ndo_syscall_64+0x3a/0x90\nentry_SYSCALL_64_after_hwframe+0x63/0xcd\n...\n\u003c/TASK\u003e\n\nIt\u0027s bacause in snd_soc_init(), snd_soc_util_init() is possble to fail,\nbut its ret is ignored, which makes soc_dummy_dev unregistered twice.\n\nsnd_soc_init()\n snd_soc_util_init()\n platform_device_register_simple(soc_dummy_dev)\n platform_driver_register() # fail\n \tplatform_device_unregister(soc_dummy_dev)\n platform_driver_register() # success\n...\nsnd_soc_exit()\n snd_soc_util_exit()\n # soc_dummy_dev will be unregistered for second time\n\nTo fix it, handle error and stop snd_soc_init() when util_init() fail.\nAlso clean debugfs when util_init() or driver_register() fail.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49842",
"url": "https://www.suse.com/security/cve/CVE-2022-49842"
},
{
"category": "external",
"summary": "SUSE Bug 1242484 for CVE-2022-49842",
"url": "https://bugzilla.suse.com/1242484"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49842"
},
{
"cve": "CVE-2022-49845",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49845"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncan: j1939: j1939_send_one(): fix missing CAN header initialization\n\nThe read access to struct canxl_frame::len inside of a j1939 created\nskbuff revealed a missing initialization of reserved and later filled\nelements in struct can_frame.\n\nThis patch initializes the 8 byte CAN header with zero.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49845",
"url": "https://www.suse.com/security/cve/CVE-2022-49845"
},
{
"category": "external",
"summary": "SUSE Bug 1243133 for CVE-2022-49845",
"url": "https://bugzilla.suse.com/1243133"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49845"
},
{
"cve": "CVE-2022-49846",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49846"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nudf: Fix a slab-out-of-bounds write bug in udf_find_entry()\n\nSyzbot reported a slab-out-of-bounds Write bug:\n\nloop0: detected capacity change from 0 to 2048\n==================================================================\nBUG: KASAN: slab-out-of-bounds in udf_find_entry+0x8a5/0x14f0\nfs/udf/namei.c:253\nWrite of size 105 at addr ffff8880123ff896 by task syz-executor323/3610\n\nCPU: 0 PID: 3610 Comm: syz-executor323 Not tainted\n6.1.0-rc2-syzkaller-00105-gb229b6ca5abb #0\nHardware name: Google Compute Engine/Google Compute Engine, BIOS\nGoogle 10/11/2022\nCall Trace:\n \u003cTASK\u003e\n __dump_stack lib/dump_stack.c:88 [inline]\n dump_stack_lvl+0x1b1/0x28e lib/dump_stack.c:106\n print_address_description+0x74/0x340 mm/kasan/report.c:284\n print_report+0x107/0x1f0 mm/kasan/report.c:395\n kasan_report+0xcd/0x100 mm/kasan/report.c:495\n kasan_check_range+0x2a7/0x2e0 mm/kasan/generic.c:189\n memcpy+0x3c/0x60 mm/kasan/shadow.c:66\n udf_find_entry+0x8a5/0x14f0 fs/udf/namei.c:253\n udf_lookup+0xef/0x340 fs/udf/namei.c:309\n lookup_open fs/namei.c:3391 [inline]\n open_last_lookups fs/namei.c:3481 [inline]\n path_openat+0x10e6/0x2df0 fs/namei.c:3710\n do_filp_open+0x264/0x4f0 fs/namei.c:3740\n do_sys_openat2+0x124/0x4e0 fs/open.c:1310\n do_sys_open fs/open.c:1326 [inline]\n __do_sys_creat fs/open.c:1402 [inline]\n __se_sys_creat fs/open.c:1396 [inline]\n __x64_sys_creat+0x11f/0x160 fs/open.c:1396\n do_syscall_x64 arch/x86/entry/common.c:50 [inline]\n do_syscall_64+0x3d/0xb0 arch/x86/entry/common.c:80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\nRIP: 0033:0x7ffab0d164d9\nCode: ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 48 89 f8 48 89\nf7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 \u003c48\u003e 3d 01\nf0 ff ff 73 01 c3 48 c7 c1 c0 ff ff ff f7 d8 64 89 01 48\nRSP: 002b:00007ffe1a7e6bb8 EFLAGS: 00000246 ORIG_RAX: 0000000000000055\nRAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007ffab0d164d9\nRDX: 00007ffab0d164d9 RSI: 0000000000000000 RDI: 0000000020000180\nRBP: 00007ffab0cd5a10 R08: 0000000000000000 R09: 0000000000000000\nR10: 00005555573552c0 R11: 0000000000000246 R12: 00007ffab0cd5aa0\nR13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000\n \u003c/TASK\u003e\n\nAllocated by task 3610:\n kasan_save_stack mm/kasan/common.c:45 [inline]\n kasan_set_track+0x3d/0x60 mm/kasan/common.c:52\n ____kasan_kmalloc mm/kasan/common.c:371 [inline]\n __kasan_kmalloc+0x97/0xb0 mm/kasan/common.c:380\n kmalloc include/linux/slab.h:576 [inline]\n udf_find_entry+0x7b6/0x14f0 fs/udf/namei.c:243\n udf_lookup+0xef/0x340 fs/udf/namei.c:309\n lookup_open fs/namei.c:3391 [inline]\n open_last_lookups fs/namei.c:3481 [inline]\n path_openat+0x10e6/0x2df0 fs/namei.c:3710\n do_filp_open+0x264/0x4f0 fs/namei.c:3740\n do_sys_openat2+0x124/0x4e0 fs/open.c:1310\n do_sys_open fs/open.c:1326 [inline]\n __do_sys_creat fs/open.c:1402 [inline]\n __se_sys_creat fs/open.c:1396 [inline]\n __x64_sys_creat+0x11f/0x160 fs/open.c:1396\n do_syscall_x64 arch/x86/entry/common.c:50 [inline]\n do_syscall_64+0x3d/0xb0 arch/x86/entry/common.c:80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\n\nThe buggy address belongs to the object at ffff8880123ff800\n which belongs to the cache kmalloc-256 of size 256\nThe buggy address is located 150 bytes inside of\n 256-byte region [ffff8880123ff800, ffff8880123ff900)\n\nThe buggy address belongs to the physical page:\npage:ffffea000048ff80 refcount:1 mapcount:0 mapping:0000000000000000\nindex:0x0 pfn:0x123fe\nhead:ffffea000048ff80 order:1 compound_mapcount:0 compound_pincount:0\nflags: 0xfff00000010200(slab|head|node=0|zone=1|lastcpupid=0x7ff)\nraw: 00fff00000010200 ffffea00004b8500 dead000000000003 ffff888012041b40\nraw: 0000000000000000 0000000080100010 00000001ffffffff 0000000000000000\npage dumped because: kasan: bad access detected\npage_owner tracks the page as allocated\npage last allocated via order 0, migratetype Unmovable, gfp_mask 0x0(),\npid 1, tgid 1 (swapper/0), ts 1841222404, free_ts 0\n create_dummy_stack mm/page_owner.c:\n---truncated---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49846",
"url": "https://www.suse.com/security/cve/CVE-2022-49846"
},
{
"category": "external",
"summary": "SUSE Bug 1242716 for CVE-2022-49846",
"url": "https://bugzilla.suse.com/1242716"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49846"
},
{
"cve": "CVE-2022-49850",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49850"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnilfs2: fix deadlock in nilfs_count_free_blocks()\n\nA semaphore deadlock can occur if nilfs_get_block() detects metadata\ncorruption while locating data blocks and a superblock writeback occurs at\nthe same time:\n\ntask 1 task 2\n------ ------\n* A file operation *\nnilfs_truncate()\n nilfs_get_block()\n down_read(rwsem A) \u003c--\n nilfs_bmap_lookup_contig()\n ... generic_shutdown_super()\n nilfs_put_super()\n * Prepare to write superblock *\n down_write(rwsem B) \u003c--\n nilfs_cleanup_super()\n * Detect b-tree corruption * nilfs_set_log_cursor()\n nilfs_bmap_convert_error() nilfs_count_free_blocks()\n __nilfs_error() down_read(rwsem A) \u003c--\n nilfs_set_error()\n down_write(rwsem B) \u003c--\n\n *** DEADLOCK ***\n\nHere, nilfs_get_block() readlocks rwsem A (= NILFS_MDT(dat_inode)-\u003emi_sem)\nand then calls nilfs_bmap_lookup_contig(), but if it fails due to metadata\ncorruption, __nilfs_error() is called from nilfs_bmap_convert_error()\ninside the lock section.\n\nSince __nilfs_error() calls nilfs_set_error() unless the filesystem is\nread-only and nilfs_set_error() attempts to writelock rwsem B (=\nnilfs-\u003ens_sem) to write back superblock exclusively, hierarchical lock\nacquisition occurs in the order rwsem A -\u003e rwsem B.\n\nNow, if another task starts updating the superblock, it may writelock\nrwsem B during the lock sequence above, and can deadlock trying to\nreadlock rwsem A in nilfs_count_free_blocks().\n\nHowever, there is actually no need to take rwsem A in\nnilfs_count_free_blocks() because it, within the lock section, only reads\na single integer data on a shared struct with\nnilfs_sufile_get_ncleansegs(). This has been the case after commit\naa474a220180 (\"nilfs2: add local variable to cache the number of clean\nsegments\"), that is, even before this bug was introduced.\n\nSo, this resolves the deadlock problem by just not taking the semaphore in\nnilfs_count_free_blocks().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49850",
"url": "https://www.suse.com/security/cve/CVE-2022-49850"
},
{
"category": "external",
"summary": "SUSE Bug 1242164 for CVE-2022-49850",
"url": "https://bugzilla.suse.com/1242164"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49850"
},
{
"cve": "CVE-2022-49853",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49853"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: macvlan: fix memory leaks of macvlan_common_newlink\n\nkmemleak reports memory leaks in macvlan_common_newlink, as follows:\n\n ip link add link eth0 name .. type macvlan mode source macaddr add\n \u003cMAC-ADDR\u003e\n\nkmemleak reports:\n\nunreferenced object 0xffff8880109bb140 (size 64):\n comm \"ip\", pid 284, jiffies 4294986150 (age 430.108s)\n hex dump (first 32 bytes):\n 00 00 00 00 00 00 00 00 b8 aa 5a 12 80 88 ff ff ..........Z.....\n 80 1b fa 0d 80 88 ff ff 1e ff ac af c7 c1 6b 6b ..............kk\n backtrace:\n [\u003cffffffff813e06a7\u003e] kmem_cache_alloc_trace+0x1c7/0x300\n [\u003cffffffff81b66025\u003e] macvlan_hash_add_source+0x45/0xc0\n [\u003cffffffff81b66a67\u003e] macvlan_changelink_sources+0xd7/0x170\n [\u003cffffffff81b6775c\u003e] macvlan_common_newlink+0x38c/0x5a0\n [\u003cffffffff81b6797e\u003e] macvlan_newlink+0xe/0x20\n [\u003cffffffff81d97f8f\u003e] __rtnl_newlink+0x7af/0xa50\n [\u003cffffffff81d98278\u003e] rtnl_newlink+0x48/0x70\n ...\n\nIn the scenario where the macvlan mode is configured as \u0027source\u0027,\nmacvlan_changelink_sources() will be execured to reconfigure list of\nremote source mac addresses, at the same time, if register_netdevice()\nreturn an error, the resource generated by macvlan_changelink_sources()\nis not cleaned up.\n\nUsing this patch, in the case of an error, it will execute\nmacvlan_flush_sources() to ensure that the resource is cleaned up.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49853",
"url": "https://www.suse.com/security/cve/CVE-2022-49853"
},
{
"category": "external",
"summary": "SUSE Bug 1242688 for CVE-2022-49853",
"url": "https://bugzilla.suse.com/1242688"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49853"
},
{
"cve": "CVE-2022-49858",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49858"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nocteontx2-pf: Fix SQE threshold checking\n\nCurrent way of checking available SQE count which is based on\nHW updated SQB count could result in driver submitting an SQE\neven before CQE for the previously transmitted SQE at the same\nindex is processed in NAPI resulting losing SKB pointers,\nhence a leak. Fix this by checking a consumer index which\nis updated once CQE is processed.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49858",
"url": "https://www.suse.com/security/cve/CVE-2022-49858"
},
{
"category": "external",
"summary": "SUSE Bug 1242589 for CVE-2022-49858",
"url": "https://bugzilla.suse.com/1242589"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49858"
},
{
"cve": "CVE-2022-49860",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49860"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndmaengine: ti: k3-udma-glue: fix memory leak when register device fail\n\nIf device_register() fails, it should call put_device() to give\nup reference, the name allocated in dev_set_name() can be freed\nin callback function kobject_cleanup().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49860",
"url": "https://www.suse.com/security/cve/CVE-2022-49860"
},
{
"category": "external",
"summary": "SUSE Bug 1242586 for CVE-2022-49860",
"url": "https://bugzilla.suse.com/1242586"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49860"
},
{
"cve": "CVE-2022-49861",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49861"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove()\n\nA clk_prepare_enable() call in the probe is not balanced by a corresponding\nclk_disable_unprepare() in the remove function.\n\nAdd the missing call.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49861",
"url": "https://www.suse.com/security/cve/CVE-2022-49861"
},
{
"category": "external",
"summary": "SUSE Bug 1242580 for CVE-2022-49861",
"url": "https://bugzilla.suse.com/1242580"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49861"
},
{
"cve": "CVE-2022-49863",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49863"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncan: af_can: fix NULL pointer dereference in can_rx_register()\n\nIt causes NULL pointer dereference when testing as following:\n(a) use syscall(__NR_socket, 0x10ul, 3ul, 0) to create netlink socket.\n(b) use syscall(__NR_sendmsg, ...) to create bond link device and vxcan\n link device, and bind vxcan device to bond device (can also use\n ifenslave command to bind vxcan device to bond device).\n(c) use syscall(__NR_socket, 0x1dul, 3ul, 1) to create CAN socket.\n(d) use syscall(__NR_bind, ...) to bind the bond device to CAN socket.\n\nThe bond device invokes the can-raw protocol registration interface to\nreceive CAN packets. However, ml_priv is not allocated to the dev,\ndev_rcv_lists is assigned to NULL in can_rx_register(). In this case,\nit will occur the NULL pointer dereference issue.\n\nThe following is the stack information:\nBUG: kernel NULL pointer dereference, address: 0000000000000008\nPGD 122a4067 P4D 122a4067 PUD 1223c067 PMD 0\nOops: 0000 [#1] PREEMPT SMP\nRIP: 0010:can_rx_register+0x12d/0x1e0\nCall Trace:\n\u003cTASK\u003e\nraw_enable_filters+0x8d/0x120\nraw_enable_allfilters+0x3b/0x130\nraw_bind+0x118/0x4f0\n__sys_bind+0x163/0x1a0\n__x64_sys_bind+0x1e/0x30\ndo_syscall_64+0x35/0x80\nentry_SYSCALL_64_after_hwframe+0x63/0xcd\n\u003c/TASK\u003e",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49863",
"url": "https://www.suse.com/security/cve/CVE-2022-49863"
},
{
"category": "external",
"summary": "SUSE Bug 1242169 for CVE-2022-49863",
"url": "https://bugzilla.suse.com/1242169"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49863"
},
{
"cve": "CVE-2022-49864",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49864"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amdkfd: Fix NULL pointer dereference in svm_migrate_to_ram()\n\n./drivers/gpu/drm/amd/amdkfd/kfd_migrate.c:985:58-62: ERROR: p is NULL but dereferenced.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49864",
"url": "https://www.suse.com/security/cve/CVE-2022-49864"
},
{
"category": "external",
"summary": "SUSE Bug 1242685 for CVE-2022-49864",
"url": "https://bugzilla.suse.com/1242685"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49864"
},
{
"cve": "CVE-2022-49865",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49865"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network\n\nWhen copying a `struct ifaddrlblmsg` to the network, __ifal_reserved\nremained uninitialized, resulting in a 1-byte infoleak:\n\n BUG: KMSAN: kernel-network-infoleak in __netdev_start_xmit ./include/linux/netdevice.h:4841\n __netdev_start_xmit ./include/linux/netdevice.h:4841\n netdev_start_xmit ./include/linux/netdevice.h:4857\n xmit_one net/core/dev.c:3590\n dev_hard_start_xmit+0x1dc/0x800 net/core/dev.c:3606\n __dev_queue_xmit+0x17e8/0x4350 net/core/dev.c:4256\n dev_queue_xmit ./include/linux/netdevice.h:3009\n __netlink_deliver_tap_skb net/netlink/af_netlink.c:307\n __netlink_deliver_tap+0x728/0xad0 net/netlink/af_netlink.c:325\n netlink_deliver_tap net/netlink/af_netlink.c:338\n __netlink_sendskb net/netlink/af_netlink.c:1263\n netlink_sendskb+0x1d9/0x200 net/netlink/af_netlink.c:1272\n netlink_unicast+0x56d/0xf50 net/netlink/af_netlink.c:1360\n nlmsg_unicast ./include/net/netlink.h:1061\n rtnl_unicast+0x5a/0x80 net/core/rtnetlink.c:758\n ip6addrlbl_get+0xfad/0x10f0 net/ipv6/addrlabel.c:628\n rtnetlink_rcv_msg+0xb33/0x1570 net/core/rtnetlink.c:6082\n ...\n Uninit was created at:\n slab_post_alloc_hook+0x118/0xb00 mm/slab.h:742\n slab_alloc_node mm/slub.c:3398\n __kmem_cache_alloc_node+0x4f2/0x930 mm/slub.c:3437\n __do_kmalloc_node mm/slab_common.c:954\n __kmalloc_node_track_caller+0x117/0x3d0 mm/slab_common.c:975\n kmalloc_reserve net/core/skbuff.c:437\n __alloc_skb+0x27a/0xab0 net/core/skbuff.c:509\n alloc_skb ./include/linux/skbuff.h:1267\n nlmsg_new ./include/net/netlink.h:964\n ip6addrlbl_get+0x490/0x10f0 net/ipv6/addrlabel.c:608\n rtnetlink_rcv_msg+0xb33/0x1570 net/core/rtnetlink.c:6082\n netlink_rcv_skb+0x299/0x550 net/netlink/af_netlink.c:2540\n rtnetlink_rcv+0x26/0x30 net/core/rtnetlink.c:6109\n netlink_unicast_kernel net/netlink/af_netlink.c:1319\n netlink_unicast+0x9ab/0xf50 net/netlink/af_netlink.c:1345\n netlink_sendmsg+0xebc/0x10f0 net/netlink/af_netlink.c:1921\n ...\n\nThis patch ensures that the reserved field is always initialized.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49865",
"url": "https://www.suse.com/security/cve/CVE-2022-49865"
},
{
"category": "external",
"summary": "SUSE Bug 1242570 for CVE-2022-49865",
"url": "https://bugzilla.suse.com/1242570"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49865"
},
{
"cve": "CVE-2022-49868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49868"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nphy: ralink: mt7621-pci: add sentinel to quirks table\n\nWith mt7621 soc_dev_attr fixed to register the soc as a device,\nkernel will experience an oops in soc_device_match_attr\n\nThis quirk test was introduced in the staging driver in\ncommit 9445ccb3714c (\"staging: mt7621-pci-phy: add quirks for \u0027E2\u0027\nrevision using \u0027soc_device_attribute\u0027\"). The staging driver was removed,\nand later re-added in commit d87da32372a0 (\"phy: ralink: Add PHY driver\nfor MT7621 PCIe PHY\") for kernel 5.11",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49868",
"url": "https://www.suse.com/security/cve/CVE-2022-49868"
},
{
"category": "external",
"summary": "SUSE Bug 1242550 for CVE-2022-49868",
"url": "https://bugzilla.suse.com/1242550"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "low"
}
],
"title": "CVE-2022-49868"
},
{
"cve": "CVE-2022-49869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49869"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbnxt_en: Fix possible crash in bnxt_hwrm_set_coal()\n\nDuring the error recovery sequence, the rtnl_lock is not held for the\nentire duration and some datastructures may be freed during the sequence.\nCheck for the BNXT_STATE_OPEN flag instead of netif_running() to ensure\nthat the device is fully operational before proceeding to reconfigure\nthe coalescing settings.\n\nThis will fix a possible crash like this:\n\nBUG: unable to handle kernel NULL pointer dereference at 0000000000000000\nPGD 0 P4D 0\nOops: 0000 [#1] SMP NOPTI\nCPU: 10 PID: 181276 Comm: ethtool Kdump: loaded Tainted: G IOE --------- - - 4.18.0-348.el8.x86_64 #1\nHardware name: Dell Inc. PowerEdge R740/0F9N89, BIOS 2.3.10 08/15/2019\nRIP: 0010:bnxt_hwrm_set_coal+0x1fb/0x2a0 [bnxt_en]\nCode: c2 66 83 4e 22 08 66 89 46 1c e8 10 cb 00 00 41 83 c6 01 44 39 b3 68 01 00 00 0f 8e a3 00 00 00 48 8b 93 c8 00 00 00 49 63 c6 \u003c48\u003e 8b 2c c2 48 8b 85 b8 02 00 00 48 85 c0 74 2e 48 8b 74 24 08 f6\nRSP: 0018:ffffb11c8dcaba50 EFLAGS: 00010246\nRAX: 0000000000000000 RBX: ffff8d168a8b0ac0 RCX: 00000000000000c5\nRDX: 0000000000000000 RSI: ffff8d162f72c000 RDI: ffff8d168a8b0b28\nRBP: 0000000000000000 R08: b6e1f68a12e9a7eb R09: 0000000000000000\nR10: 0000000000000001 R11: 0000000000000037 R12: ffff8d168a8b109c\nR13: ffff8d168a8b10aa R14: 0000000000000000 R15: ffffffffc01ac4e0\nFS: 00007f3852e4c740(0000) GS:ffff8d24c0080000(0000) knlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 0000000000000000 CR3: 000000041b3ee003 CR4: 00000000007706e0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nPKRU: 55555554\nCall Trace:\n ethnl_set_coalesce+0x3ce/0x4c0\n genl_family_rcv_msg_doit.isra.15+0x10f/0x150\n genl_family_rcv_msg+0xb3/0x160\n ? coalesce_fill_reply+0x480/0x480\n genl_rcv_msg+0x47/0x90\n ? genl_family_rcv_msg+0x160/0x160\n netlink_rcv_skb+0x4c/0x120\n genl_rcv+0x24/0x40\n netlink_unicast+0x196/0x230\n netlink_sendmsg+0x204/0x3d0\n sock_sendmsg+0x4c/0x50\n __sys_sendto+0xee/0x160\n ? syscall_trace_enter+0x1d3/0x2c0\n ? __audit_syscall_exit+0x249/0x2a0\n __x64_sys_sendto+0x24/0x30\n do_syscall_64+0x5b/0x1a0\n entry_SYSCALL_64_after_hwframe+0x65/0xca\nRIP: 0033:0x7f38524163bb",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49869",
"url": "https://www.suse.com/security/cve/CVE-2022-49869"
},
{
"category": "external",
"summary": "SUSE Bug 1242158 for CVE-2022-49869",
"url": "https://bugzilla.suse.com/1242158"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49869"
},
{
"cve": "CVE-2022-49870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49870"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncapabilities: fix undefined behavior in bit shift for CAP_TO_MASK\n\nShifting signed 32-bit value by 31 bits is undefined, so changing\nsignificant bit to unsigned. The UBSAN warning calltrace like below:\n\nUBSAN: shift-out-of-bounds in security/commoncap.c:1252:2\nleft shift of 1 by 31 places cannot be represented in type \u0027int\u0027\nCall Trace:\n \u003cTASK\u003e\n dump_stack_lvl+0x7d/0xa5\n dump_stack+0x15/0x1b\n ubsan_epilogue+0xe/0x4e\n __ubsan_handle_shift_out_of_bounds+0x1e7/0x20c\n cap_task_prctl+0x561/0x6f0\n security_task_prctl+0x5a/0xb0\n __x64_sys_prctl+0x61/0x8f0\n do_syscall_64+0x58/0x80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\n \u003c/TASK\u003e",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49870",
"url": "https://www.suse.com/security/cve/CVE-2022-49870"
},
{
"category": "external",
"summary": "SUSE Bug 1242551 for CVE-2022-49870",
"url": "https://bugzilla.suse.com/1242551"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "low"
}
],
"title": "CVE-2022-49870"
},
{
"cve": "CVE-2022-49871",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49871"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: tun: Fix memory leaks of napi_get_frags\n\nkmemleak reports after running test_progs:\n\nunreferenced object 0xffff8881b1672dc0 (size 232):\n comm \"test_progs\", pid 394388, jiffies 4354712116 (age 841.975s)\n hex dump (first 32 bytes):\n e0 84 d7 a8 81 88 ff ff 80 2c 67 b1 81 88 ff ff .........,g.....\n 00 40 c5 9b 81 88 ff ff 00 00 00 00 00 00 00 00 .@..............\n backtrace:\n [\u003c00000000c8f01748\u003e] napi_skb_cache_get+0xd4/0x150\n [\u003c0000000041c7fc09\u003e] __napi_build_skb+0x15/0x50\n [\u003c00000000431c7079\u003e] __napi_alloc_skb+0x26e/0x540\n [\u003c000000003ecfa30e\u003e] napi_get_frags+0x59/0x140\n [\u003c0000000099b2199e\u003e] tun_get_user+0x183d/0x3bb0 [tun]\n [\u003c000000008a5adef0\u003e] tun_chr_write_iter+0xc0/0x1b1 [tun]\n [\u003c0000000049993ff4\u003e] do_iter_readv_writev+0x19f/0x320\n [\u003c000000008f338ea2\u003e] do_iter_write+0x135/0x630\n [\u003c000000008a3377a4\u003e] vfs_writev+0x12e/0x440\n [\u003c00000000a6b5639a\u003e] do_writev+0x104/0x280\n [\u003c00000000ccf065d8\u003e] do_syscall_64+0x3b/0x90\n [\u003c00000000d776e329\u003e] entry_SYSCALL_64_after_hwframe+0x63/0xcd\n\nThe issue occurs in the following scenarios:\ntun_get_user()\n napi_gro_frags()\n napi_frags_finish()\n case GRO_NORMAL:\n gro_normal_one()\n list_add_tail(\u0026skb-\u003elist, \u0026napi-\u003erx_list);\n \u003c-- While napi-\u003erx_count \u003c READ_ONCE(gro_normal_batch),\n \u003c-- gro_normal_list() is not called, napi-\u003erx_list is not empty\n \u003c-- not ask to complete the gro work, will cause memory leaks in\n \u003c-- following tun_napi_del()\n...\ntun_napi_del()\n netif_napi_del()\n __netif_napi_del()\n \u003c-- \u0026napi-\u003erx_list is not empty, which caused memory leaks\n\nTo fix, add napi_complete() after napi_gro_frags().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49871",
"url": "https://www.suse.com/security/cve/CVE-2022-49871"
},
{
"category": "external",
"summary": "SUSE Bug 1242558 for CVE-2022-49871",
"url": "https://bugzilla.suse.com/1242558"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49871"
},
{
"cve": "CVE-2022-49874",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49874"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: hyperv: fix possible memory leak in mousevsc_probe()\n\nIf hid_add_device() returns error, it should call hid_destroy_device()\nto free hid_dev which is allocated in hid_allocate_device().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49874",
"url": "https://www.suse.com/security/cve/CVE-2022-49874"
},
{
"category": "external",
"summary": "SUSE Bug 1242478 for CVE-2022-49874",
"url": "https://bugzilla.suse.com/1242478"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49874"
},
{
"cve": "CVE-2022-49879",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49879"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix BUG_ON() when directory entry has invalid rec_len\n\nThe rec_len field in the directory entry has to be a multiple of 4. A\ncorrupted filesystem image can be used to hit a BUG() in\next4_rec_len_to_disk(), called from make_indexed_dir().\n\n ------------[ cut here ]------------\n kernel BUG at fs/ext4/ext4.h:2413!\n ...\n RIP: 0010:make_indexed_dir+0x53f/0x5f0\n ...\n Call Trace:\n \u003cTASK\u003e\n ? add_dirent_to_buf+0x1b2/0x200\n ext4_add_entry+0x36e/0x480\n ext4_add_nondir+0x2b/0xc0\n ext4_create+0x163/0x200\n path_openat+0x635/0xe90\n do_filp_open+0xb4/0x160\n ? __create_object.isra.0+0x1de/0x3b0\n ? _raw_spin_unlock+0x12/0x30\n do_sys_openat2+0x91/0x150\n __x64_sys_open+0x6c/0xa0\n do_syscall_64+0x3c/0x80\n entry_SYSCALL_64_after_hwframe+0x46/0xb0\n\nThe fix simply adds a call to ext4_check_dir_entry() to validate the\ndirectory entry, returning -EFSCORRUPTED if the entry is invalid.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49879",
"url": "https://www.suse.com/security/cve/CVE-2022-49879"
},
{
"category": "external",
"summary": "SUSE Bug 1242733 for CVE-2022-49879",
"url": "https://bugzilla.suse.com/1242733"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49879"
},
{
"cve": "CVE-2022-49880",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49880"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix warning in \u0027ext4_da_release_space\u0027\n\nSyzkaller report issue as follows:\nEXT4-fs (loop0): Free/Dirty block details\nEXT4-fs (loop0): free_blocks=0\nEXT4-fs (loop0): dirty_blocks=0\nEXT4-fs (loop0): Block reservation details\nEXT4-fs (loop0): i_reserved_data_blocks=0\nEXT4-fs warning (device loop0): ext4_da_release_space:1527: ext4_da_release_space: ino 18, to_free 1 with only 0 reserved data blocks\n------------[ cut here ]------------\nWARNING: CPU: 0 PID: 92 at fs/ext4/inode.c:1528 ext4_da_release_space+0x25e/0x370 fs/ext4/inode.c:1524\nModules linked in:\nCPU: 0 PID: 92 Comm: kworker/u4:4 Not tainted 6.0.0-syzkaller-09423-g493ffd6605b2 #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 09/22/2022\nWorkqueue: writeback wb_workfn (flush-7:0)\nRIP: 0010:ext4_da_release_space+0x25e/0x370 fs/ext4/inode.c:1528\nRSP: 0018:ffffc900015f6c90 EFLAGS: 00010296\nRAX: 42215896cd52ea00 RBX: 0000000000000000 RCX: 42215896cd52ea00\nRDX: 0000000000000000 RSI: 0000000080000001 RDI: 0000000000000000\nRBP: 1ffff1100e907d96 R08: ffffffff816aa79d R09: fffff520002bece5\nR10: fffff520002bece5 R11: 1ffff920002bece4 R12: ffff888021fd2000\nR13: ffff88807483ecb0 R14: 0000000000000001 R15: ffff88807483e740\nFS: 0000000000000000(0000) GS:ffff8880b9a00000(0000) knlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 00005555569ba628 CR3: 000000000c88e000 CR4: 00000000003506f0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nCall Trace:\n \u003cTASK\u003e\n ext4_es_remove_extent+0x1ab/0x260 fs/ext4/extents_status.c:1461\n mpage_release_unused_pages+0x24d/0xef0 fs/ext4/inode.c:1589\n ext4_writepages+0x12eb/0x3be0 fs/ext4/inode.c:2852\n do_writepages+0x3c3/0x680 mm/page-writeback.c:2469\n __writeback_single_inode+0xd1/0x670 fs/fs-writeback.c:1587\n writeback_sb_inodes+0xb3b/0x18f0 fs/fs-writeback.c:1870\n wb_writeback+0x41f/0x7b0 fs/fs-writeback.c:2044\n wb_do_writeback fs/fs-writeback.c:2187 [inline]\n wb_workfn+0x3cb/0xef0 fs/fs-writeback.c:2227\n process_one_work+0x877/0xdb0 kernel/workqueue.c:2289\n worker_thread+0xb14/0x1330 kernel/workqueue.c:2436\n kthread+0x266/0x300 kernel/kthread.c:376\n ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:306\n \u003c/TASK\u003e\n\nAbove issue may happens as follows:\next4_da_write_begin\n ext4_create_inline_data\n ext4_clear_inode_flag(inode, EXT4_INODE_EXTENTS);\n ext4_set_inode_flag(inode, EXT4_INODE_INLINE_DATA);\n__ext4_ioctl\n ext4_ext_migrate -\u003e will lead to eh-\u003eeh_entries not zero, and set extent flag\next4_da_write_begin\n ext4_da_convert_inline_data_to_extent\n ext4_da_write_inline_data_begin\n ext4_da_map_blocks\n ext4_insert_delayed_block\n\t if (!ext4_es_scan_clu(inode, \u0026ext4_es_is_delonly, lblk))\n\t if (!ext4_es_scan_clu(inode, \u0026ext4_es_is_mapped, lblk))\n\t ext4_clu_mapped(inode, EXT4_B2C(sbi, lblk)); -\u003e will return 1\n\t allocated = true;\n ext4_es_insert_delayed_block(inode, lblk, allocated);\next4_writepages\n mpage_map_and_submit_extent(handle, \u0026mpd, \u0026give_up_on_write); -\u003e return -ENOSPC\n mpage_release_unused_pages(\u0026mpd, give_up_on_write); -\u003e give_up_on_write == 1\n ext4_es_remove_extent\n ext4_da_release_space(inode, reserved);\n if (unlikely(to_free \u003e ei-\u003ei_reserved_data_blocks))\n\t -\u003e to_free == 1 but ei-\u003ei_reserved_data_blocks == 0\n\t -\u003e then trigger warning as above\n\nTo solve above issue, forbid inode do migrate which has inline data.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49880",
"url": "https://www.suse.com/security/cve/CVE-2022-49880"
},
{
"category": "external",
"summary": "SUSE Bug 1242734 for CVE-2022-49880",
"url": "https://bugzilla.suse.com/1242734"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49880"
},
{
"cve": "CVE-2022-49881",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49881"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: cfg80211: fix memory leak in query_regdb_file()\n\nIn the function query_regdb_file() the alpha2 parameter is duplicated\nusing kmemdup() and subsequently freed in regdb_fw_cb(). However,\nrequest_firmware_nowait() can fail without calling regdb_fw_cb() and\nthus leak memory.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49881",
"url": "https://www.suse.com/security/cve/CVE-2022-49881"
},
{
"category": "external",
"summary": "SUSE Bug 1242481 for CVE-2022-49881",
"url": "https://bugzilla.suse.com/1242481"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49881"
},
{
"cve": "CVE-2022-49885",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49885"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nACPI: APEI: Fix integer overflow in ghes_estatus_pool_init()\n\nChange num_ghes from int to unsigned int, preventing an overflow\nand causing subsequent vmalloc() to fail.\n\nThe overflow happens in ghes_estatus_pool_init() when calculating\nlen during execution of the statement below as both multiplication\noperands here are signed int:\n\nlen += (num_ghes * GHES_ESOURCE_PREALLOC_MAX_SIZE);\n\nThe following call trace is observed because of this bug:\n\n[ 9.317108] swapper/0: vmalloc error: size 18446744071562596352, exceeds total pages, mode:0xcc0(GFP_KERNEL), nodemask=(null),cpuset=/,mems_allowed=0-1\n[ 9.317131] Call Trace:\n[ 9.317134] \u003cTASK\u003e\n[ 9.317137] dump_stack_lvl+0x49/0x5f\n[ 9.317145] dump_stack+0x10/0x12\n[ 9.317146] warn_alloc.cold+0x7b/0xdf\n[ 9.317150] ? __device_attach+0x16a/0x1b0\n[ 9.317155] __vmalloc_node_range+0x702/0x740\n[ 9.317160] ? device_add+0x17f/0x920\n[ 9.317164] ? dev_set_name+0x53/0x70\n[ 9.317166] ? platform_device_add+0xf9/0x240\n[ 9.317168] __vmalloc_node+0x49/0x50\n[ 9.317170] ? ghes_estatus_pool_init+0x43/0xa0\n[ 9.317176] vmalloc+0x21/0x30\n[ 9.317177] ghes_estatus_pool_init+0x43/0xa0\n[ 9.317179] acpi_hest_init+0x129/0x19c\n[ 9.317185] acpi_init+0x434/0x4a4\n[ 9.317188] ? acpi_sleep_proc_init+0x2a/0x2a\n[ 9.317190] do_one_initcall+0x48/0x200\n[ 9.317195] kernel_init_freeable+0x221/0x284\n[ 9.317200] ? rest_init+0xe0/0xe0\n[ 9.317204] kernel_init+0x1a/0x130\n[ 9.317205] ret_from_fork+0x22/0x30\n[ 9.317208] \u003c/TASK\u003e\n\n[ rjw: Subject and changelog edits ]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49885",
"url": "https://www.suse.com/security/cve/CVE-2022-49885"
},
{
"category": "external",
"summary": "SUSE Bug 1242735 for CVE-2022-49885",
"url": "https://bugzilla.suse.com/1242735"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49885"
},
{
"cve": "CVE-2022-49887",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49887"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmedia: meson: vdec: fix possible refcount leak in vdec_probe()\n\nv4l2_device_unregister need to be called to put the refcount got by\nv4l2_device_register when vdec_probe fails or vdec_remove is called.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49887",
"url": "https://www.suse.com/security/cve/CVE-2022-49887"
},
{
"category": "external",
"summary": "SUSE Bug 1242736 for CVE-2022-49887",
"url": "https://bugzilla.suse.com/1242736"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49887"
},
{
"cve": "CVE-2022-49888",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49888"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\narm64: entry: avoid kprobe recursion\n\nThe cortex_a76_erratum_1463225_debug_handler() function is called when\nhandling debug exceptions (and synchronous exceptions from BRK\ninstructions), and so is called when a probed function executes. If the\ncompiler does not inline cortex_a76_erratum_1463225_debug_handler(), it\ncan be probed.\n\nIf cortex_a76_erratum_1463225_debug_handler() is probed, any debug\nexception or software breakpoint exception will result in recursive\nexceptions leading to a stack overflow. This can be triggered with the\nftrace multiple_probes selftest, and as per the example splat below.\n\nThis is a regression caused by commit:\n\n 6459b8469753e9fe (\"arm64: entry: consolidate Cortex-A76 erratum 1463225 workaround\")\n\n... which removed the NOKPROBE_SYMBOL() annotation associated with the\nfunction.\n\nMy intent was that cortex_a76_erratum_1463225_debug_handler() would be\ninlined into its caller, el1_dbg(), which is marked noinstr and cannot\nbe probed. Mark cortex_a76_erratum_1463225_debug_handler() as\n__always_inline to ensure this.\n\nExample splat prior to this patch (with recursive entries elided):\n\n| # echo p cortex_a76_erratum_1463225_debug_handler \u003e /sys/kernel/debug/tracing/kprobe_events\n| # echo p do_el0_svc \u003e\u003e /sys/kernel/debug/tracing/kprobe_events\n| # echo 1 \u003e /sys/kernel/debug/tracing/events/kprobes/enable\n| Insufficient stack space to handle exception!\n| ESR: 0x0000000096000047 -- DABT (current EL)\n| FAR: 0xffff800009cefff0\n| Task stack: [0xffff800009cf0000..0xffff800009cf4000]\n| IRQ stack: [0xffff800008000000..0xffff800008004000]\n| Overflow stack: [0xffff00007fbc00f0..0xffff00007fbc10f0]\n| CPU: 0 PID: 145 Comm: sh Not tainted 6.0.0 #2\n| Hardware name: linux,dummy-virt (DT)\n| pstate: 604003c5 (nZCv DAIF +PAN -UAO -TCO -DIT -SSBS BTYPE=--)\n| pc : arm64_enter_el1_dbg+0x4/0x20\n| lr : el1_dbg+0x24/0x5c\n| sp : ffff800009cf0000\n| x29: ffff800009cf0000 x28: ffff000002c74740 x27: 0000000000000000\n| x26: 0000000000000000 x25: 0000000000000000 x24: 0000000000000000\n| x23: 00000000604003c5 x22: ffff80000801745c x21: 0000aaaac95ac068\n| x20: 00000000f2000004 x19: ffff800009cf0040 x18: 0000000000000000\n| x17: 0000000000000000 x16: 0000000000000000 x15: 0000000000000000\n| x14: 0000000000000000 x13: 0000000000000000 x12: 0000000000000000\n| x11: 0000000000000010 x10: ffff800008c87190 x9 : ffff800008ca00d0\n| x8 : 000000000000003c x7 : 0000000000000000 x6 : 0000000000000000\n| x5 : 0000000000000000 x4 : 0000000000000000 x3 : 00000000000043a4\n| x2 : 00000000f2000004 x1 : 00000000f2000004 x0 : ffff800009cf0040\n| Kernel panic - not syncing: kernel stack overflow\n| CPU: 0 PID: 145 Comm: sh Not tainted 6.0.0 #2\n| Hardware name: linux,dummy-virt (DT)\n| Call trace:\n| dump_backtrace+0xe4/0x104\n| show_stack+0x18/0x4c\n| dump_stack_lvl+0x64/0x7c\n| dump_stack+0x18/0x38\n| panic+0x14c/0x338\n| test_taint+0x0/0x2c\n| panic_bad_stack+0x104/0x118\n| handle_bad_stack+0x34/0x48\n| __bad_stack+0x78/0x7c\n| arm64_enter_el1_dbg+0x4/0x20\n| el1h_64_sync_handler+0x40/0x98\n| el1h_64_sync+0x64/0x68\n| cortex_a76_erratum_1463225_debug_handler+0x0/0x34\n...\n| el1h_64_sync_handler+0x40/0x98\n| el1h_64_sync+0x64/0x68\n| cortex_a76_erratum_1463225_debug_handler+0x0/0x34\n...\n| el1h_64_sync_handler+0x40/0x98\n| el1h_64_sync+0x64/0x68\n| cortex_a76_erratum_1463225_debug_handler+0x0/0x34\n| el1h_64_sync_handler+0x40/0x98\n| el1h_64_sync+0x64/0x68\n| do_el0_svc+0x0/0x28\n| el0t_64_sync_handler+0x84/0xf0\n| el0t_64_sync+0x18c/0x190\n| Kernel Offset: disabled\n| CPU features: 0x0080,00005021,19001080\n| Memory Limit: none\n| ---[ end Kernel panic - not syncing: kernel stack overflow ]---\n\nWith this patch, cortex_a76_erratum_1463225_debug_handler() is inlined\ninto el1_dbg(), and el1_dbg() cannot be probed:\n\n| # echo p cortex_a76_erratum_1463225_debug_handler \u003e /sys/kernel/debug/tracing/kprobe_events\n| sh: write error: No such file or directory\n| # grep -w cortex_a76_errat\n---truncated---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49888",
"url": "https://www.suse.com/security/cve/CVE-2022-49888"
},
{
"category": "external",
"summary": "SUSE Bug 1242458 for CVE-2022-49888",
"url": "https://bugzilla.suse.com/1242458"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49888"
},
{
"cve": "CVE-2022-49889",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49889"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nring-buffer: Check for NULL cpu_buffer in ring_buffer_wake_waiters()\n\nOn some machines the number of listed CPUs may be bigger than the actual\nCPUs that exist. The tracing subsystem allocates a per_cpu directory with\naccess to the per CPU ring buffer via a cpuX file. But to save space, the\nring buffer will only allocate buffers for online CPUs, even though the\nCPU array will be as big as the nr_cpu_ids.\n\nWith the addition of waking waiters on the ring buffer when closing the\nfile, the ring_buffer_wake_waiters() now needs to make sure that the\nbuffer is allocated (with the irq_work allocated with it) before trying to\nwake waiters, as it will cause a NULL pointer dereference.\n\nWhile debugging this, I added a NULL check for the buffer itself (which is\nOK to do), and also NULL pointer checks against buffer-\u003ebuffers (which is\nnot fine, and will WARN) as well as making sure the CPU number passed in\nis within the nr_cpu_ids (which is also not fine if it isn\u0027t).\n\n\nBugzilla: https://bugzilla.opensuse.org/show_bug.cgi?id=1204705",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49889",
"url": "https://www.suse.com/security/cve/CVE-2022-49889"
},
{
"category": "external",
"summary": "SUSE Bug 1242455 for CVE-2022-49889",
"url": "https://bugzilla.suse.com/1242455"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49889"
},
{
"cve": "CVE-2022-49890",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49890"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncapabilities: fix potential memleak on error path from vfs_getxattr_alloc()\n\nIn cap_inode_getsecurity(), we will use vfs_getxattr_alloc() to\ncomplete the memory allocation of tmpbuf, if we have completed\nthe memory allocation of tmpbuf, but failed to call handler-\u003eget(...),\nthere will be a memleak in below logic:\n\n |-- ret = (int)vfs_getxattr_alloc(mnt_userns, ...)\n | /* ^^^ alloc for tmpbuf */\n |-- value = krealloc(*xattr_value, error + 1, flags)\n | /* ^^^ alloc memory */\n |-- error = handler-\u003eget(handler, ...)\n | /* error! */\n |-- *xattr_value = value\n | /* xattr_value is \u0026tmpbuf (memory leak!) */\n\nSo we will try to free(tmpbuf) after vfs_getxattr_alloc() fails to fix it.\n\n[PM: subject line and backtrace tweaks]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49890",
"url": "https://www.suse.com/security/cve/CVE-2022-49890"
},
{
"category": "external",
"summary": "SUSE Bug 1242469 for CVE-2022-49890",
"url": "https://bugzilla.suse.com/1242469"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49890"
},
{
"cve": "CVE-2022-49891",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49891"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntracing: kprobe: Fix memory leak in test_gen_kprobe/kretprobe_cmd()\n\ntest_gen_kprobe_cmd() only free buf in fail path, hence buf will leak\nwhen there is no failure. Move kfree(buf) from fail path to common path\nto prevent the memleak. The same reason and solution in\ntest_gen_kretprobe_cmd().\n\nunreferenced object 0xffff888143b14000 (size 2048):\n comm \"insmod\", pid 52490, jiffies 4301890980 (age 40.553s)\n hex dump (first 32 bytes):\n 70 3a 6b 70 72 6f 62 65 73 2f 67 65 6e 5f 6b 70 p:kprobes/gen_kp\n 72 6f 62 65 5f 74 65 73 74 20 64 6f 5f 73 79 73 robe_test do_sys\n backtrace:\n [\u003c000000006d7b836b\u003e] kmalloc_trace+0x27/0xa0\n [\u003c0000000009528b5b\u003e] 0xffffffffa059006f\n [\u003c000000008408b580\u003e] do_one_initcall+0x87/0x2a0\n [\u003c00000000c4980a7e\u003e] do_init_module+0xdf/0x320\n [\u003c00000000d775aad0\u003e] load_module+0x3006/0x3390\n [\u003c00000000e9a74b80\u003e] __do_sys_finit_module+0x113/0x1b0\n [\u003c000000003726480d\u003e] do_syscall_64+0x35/0x80\n [\u003c000000003441e93b\u003e] entry_SYSCALL_64_after_hwframe+0x46/0xb0",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49891",
"url": "https://www.suse.com/security/cve/CVE-2022-49891"
},
{
"category": "external",
"summary": "SUSE Bug 1242456 for CVE-2022-49891",
"url": "https://bugzilla.suse.com/1242456"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49891"
},
{
"cve": "CVE-2022-49892",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49892"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nftrace: Fix use-after-free for dynamic ftrace_ops\n\nKASAN reported a use-after-free with ftrace ops [1]. It was found from\nvmcore that perf had registered two ops with the same content\nsuccessively, both dynamic. After unregistering the second ops, a\nuse-after-free occurred.\n\nIn ftrace_shutdown(), when the second ops is unregistered, the\nFTRACE_UPDATE_CALLS command is not set because there is another enabled\nops with the same content. Also, both ops are dynamic and the ftrace\ncallback function is ftrace_ops_list_func, so the\nFTRACE_UPDATE_TRACE_FUNC command will not be set. Eventually the value\nof \u0027command\u0027 will be 0 and ftrace_shutdown() will skip the rcu\nsynchronization.\n\nHowever, ftrace may be activated. When the ops is released, another CPU\nmay be accessing the ops. Add the missing synchronization to fix this\nproblem.\n\n[1]\nBUG: KASAN: use-after-free in __ftrace_ops_list_func kernel/trace/ftrace.c:7020 [inline]\nBUG: KASAN: use-after-free in ftrace_ops_list_func+0x2b0/0x31c kernel/trace/ftrace.c:7049\nRead of size 8 at addr ffff56551965bbc8 by task syz-executor.2/14468\n\nCPU: 1 PID: 14468 Comm: syz-executor.2 Not tainted 5.10.0 #7\nHardware name: linux,dummy-virt (DT)\nCall trace:\n dump_backtrace+0x0/0x40c arch/arm64/kernel/stacktrace.c:132\n show_stack+0x30/0x40 arch/arm64/kernel/stacktrace.c:196\n __dump_stack lib/dump_stack.c:77 [inline]\n dump_stack+0x1b4/0x248 lib/dump_stack.c:118\n print_address_description.constprop.0+0x28/0x48c mm/kasan/report.c:387\n __kasan_report mm/kasan/report.c:547 [inline]\n kasan_report+0x118/0x210 mm/kasan/report.c:564\n check_memory_region_inline mm/kasan/generic.c:187 [inline]\n __asan_load8+0x98/0xc0 mm/kasan/generic.c:253\n __ftrace_ops_list_func kernel/trace/ftrace.c:7020 [inline]\n ftrace_ops_list_func+0x2b0/0x31c kernel/trace/ftrace.c:7049\n ftrace_graph_call+0x0/0x4\n __might_sleep+0x8/0x100 include/linux/perf_event.h:1170\n __might_fault mm/memory.c:5183 [inline]\n __might_fault+0x58/0x70 mm/memory.c:5171\n do_strncpy_from_user lib/strncpy_from_user.c:41 [inline]\n strncpy_from_user+0x1f4/0x4b0 lib/strncpy_from_user.c:139\n getname_flags+0xb0/0x31c fs/namei.c:149\n getname+0x2c/0x40 fs/namei.c:209\n [...]\n\nAllocated by task 14445:\n kasan_save_stack+0x24/0x50 mm/kasan/common.c:48\n kasan_set_track mm/kasan/common.c:56 [inline]\n __kasan_kmalloc mm/kasan/common.c:479 [inline]\n __kasan_kmalloc.constprop.0+0x110/0x13c mm/kasan/common.c:449\n kasan_kmalloc+0xc/0x14 mm/kasan/common.c:493\n kmem_cache_alloc_trace+0x440/0x924 mm/slub.c:2950\n kmalloc include/linux/slab.h:563 [inline]\n kzalloc include/linux/slab.h:675 [inline]\n perf_event_alloc.part.0+0xb4/0x1350 kernel/events/core.c:11230\n perf_event_alloc kernel/events/core.c:11733 [inline]\n __do_sys_perf_event_open kernel/events/core.c:11831 [inline]\n __se_sys_perf_event_open+0x550/0x15f4 kernel/events/core.c:11723\n __arm64_sys_perf_event_open+0x6c/0x80 kernel/events/core.c:11723\n [...]\n\nFreed by task 14445:\n kasan_save_stack+0x24/0x50 mm/kasan/common.c:48\n kasan_set_track+0x24/0x34 mm/kasan/common.c:56\n kasan_set_free_info+0x20/0x40 mm/kasan/generic.c:358\n __kasan_slab_free.part.0+0x11c/0x1b0 mm/kasan/common.c:437\n __kasan_slab_free mm/kasan/common.c:445 [inline]\n kasan_slab_free+0x2c/0x40 mm/kasan/common.c:446\n slab_free_hook mm/slub.c:1569 [inline]\n slab_free_freelist_hook mm/slub.c:1608 [inline]\n slab_free mm/slub.c:3179 [inline]\n kfree+0x12c/0xc10 mm/slub.c:4176\n perf_event_alloc.part.0+0xa0c/0x1350 kernel/events/core.c:11434\n perf_event_alloc kernel/events/core.c:11733 [inline]\n __do_sys_perf_event_open kernel/events/core.c:11831 [inline]\n __se_sys_perf_event_open+0x550/0x15f4 kernel/events/core.c:11723\n [...]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49892",
"url": "https://www.suse.com/security/cve/CVE-2022-49892"
},
{
"category": "external",
"summary": "SUSE Bug 1242449 for CVE-2022-49892",
"url": "https://bugzilla.suse.com/1242449"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49892"
},
{
"cve": "CVE-2022-49900",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49900"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ni2c: piix4: Fix adapter not be removed in piix4_remove()\n\nIn piix4_probe(), the piix4 adapter will be registered in:\n\n piix4_probe()\n piix4_add_adapters_sb800() / piix4_add_adapter()\n i2c_add_adapter()\n\nBased on the probed device type, piix4_add_adapters_sb800() or single\npiix4_add_adapter() will be called.\nFor the former case, piix4_adapter_count is set as the number of adapters,\nwhile for antoher case it is not set and kept default *zero*.\n\nWhen piix4 is removed, piix4_remove() removes the adapters added in\npiix4_probe(), basing on the piix4_adapter_count value.\nBecause the count is zero for the single adapter case, the adapter won\u0027t\nbe removed and makes the sources allocated for adapter leaked, such as\nthe i2c client and device.\n\nThese sources can still be accessed by i2c or bus and cause problems.\nAn easily reproduced case is that if a new adapter is registered, i2c\nwill get the leaked adapter and try to call smbus_algorithm, which was\nalready freed:\n\nTriggered by: rmmod i2c_piix4 \u0026\u0026 modprobe max31730\n\n BUG: unable to handle page fault for address: ffffffffc053d860\n #PF: supervisor read access in kernel mode\n #PF: error_code(0x0000) - not-present page\n Oops: 0000 [#1] PREEMPT SMP KASAN\n CPU: 0 PID: 3752 Comm: modprobe Tainted: G\n Hardware name: QEMU Standard PC (i440FX + PIIX, 1996)\n RIP: 0010:i2c_default_probe (drivers/i2c/i2c-core-base.c:2259) i2c_core\n RSP: 0018:ffff888107477710 EFLAGS: 00000246\n ...\n \u003cTASK\u003e\n i2c_detect (drivers/i2c/i2c-core-base.c:2302) i2c_core\n __process_new_driver (drivers/i2c/i2c-core-base.c:1336) i2c_core\n bus_for_each_dev (drivers/base/bus.c:301)\n i2c_for_each_dev (drivers/i2c/i2c-core-base.c:1823) i2c_core\n i2c_register_driver (drivers/i2c/i2c-core-base.c:1861) i2c_core\n do_one_initcall (init/main.c:1296)\n do_init_module (kernel/module/main.c:2455)\n ...\n \u003c/TASK\u003e\n ---[ end trace 0000000000000000 ]---\n\nFix this problem by correctly set piix4_adapter_count as 1 for the\nsingle adapter so it can be normally removed.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49900",
"url": "https://www.suse.com/security/cve/CVE-2022-49900"
},
{
"category": "external",
"summary": "SUSE Bug 1242454 for CVE-2022-49900",
"url": "https://bugzilla.suse.com/1242454"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49900"
},
{
"cve": "CVE-2022-49905",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49905"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/smc: Fix possible leaked pernet namespace in smc_init()\n\nIn smc_init(), register_pernet_subsys(\u0026smc_net_stat_ops) is called\nwithout any error handling.\nIf it fails, registering of \u0026smc_net_ops won\u0027t be reverted.\nAnd if smc_nl_init() fails, \u0026smc_net_stat_ops itself won\u0027t be reverted.\n\nThis leaves wild ops in subsystem linkedlist and when another module\ntries to call register_pernet_operations() it triggers page fault:\n\nBUG: unable to handle page fault for address: fffffbfff81b964c\nRIP: 0010:register_pernet_operations+0x1b9/0x5f0\nCall Trace:\n \u003cTASK\u003e\n register_pernet_subsys+0x29/0x40\n ebtables_init+0x58/0x1000 [ebtables]\n ...",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49905",
"url": "https://www.suse.com/security/cve/CVE-2022-49905"
},
{
"category": "external",
"summary": "SUSE Bug 1242467 for CVE-2022-49905",
"url": "https://bugzilla.suse.com/1242467"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49905"
},
{
"cve": "CVE-2022-49906",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49906"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nibmvnic: Free rwi on reset success\n\nFree the rwi structure in the event that the last rwi in the list\nprocessed successfully. The logic in commit 4f408e1fa6e1 (\"ibmvnic:\nretry reset if there are no other resets\") introduces an issue that\nresults in a 32 byte memory leak whenever the last rwi in the list\ngets processed.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49906",
"url": "https://www.suse.com/security/cve/CVE-2022-49906"
},
{
"category": "external",
"summary": "SUSE Bug 1242464 for CVE-2022-49906",
"url": "https://bugzilla.suse.com/1242464"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49906"
},
{
"cve": "CVE-2022-49908",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49908"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: L2CAP: Fix memory leak in vhci_write\n\nSyzkaller reports a memory leak as follows:\n====================================\nBUG: memory leak\nunreferenced object 0xffff88810d81ac00 (size 240):\n [...]\n hex dump (first 32 bytes):\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n backtrace:\n [\u003cffffffff838733d9\u003e] __alloc_skb+0x1f9/0x270 net/core/skbuff.c:418\n [\u003cffffffff833f742f\u003e] alloc_skb include/linux/skbuff.h:1257 [inline]\n [\u003cffffffff833f742f\u003e] bt_skb_alloc include/net/bluetooth/bluetooth.h:469 [inline]\n [\u003cffffffff833f742f\u003e] vhci_get_user drivers/bluetooth/hci_vhci.c:391 [inline]\n [\u003cffffffff833f742f\u003e] vhci_write+0x5f/0x230 drivers/bluetooth/hci_vhci.c:511\n [\u003cffffffff815e398d\u003e] call_write_iter include/linux/fs.h:2192 [inline]\n [\u003cffffffff815e398d\u003e] new_sync_write fs/read_write.c:491 [inline]\n [\u003cffffffff815e398d\u003e] vfs_write+0x42d/0x540 fs/read_write.c:578\n [\u003cffffffff815e3cdd\u003e] ksys_write+0x9d/0x160 fs/read_write.c:631\n [\u003cffffffff845e0645\u003e] do_syscall_x64 arch/x86/entry/common.c:50 [inline]\n [\u003cffffffff845e0645\u003e] do_syscall_64+0x35/0xb0 arch/x86/entry/common.c:80\n [\u003cffffffff84600087\u003e] entry_SYSCALL_64_after_hwframe+0x63/0xcd\n====================================\n\nHCI core will uses hci_rx_work() to process frame, which is queued to\nthe hdev-\u003erx_q tail in hci_recv_frame() by HCI driver.\n\nYet the problem is that, HCI core may not free the skb after handling\nACL data packets. To be more specific, when start fragment does not\ncontain the L2CAP length, HCI core just copies skb into conn-\u003erx_skb and\nfinishes frame process in l2cap_recv_acldata(), without freeing the skb,\nwhich triggers the above memory leak.\n\nThis patch solves it by releasing the relative skb, after processing\nthe above case in l2cap_recv_acldata().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49908",
"url": "https://www.suse.com/security/cve/CVE-2022-49908"
},
{
"category": "external",
"summary": "SUSE Bug 1242157 for CVE-2022-49908",
"url": "https://bugzilla.suse.com/1242157"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49908"
},
{
"cve": "CVE-2022-49909",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49909"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: L2CAP: fix use-after-free in l2cap_conn_del()\n\nWhen l2cap_recv_frame() is invoked to receive data, and the cid is\nL2CAP_CID_A2MP, if the channel does not exist, it will create a channel.\nHowever, after a channel is created, the hold operation of the channel\nis not performed. In this case, the value of channel reference counting\nis 1. As a result, after hci_error_reset() is triggered, l2cap_conn_del()\ninvokes the close hook function of A2MP to release the channel. Then\n l2cap_chan_unlock(chan) will trigger UAF issue.\n\nThe process is as follows:\nReceive data:\nl2cap_data_channel()\n a2mp_channel_create() ---\u003echannel ref is 2\n l2cap_chan_put() ---\u003echannel ref is 1\n\nTriger event:\n hci_error_reset()\n hci_dev_do_close()\n ...\n l2cap_disconn_cfm()\n l2cap_conn_del()\n l2cap_chan_hold() ---\u003echannel ref is 2\n l2cap_chan_del() ---\u003echannel ref is 1\n a2mp_chan_close_cb() ---\u003echannel ref is 0, release channel\n l2cap_chan_unlock() ---\u003eUAF of channel\n\nThe detailed Call Trace is as follows:\nBUG: KASAN: use-after-free in __mutex_unlock_slowpath+0xa6/0x5e0\nRead of size 8 at addr ffff8880160664b8 by task kworker/u11:1/7593\nWorkqueue: hci0 hci_error_reset\nCall Trace:\n \u003cTASK\u003e\n dump_stack_lvl+0xcd/0x134\n print_report.cold+0x2ba/0x719\n kasan_report+0xb1/0x1e0\n kasan_check_range+0x140/0x190\n __mutex_unlock_slowpath+0xa6/0x5e0\n l2cap_conn_del+0x404/0x7b0\n l2cap_disconn_cfm+0x8c/0xc0\n hci_conn_hash_flush+0x11f/0x260\n hci_dev_close_sync+0x5f5/0x11f0\n hci_dev_do_close+0x2d/0x70\n hci_error_reset+0x9e/0x140\n process_one_work+0x98a/0x1620\n worker_thread+0x665/0x1080\n kthread+0x2e4/0x3a0\n ret_from_fork+0x1f/0x30\n \u003c/TASK\u003e\n\nAllocated by task 7593:\n kasan_save_stack+0x1e/0x40\n __kasan_kmalloc+0xa9/0xd0\n l2cap_chan_create+0x40/0x930\n amp_mgr_create+0x96/0x990\n a2mp_channel_create+0x7d/0x150\n l2cap_recv_frame+0x51b8/0x9a70\n l2cap_recv_acldata+0xaa3/0xc00\n hci_rx_work+0x702/0x1220\n process_one_work+0x98a/0x1620\n worker_thread+0x665/0x1080\n kthread+0x2e4/0x3a0\n ret_from_fork+0x1f/0x30\n\nFreed by task 7593:\n kasan_save_stack+0x1e/0x40\n kasan_set_track+0x21/0x30\n kasan_set_free_info+0x20/0x30\n ____kasan_slab_free+0x167/0x1c0\n slab_free_freelist_hook+0x89/0x1c0\n kfree+0xe2/0x580\n l2cap_chan_put+0x22a/0x2d0\n l2cap_conn_del+0x3fc/0x7b0\n l2cap_disconn_cfm+0x8c/0xc0\n hci_conn_hash_flush+0x11f/0x260\n hci_dev_close_sync+0x5f5/0x11f0\n hci_dev_do_close+0x2d/0x70\n hci_error_reset+0x9e/0x140\n process_one_work+0x98a/0x1620\n worker_thread+0x665/0x1080\n kthread+0x2e4/0x3a0\n ret_from_fork+0x1f/0x30\n\nLast potentially related work creation:\n kasan_save_stack+0x1e/0x40\n __kasan_record_aux_stack+0xbe/0xd0\n call_rcu+0x99/0x740\n netlink_release+0xe6a/0x1cf0\n __sock_release+0xcd/0x280\n sock_close+0x18/0x20\n __fput+0x27c/0xa90\n task_work_run+0xdd/0x1a0\n exit_to_user_mode_prepare+0x23c/0x250\n syscall_exit_to_user_mode+0x19/0x50\n do_syscall_64+0x42/0x80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\n\nSecond to last potentially related work creation:\n kasan_save_stack+0x1e/0x40\n __kasan_record_aux_stack+0xbe/0xd0\n call_rcu+0x99/0x740\n netlink_release+0xe6a/0x1cf0\n __sock_release+0xcd/0x280\n sock_close+0x18/0x20\n __fput+0x27c/0xa90\n task_work_run+0xdd/0x1a0\n exit_to_user_mode_prepare+0x23c/0x250\n syscall_exit_to_user_mode+0x19/0x50\n do_syscall_64+0x42/0x80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49909",
"url": "https://www.suse.com/security/cve/CVE-2022-49909"
},
{
"category": "external",
"summary": "SUSE Bug 1242453 for CVE-2022-49909",
"url": "https://bugzilla.suse.com/1242453"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49909"
},
{
"cve": "CVE-2022-49910",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49910"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sdu\n\nFix the race condition between the following two flows that run in\nparallel:\n\n1. l2cap_reassemble_sdu -\u003e chan-\u003eops-\u003erecv (l2cap_sock_recv_cb) -\u003e\n __sock_queue_rcv_skb.\n\n2. bt_sock_recvmsg -\u003e skb_recv_datagram, skb_free_datagram.\n\nAn SKB can be queued by the first flow and immediately dequeued and\nfreed by the second flow, therefore the callers of l2cap_reassemble_sdu\ncan\u0027t use the SKB after that function returns. However, some places\ncontinue accessing struct l2cap_ctrl that resides in the SKB\u0027s CB for a\nshort time after l2cap_reassemble_sdu returns, leading to a\nuse-after-free condition (the stack trace is below, line numbers for\nkernel 5.19.8).\n\nFix it by keeping a local copy of struct l2cap_ctrl.\n\nBUG: KASAN: use-after-free in l2cap_rx_state_recv (net/bluetooth/l2cap_core.c:6906) bluetooth\nRead of size 1 at addr ffff88812025f2f0 by task kworker/u17:3/43169\n\nWorkqueue: hci0 hci_rx_work [bluetooth]\nCall Trace:\n \u003cTASK\u003e\n dump_stack_lvl (lib/dump_stack.c:107 (discriminator 4))\n print_report.cold (mm/kasan/report.c:314 mm/kasan/report.c:429)\n ? l2cap_rx_state_recv (net/bluetooth/l2cap_core.c:6906) bluetooth\n kasan_report (mm/kasan/report.c:162 mm/kasan/report.c:493)\n ? l2cap_rx_state_recv (net/bluetooth/l2cap_core.c:6906) bluetooth\n l2cap_rx_state_recv (net/bluetooth/l2cap_core.c:6906) bluetooth\n l2cap_rx (net/bluetooth/l2cap_core.c:7236 net/bluetooth/l2cap_core.c:7271) bluetooth\n ret_from_fork (arch/x86/entry/entry_64.S:306)\n \u003c/TASK\u003e\n\nAllocated by task 43169:\n kasan_save_stack (mm/kasan/common.c:39)\n __kasan_slab_alloc (mm/kasan/common.c:45 mm/kasan/common.c:436 mm/kasan/common.c:469)\n kmem_cache_alloc_node (mm/slab.h:750 mm/slub.c:3243 mm/slub.c:3293)\n __alloc_skb (net/core/skbuff.c:414)\n l2cap_recv_frag (./include/net/bluetooth/bluetooth.h:425 net/bluetooth/l2cap_core.c:8329) bluetooth\n l2cap_recv_acldata (net/bluetooth/l2cap_core.c:8442) bluetooth\n hci_rx_work (net/bluetooth/hci_core.c:3642 net/bluetooth/hci_core.c:3832) bluetooth\n process_one_work (kernel/workqueue.c:2289)\n worker_thread (./include/linux/list.h:292 kernel/workqueue.c:2437)\n kthread (kernel/kthread.c:376)\n ret_from_fork (arch/x86/entry/entry_64.S:306)\n\nFreed by task 27920:\n kasan_save_stack (mm/kasan/common.c:39)\n kasan_set_track (mm/kasan/common.c:45)\n kasan_set_free_info (mm/kasan/generic.c:372)\n ____kasan_slab_free (mm/kasan/common.c:368 mm/kasan/common.c:328)\n slab_free_freelist_hook (mm/slub.c:1780)\n kmem_cache_free (mm/slub.c:3536 mm/slub.c:3553)\n skb_free_datagram (./include/net/sock.h:1578 ./include/net/sock.h:1639 net/core/datagram.c:323)\n bt_sock_recvmsg (net/bluetooth/af_bluetooth.c:295) bluetooth\n l2cap_sock_recvmsg (net/bluetooth/l2cap_sock.c:1212) bluetooth\n sock_read_iter (net/socket.c:1087)\n new_sync_read (./include/linux/fs.h:2052 fs/read_write.c:401)\n vfs_read (fs/read_write.c:482)\n ksys_read (fs/read_write.c:620)\n do_syscall_64 (arch/x86/entry/common.c:50 arch/x86/entry/common.c:80)\n entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:120)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49910",
"url": "https://www.suse.com/security/cve/CVE-2022-49910"
},
{
"category": "external",
"summary": "SUSE Bug 1242452 for CVE-2022-49910",
"url": "https://bugzilla.suse.com/1242452"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49910"
},
{
"cve": "CVE-2022-49915",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49915"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmISDN: fix possible memory leak in mISDN_register_device()\n\nAfer commit 1fa5ae857bb1 (\"driver core: get rid of struct device\u0027s\nbus_id string array\"), the name of device is allocated dynamically,\nadd put_device() to give up the reference, so that the name can be\nfreed in kobject_cleanup() when the refcount is 0.\n\nSet device class before put_device() to avoid null release() function\nWARN message in device_release().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49915",
"url": "https://www.suse.com/security/cve/CVE-2022-49915"
},
{
"category": "external",
"summary": "SUSE Bug 1242409 for CVE-2022-49915",
"url": "https://bugzilla.suse.com/1242409"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49915"
},
{
"cve": "CVE-2022-49916",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49916"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nrose: Fix NULL pointer dereference in rose_send_frame()\n\nThe syzkaller reported an issue:\n\nKASAN: null-ptr-deref in range [0x0000000000000380-0x0000000000000387]\nCPU: 0 PID: 4069 Comm: kworker/0:15 Not tainted 6.0.0-syzkaller-02734-g0326074ff465 #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 09/22/2022\nWorkqueue: rcu_gp srcu_invoke_callbacks\nRIP: 0010:rose_send_frame+0x1dd/0x2f0 net/rose/rose_link.c:101\nCall Trace:\n \u003cIRQ\u003e\n rose_transmit_clear_request+0x1d5/0x290 net/rose/rose_link.c:255\n rose_rx_call_request+0x4c0/0x1bc0 net/rose/af_rose.c:1009\n rose_loopback_timer+0x19e/0x590 net/rose/rose_loopback.c:111\n call_timer_fn+0x1a0/0x6b0 kernel/time/timer.c:1474\n expire_timers kernel/time/timer.c:1519 [inline]\n __run_timers.part.0+0x674/0xa80 kernel/time/timer.c:1790\n __run_timers kernel/time/timer.c:1768 [inline]\n run_timer_softirq+0xb3/0x1d0 kernel/time/timer.c:1803\n __do_softirq+0x1d0/0x9c8 kernel/softirq.c:571\n [...]\n \u003c/IRQ\u003e\n\nIt triggers NULL pointer dereference when \u0027neigh-\u003edev-\u003edev_addr\u0027 is\ncalled in the rose_send_frame(). It\u0027s the first occurrence of the\n`neigh` is in rose_loopback_timer() as `rose_loopback_neigh\u0027, and\nthe \u0027dev\u0027 in \u0027rose_loopback_neigh\u0027 is initialized sa nullptr.\n\nIt had been fixed by commit 3b3fd068c56e3fbea30090859216a368398e39bf\n(\"rose: Fix Null pointer dereference in rose_send_frame()\") ever.\nBut it\u0027s introduced by commit 3c53cd65dece47dd1f9d3a809f32e59d1d87b2b8\n(\"rose: check NULL rose_loopback_neigh-\u003eloopback\") again.\n\nWe fix it by add NULL check in rose_transmit_clear_request(). When\nthe \u0027dev\u0027 in \u0027neigh\u0027 is NULL, we don\u0027t reply the request and just\nclear it.\n\nsyzkaller don\u0027t provide repro, and I provide a syz repro like:\nr0 = syz_init_net_socket$bt_sco(0x1f, 0x5, 0x2)\nioctl$sock_inet_SIOCSIFFLAGS(r0, 0x8914, \u0026(0x7f0000000180)={\u0027rose0\\x00\u0027, 0x201})\nr1 = syz_init_net_socket$rose(0xb, 0x5, 0x0)\nbind$rose(r1, \u0026(0x7f00000000c0)=@full={0xb, @dev, @null, 0x0, [@null, @null, @netrom, @netrom, @default, @null]}, 0x40)\nconnect$rose(r1, \u0026(0x7f0000000240)=@short={0xb, @dev={0xbb, 0xbb, 0xbb, 0x1, 0x0}, @remote={0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0x1}, 0x1, @netrom={0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0x0, 0x0}}, 0x1c)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49916",
"url": "https://www.suse.com/security/cve/CVE-2022-49916"
},
{
"category": "external",
"summary": "SUSE Bug 1242421 for CVE-2022-49916",
"url": "https://bugzilla.suse.com/1242421"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49916"
},
{
"cve": "CVE-2022-49922",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49922"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()\n\nnfcmrvl_i2c_nci_send() will be called by nfcmrvl_nci_send(), and skb\nshould be freed in nfcmrvl_i2c_nci_send(). However, nfcmrvl_nci_send()\nwill only free skb when i2c_master_send() return \u003e=0, which means skb\nwill memleak when i2c_master_send() failed. Free skb no matter whether\ni2c_master_send() succeeds.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49922",
"url": "https://www.suse.com/security/cve/CVE-2022-49922"
},
{
"category": "external",
"summary": "SUSE Bug 1242378 for CVE-2022-49922",
"url": "https://bugzilla.suse.com/1242378"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49922"
},
{
"cve": "CVE-2022-49923",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49923"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfc: nxp-nci: Fix potential memory leak in nxp_nci_send()\n\nnxp_nci_send() will call nxp_nci_i2c_write(), and only free skb when\nnxp_nci_i2c_write() failed. However, even if the nxp_nci_i2c_write()\nrun succeeds, the skb will not be freed in nxp_nci_i2c_write(). As the\nresult, the skb will memleak. nxp_nci_send() should also free the skb\nwhen nxp_nci_i2c_write() succeeds.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49923",
"url": "https://www.suse.com/security/cve/CVE-2022-49923"
},
{
"category": "external",
"summary": "SUSE Bug 1242394 for CVE-2022-49923",
"url": "https://bugzilla.suse.com/1242394"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49923"
},
{
"cve": "CVE-2022-49924",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49924"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfc: fdp: Fix potential memory leak in fdp_nci_send()\n\nfdp_nci_send() will call fdp_nci_i2c_write that will not free skb in\nthe function. As a result, when fdp_nci_i2c_write() finished, the skb\nwill memleak. fdp_nci_send() should free skb after fdp_nci_i2c_write()\nfinished.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49924",
"url": "https://www.suse.com/security/cve/CVE-2022-49924"
},
{
"category": "external",
"summary": "SUSE Bug 1242426 for CVE-2022-49924",
"url": "https://bugzilla.suse.com/1242426"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49924"
},
{
"cve": "CVE-2022-49925",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49925"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nRDMA/core: Fix null-ptr-deref in ib_core_cleanup()\n\nKASAN reported a null-ptr-deref error:\n\n KASAN: null-ptr-deref in range [0x0000000000000118-0x000000000000011f]\n CPU: 1 PID: 379\n Hardware name: QEMU Standard PC (i440FX + PIIX, 1996)\n RIP: 0010:destroy_workqueue+0x2f/0x740\n RSP: 0018:ffff888016137df8 EFLAGS: 00000202\n ...\n Call Trace:\n ib_core_cleanup+0xa/0xa1 [ib_core]\n __do_sys_delete_module.constprop.0+0x34f/0x5b0\n do_syscall_64+0x3a/0x90\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\n RIP: 0033:0x7fa1a0d221b7\n ...\n\nIt is because the fail of roce_gid_mgmt_init() is ignored:\n\n ib_core_init()\n roce_gid_mgmt_init()\n gid_cache_wq = alloc_ordered_workqueue # fail\n ...\n ib_core_cleanup()\n roce_gid_mgmt_cleanup()\n destroy_workqueue(gid_cache_wq)\n # destroy an unallocated wq\n\nFix this by catching the fail of roce_gid_mgmt_init() in ib_core_init().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49925",
"url": "https://www.suse.com/security/cve/CVE-2022-49925"
},
{
"category": "external",
"summary": "SUSE Bug 1242371 for CVE-2022-49925",
"url": "https://bugzilla.suse.com/1242371"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49925"
},
{
"cve": "CVE-2022-49927",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49927"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfs4: Fix kmemleak when allocate slot failed\n\nIf one of the slot allocate failed, should cleanup all the other\nallocated slots, otherwise, the allocated slots will leak:\n\n unreferenced object 0xffff8881115aa100 (size 64):\n comm \"\"mount.nfs\"\", pid 679, jiffies 4294744957 (age 115.037s)\n hex dump (first 32 bytes):\n 00 cc 19 73 81 88 ff ff 00 a0 5a 11 81 88 ff ff ...s......Z.....\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n backtrace:\n [\u003c000000007a4c434a\u003e] nfs4_find_or_create_slot+0x8e/0x130\n [\u003c000000005472a39c\u003e] nfs4_realloc_slot_table+0x23f/0x270\n [\u003c00000000cd8ca0eb\u003e] nfs40_init_client+0x4a/0x90\n [\u003c00000000128486db\u003e] nfs4_init_client+0xce/0x270\n [\u003c000000008d2cacad\u003e] nfs4_set_client+0x1a2/0x2b0\n [\u003c000000000e593b52\u003e] nfs4_create_server+0x300/0x5f0\n [\u003c00000000e4425dd2\u003e] nfs4_try_get_tree+0x65/0x110\n [\u003c00000000d3a6176f\u003e] vfs_get_tree+0x41/0xf0\n [\u003c0000000016b5ad4c\u003e] path_mount+0x9b3/0xdd0\n [\u003c00000000494cae71\u003e] __x64_sys_mount+0x190/0x1d0\n [\u003c000000005d56bdec\u003e] do_syscall_64+0x35/0x80\n [\u003c00000000687c9ae4\u003e] entry_SYSCALL_64_after_hwframe+0x46/0xb0",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49927",
"url": "https://www.suse.com/security/cve/CVE-2022-49927"
},
{
"category": "external",
"summary": "SUSE Bug 1242416 for CVE-2022-49927",
"url": "https://bugzilla.suse.com/1242416"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49927"
},
{
"cve": "CVE-2022-49928",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49928"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nSUNRPC: Fix null-ptr-deref when xps sysfs alloc failed\n\nThere is a null-ptr-deref when xps sysfs alloc failed:\n BUG: KASAN: null-ptr-deref in sysfs_do_create_link_sd+0x40/0xd0\n Read of size 8 at addr 0000000000000030 by task gssproxy/457\n\n CPU: 5 PID: 457 Comm: gssproxy Not tainted 6.0.0-09040-g02357b27ee03 #9\n Call Trace:\n \u003cTASK\u003e\n dump_stack_lvl+0x34/0x44\n kasan_report+0xa3/0x120\n sysfs_do_create_link_sd+0x40/0xd0\n rpc_sysfs_client_setup+0x161/0x1b0\n rpc_new_client+0x3fc/0x6e0\n rpc_create_xprt+0x71/0x220\n rpc_create+0x1d4/0x350\n gssp_rpc_create+0xc3/0x160\n set_gssp_clnt+0xbc/0x140\n write_gssp+0x116/0x1a0\n proc_reg_write+0xd6/0x130\n vfs_write+0x177/0x690\n ksys_write+0xb9/0x150\n do_syscall_64+0x35/0x80\n entry_SYSCALL_64_after_hwframe+0x46/0xb0\n\nWhen the xprt_switch sysfs alloc failed, should not add xprt and\nswitch sysfs to it, otherwise, maybe null-ptr-deref; also initialize\nthe \u0027xps_sysfs\u0027 to NULL to avoid oops when destroy it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49928",
"url": "https://www.suse.com/security/cve/CVE-2022-49928"
},
{
"category": "external",
"summary": "SUSE Bug 1242369 for CVE-2022-49928",
"url": "https://bugzilla.suse.com/1242369"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49928"
},
{
"cve": "CVE-2022-49931",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49931"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nIB/hfi1: Correctly move list in sc_disable()\n\nCommit 13bac861952a (\"IB/hfi1: Fix abba locking issue with sc_disable()\")\nincorrectly tries to move a list from one list head to another. The\nresult is a kernel crash.\n\nThe crash is triggered when a link goes down and there are waiters for a\nsend to complete. The following signature is seen:\n\n BUG: kernel NULL pointer dereference, address: 0000000000000030\n [...]\n Call Trace:\n sc_disable+0x1ba/0x240 [hfi1]\n pio_freeze+0x3d/0x60 [hfi1]\n handle_freeze+0x27/0x1b0 [hfi1]\n process_one_work+0x1b0/0x380\n ? process_one_work+0x380/0x380\n worker_thread+0x30/0x360\n ? process_one_work+0x380/0x380\n kthread+0xd7/0x100\n ? kthread_complete_and_exit+0x20/0x20\n ret_from_fork+0x1f/0x30\n\nThe fix is to use the correct call to move the list.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49931",
"url": "https://www.suse.com/security/cve/CVE-2022-49931"
},
{
"category": "external",
"summary": "SUSE Bug 1242382 for CVE-2022-49931",
"url": "https://bugzilla.suse.com/1242382"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2022-49931"
},
{
"cve": "CVE-2023-1990",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-1990"
}
],
"notes": [
{
"category": "general",
"text": "A use-after-free flaw was found in ndlc_remove in drivers/nfc/st-nci/ndlc.c in the Linux Kernel. This flaw could allow an attacker to crash the system due to a race problem.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-1990",
"url": "https://www.suse.com/security/cve/CVE-2023-1990"
},
{
"category": "external",
"summary": "SUSE Bug 1210337 for CVE-2023-1990",
"url": "https://bugzilla.suse.com/1210337"
},
{
"category": "external",
"summary": "SUSE Bug 1210501 for CVE-2023-1990",
"url": "https://bugzilla.suse.com/1210501"
},
{
"category": "external",
"summary": "SUSE Bug 1214128 for CVE-2023-1990",
"url": "https://bugzilla.suse.com/1214128"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-1990"
},
{
"cve": "CVE-2023-53035",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53035"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy()\n\nThe ioctl helper function nilfs_ioctl_wrap_copy(), which exchanges a\nmetadata array to/from user space, may copy uninitialized buffer regions\nto user space memory for read-only ioctl commands NILFS_IOCTL_GET_SUINFO\nand NILFS_IOCTL_GET_CPINFO.\n\nThis can occur when the element size of the user space metadata given by\nthe v_size member of the argument nilfs_argv structure is larger than the\nsize of the metadata element (nilfs_suinfo structure or nilfs_cpinfo\nstructure) on the file system side.\n\nKMSAN-enabled kernels detect this issue as follows:\n\n BUG: KMSAN: kernel-infoleak in instrument_copy_to_user\n include/linux/instrumented.h:121 [inline]\n BUG: KMSAN: kernel-infoleak in _copy_to_user+0xc0/0x100 lib/usercopy.c:33\n instrument_copy_to_user include/linux/instrumented.h:121 [inline]\n _copy_to_user+0xc0/0x100 lib/usercopy.c:33\n copy_to_user include/linux/uaccess.h:169 [inline]\n nilfs_ioctl_wrap_copy+0x6fa/0xc10 fs/nilfs2/ioctl.c:99\n nilfs_ioctl_get_info fs/nilfs2/ioctl.c:1173 [inline]\n nilfs_ioctl+0x2402/0x4450 fs/nilfs2/ioctl.c:1290\n nilfs_compat_ioctl+0x1b8/0x200 fs/nilfs2/ioctl.c:1343\n __do_compat_sys_ioctl fs/ioctl.c:968 [inline]\n __se_compat_sys_ioctl+0x7dd/0x1000 fs/ioctl.c:910\n __ia32_compat_sys_ioctl+0x93/0xd0 fs/ioctl.c:910\n do_syscall_32_irqs_on arch/x86/entry/common.c:112 [inline]\n __do_fast_syscall_32+0xa2/0x100 arch/x86/entry/common.c:178\n do_fast_syscall_32+0x37/0x80 arch/x86/entry/common.c:203\n do_SYSENTER_32+0x1f/0x30 arch/x86/entry/common.c:246\n entry_SYSENTER_compat_after_hwframe+0x70/0x82\n\n Uninit was created at:\n __alloc_pages+0x9f6/0xe90 mm/page_alloc.c:5572\n alloc_pages+0xab0/0xd80 mm/mempolicy.c:2287\n __get_free_pages+0x34/0xc0 mm/page_alloc.c:5599\n nilfs_ioctl_wrap_copy+0x223/0xc10 fs/nilfs2/ioctl.c:74\n nilfs_ioctl_get_info fs/nilfs2/ioctl.c:1173 [inline]\n nilfs_ioctl+0x2402/0x4450 fs/nilfs2/ioctl.c:1290\n nilfs_compat_ioctl+0x1b8/0x200 fs/nilfs2/ioctl.c:1343\n __do_compat_sys_ioctl fs/ioctl.c:968 [inline]\n __se_compat_sys_ioctl+0x7dd/0x1000 fs/ioctl.c:910\n __ia32_compat_sys_ioctl+0x93/0xd0 fs/ioctl.c:910\n do_syscall_32_irqs_on arch/x86/entry/common.c:112 [inline]\n __do_fast_syscall_32+0xa2/0x100 arch/x86/entry/common.c:178\n do_fast_syscall_32+0x37/0x80 arch/x86/entry/common.c:203\n do_SYSENTER_32+0x1f/0x30 arch/x86/entry/common.c:246\n entry_SYSENTER_compat_after_hwframe+0x70/0x82\n\n Bytes 16-127 of 3968 are uninitialized\n ...\n\nThis eliminates the leak issue by initializing the page allocated as\nbuffer using get_zeroed_page().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53035",
"url": "https://www.suse.com/security/cve/CVE-2023-53035"
},
{
"category": "external",
"summary": "SUSE Bug 1242739 for CVE-2023-53035",
"url": "https://bugzilla.suse.com/1242739"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53035"
},
{
"cve": "CVE-2023-53038",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53038"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read()\n\nIf kzalloc() fails in lpfc_sli4_cgn_params_read(), then we rely on\nlpfc_read_object()\u0027s routine to NULL check pdata.\n\nCurrently, an early return error is thrown from lpfc_read_object() to\nprotect us from NULL ptr dereference, but the errno code is -ENODEV.\n\nChange the errno code to a more appropriate -ENOMEM.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53038",
"url": "https://www.suse.com/security/cve/CVE-2023-53038"
},
{
"category": "external",
"summary": "SUSE Bug 1242743 for CVE-2023-53038",
"url": "https://bugzilla.suse.com/1242743"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 0,
"baseSeverity": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "low"
}
],
"title": "CVE-2023-53038"
},
{
"cve": "CVE-2023-53039",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53039"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: intel-ish-hid: ipc: Fix potential use-after-free in work function\n\nWhen a reset notify IPC message is received, the ISR schedules a work\nfunction and passes the ISHTP device to it via a global pointer\nishtp_dev. If ish_probe() fails, the devm-managed device resources\nincluding ishtp_dev are freed, but the work is not cancelled, causing a\nuse-after-free when the work function tries to access ishtp_dev. Use\ndevm_work_autocancel() instead, so that the work is automatically\ncancelled if probe fails.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53039",
"url": "https://www.suse.com/security/cve/CVE-2023-53039"
},
{
"category": "external",
"summary": "SUSE Bug 1242745 for CVE-2023-53039",
"url": "https://bugzilla.suse.com/1242745"
},
{
"category": "external",
"summary": "SUSE Bug 1242880 for CVE-2023-53039",
"url": "https://bugzilla.suse.com/1242880"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "important"
}
],
"title": "CVE-2023-53039"
},
{
"cve": "CVE-2023-53040",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53040"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nca8210: fix mac_len negative array access\n\nThis patch fixes a buffer overflow access of skb-\u003edata if\nieee802154_hdr_peek_addrs() fails.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53040",
"url": "https://www.suse.com/security/cve/CVE-2023-53040"
},
{
"category": "external",
"summary": "SUSE Bug 1242746 for CVE-2023-53040",
"url": "https://bugzilla.suse.com/1242746"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53040"
},
{
"cve": "CVE-2023-53041",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53041"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: qla2xxx: Perform lockless command completion in abort path\n\nWhile adding and removing the controller, the following call trace was\nobserved:\n\nWARNING: CPU: 3 PID: 623596 at kernel/dma/mapping.c:532 dma_free_attrs+0x33/0x50\nCPU: 3 PID: 623596 Comm: sh Kdump: loaded Not tainted 5.14.0-96.el9.x86_64 #1\nRIP: 0010:dma_free_attrs+0x33/0x50\n\nCall Trace:\n qla2x00_async_sns_sp_done+0x107/0x1b0 [qla2xxx]\n qla2x00_abort_srb+0x8e/0x250 [qla2xxx]\n ? ql_dbg+0x70/0x100 [qla2xxx]\n __qla2x00_abort_all_cmds+0x108/0x190 [qla2xxx]\n qla2x00_abort_all_cmds+0x24/0x70 [qla2xxx]\n qla2x00_abort_isp_cleanup+0x305/0x3e0 [qla2xxx]\n qla2x00_remove_one+0x364/0x400 [qla2xxx]\n pci_device_remove+0x36/0xa0\n __device_release_driver+0x17a/0x230\n device_release_driver+0x24/0x30\n pci_stop_bus_device+0x68/0x90\n pci_stop_and_remove_bus_device_locked+0x16/0x30\n remove_store+0x75/0x90\n kernfs_fop_write_iter+0x11c/0x1b0\n new_sync_write+0x11f/0x1b0\n vfs_write+0x1eb/0x280\n ksys_write+0x5f/0xe0\n do_syscall_64+0x5c/0x80\n ? do_user_addr_fault+0x1d8/0x680\n ? do_syscall_64+0x69/0x80\n ? exc_page_fault+0x62/0x140\n ? asm_exc_page_fault+0x8/0x30\n entry_SYSCALL_64_after_hwframe+0x44/0xae\n\nThe command was completed in the abort path during driver unload with a\nlock held, causing the warning in abort path. Hence complete the command\nwithout any lock held.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53041",
"url": "https://www.suse.com/security/cve/CVE-2023-53041"
},
{
"category": "external",
"summary": "SUSE Bug 1242747 for CVE-2023-53041",
"url": "https://bugzilla.suse.com/1242747"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53041"
},
{
"cve": "CVE-2023-53044",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53044"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndm stats: check for and propagate alloc_percpu failure\n\nCheck alloc_precpu()\u0027s return value and return an error from\ndm_stats_init() if it fails. Update alloc_dev() to fail if\ndm_stats_init() does.\n\nOtherwise, a NULL pointer dereference will occur in dm_stats_cleanup()\neven if dm-stats isn\u0027t being actively used.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53044",
"url": "https://www.suse.com/security/cve/CVE-2023-53044"
},
{
"category": "external",
"summary": "SUSE Bug 1242759 for CVE-2023-53044",
"url": "https://bugzilla.suse.com/1242759"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53044"
},
{
"cve": "CVE-2023-53045",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53045"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: gadget: u_audio: don\u0027t let userspace block driver unbind\n\nIn the unbind callback for f_uac1 and f_uac2, a call to snd_card_free()\nvia g_audio_cleanup() will disconnect the card and then wait for all\nresources to be released, which happens when the refcount falls to zero.\nSince userspace can keep the refcount incremented by not closing the\nrelevant file descriptor, the call to unbind may block indefinitely.\nThis can cause a deadlock during reboot, as evidenced by the following\nblocked task observed on my machine:\n\n task:reboot state:D stack:0 pid:2827 ppid:569 flags:0x0000000c\n Call trace:\n __switch_to+0xc8/0x140\n __schedule+0x2f0/0x7c0\n schedule+0x60/0xd0\n schedule_timeout+0x180/0x1d4\n wait_for_completion+0x78/0x180\n snd_card_free+0x90/0xa0\n g_audio_cleanup+0x2c/0x64\n afunc_unbind+0x28/0x60\n ...\n kernel_restart+0x4c/0xac\n __do_sys_reboot+0xcc/0x1ec\n __arm64_sys_reboot+0x28/0x30\n invoke_syscall+0x4c/0x110\n ...\n\nThe issue can also be observed by opening the card with arecord and\nthen stopping the process through the shell before unbinding:\n\n # arecord -D hw:UAC2Gadget -f S32_LE -c 2 -r 48000 /dev/null\n Recording WAVE \u0027/dev/null\u0027 : Signed 32 bit Little Endian, Rate 48000 Hz, Stereo\n ^Z[1]+ Stopped arecord -D hw:UAC2Gadget -f S32_LE -c 2 -r 48000 /dev/null\n # echo gadget.0 \u003e /sys/bus/gadget/drivers/configfs-gadget/unbind\n (observe that the unbind command never finishes)\n\nFix the problem by using snd_card_free_when_closed() instead, which will\nstill disconnect the card as desired, but defer the task of freeing the\nresources to the core once userspace closes its file descriptor.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53045",
"url": "https://www.suse.com/security/cve/CVE-2023-53045"
},
{
"category": "external",
"summary": "SUSE Bug 1242756 for CVE-2023-53045",
"url": "https://bugzilla.suse.com/1242756"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53045"
},
{
"cve": "CVE-2023-53049",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53049"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: ucsi: Fix NULL pointer deref in ucsi_connector_change()\n\nWhen ucsi_init() fails, ucsi-\u003econnector is NULL, yet in case of\nucsi_acpi we may still get events which cause the ucs_acpi code to call\nucsi_connector_change(), which then derefs the NULL ucsi-\u003econnector\npointer.\n\nFix this by not setting ucsi-\u003entfy inside ucsi_init() until ucsi_init()\nhas succeeded, so that ucsi_connector_change() ignores the events\nbecause UCSI_ENABLE_NTFY_CONNECTOR_CHANGE is not set in the ntfy mask.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53049",
"url": "https://www.suse.com/security/cve/CVE-2023-53049"
},
{
"category": "external",
"summary": "SUSE Bug 1242244 for CVE-2023-53049",
"url": "https://bugzilla.suse.com/1242244"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53049"
},
{
"cve": "CVE-2023-53051",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53051"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndm crypt: add cond_resched() to dmcrypt_write()\n\nThe loop in dmcrypt_write may be running for unbounded amount of time,\nthus we need cond_resched() in it.\n\nThis commit fixes the following warning:\n\n[ 3391.153255][ C12] watchdog: BUG: soft lockup - CPU#12 stuck for 23s! [dmcrypt_write/2:2897]\n...\n[ 3391.387210][ C12] Call trace:\n[ 3391.390338][ C12] blk_attempt_bio_merge.part.6+0x38/0x158\n[ 3391.395970][ C12] blk_attempt_plug_merge+0xc0/0x1b0\n[ 3391.401085][ C12] blk_mq_submit_bio+0x398/0x550\n[ 3391.405856][ C12] submit_bio_noacct+0x308/0x380\n[ 3391.410630][ C12] dmcrypt_write+0x1e4/0x208 [dm_crypt]\n[ 3391.416005][ C12] kthread+0x130/0x138\n[ 3391.419911][ C12] ret_from_fork+0x10/0x18",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53051",
"url": "https://www.suse.com/security/cve/CVE-2023-53051"
},
{
"category": "external",
"summary": "SUSE Bug 1242284 for CVE-2023-53051",
"url": "https://bugzilla.suse.com/1242284"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53051"
},
{
"cve": "CVE-2023-53052",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53052"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncifs: fix use-after-free bug in refresh_cache_worker()\n\nThe UAF bug occurred because we were putting DFS root sessions in\ncifs_umount() while DFS cache refresher was being executed.\n\nMake DFS root sessions have same lifetime as DFS tcons so we can avoid\nthe use-after-free bug is DFS cache refresher and other places that\nrequire IPCs to get new DFS referrals on. Also, get rid of mount\ngroup handling in DFS cache as we no longer need it.\n\nThis fixes below use-after-free bug catched by KASAN\n\n[ 379.946955] BUG: KASAN: use-after-free in __refresh_tcon.isra.0+0x10b/0xc10 [cifs]\n[ 379.947642] Read of size 8 at addr ffff888018f57030 by task kworker/u4:3/56\n[ 379.948096]\n[ 379.948208] CPU: 0 PID: 56 Comm: kworker/u4:3 Not tainted 6.2.0-rc7-lku #23\n[ 379.948661] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS\nrel-1.16.0-0-gd239552-rebuilt.opensuse.org 04/01/2014\n[ 379.949368] Workqueue: cifs-dfscache refresh_cache_worker [cifs]\n[ 379.949942] Call Trace:\n[ 379.950113] \u003cTASK\u003e\n[ 379.950260] dump_stack_lvl+0x50/0x67\n[ 379.950510] print_report+0x16a/0x48e\n[ 379.950759] ? __virt_addr_valid+0xd8/0x160\n[ 379.951040] ? __phys_addr+0x41/0x80\n[ 379.951285] kasan_report+0xdb/0x110\n[ 379.951533] ? __refresh_tcon.isra.0+0x10b/0xc10 [cifs]\n[ 379.952056] ? __refresh_tcon.isra.0+0x10b/0xc10 [cifs]\n[ 379.952585] __refresh_tcon.isra.0+0x10b/0xc10 [cifs]\n[ 379.953096] ? __pfx___refresh_tcon.isra.0+0x10/0x10 [cifs]\n[ 379.953637] ? __pfx___mutex_lock+0x10/0x10\n[ 379.953915] ? lock_release+0xb6/0x720\n[ 379.954167] ? __pfx_lock_acquire+0x10/0x10\n[ 379.954443] ? refresh_cache_worker+0x34e/0x6d0 [cifs]\n[ 379.954960] ? __pfx_wb_workfn+0x10/0x10\n[ 379.955239] refresh_cache_worker+0x4ad/0x6d0 [cifs]\n[ 379.955755] ? __pfx_refresh_cache_worker+0x10/0x10 [cifs]\n[ 379.956323] ? __pfx_lock_acquired+0x10/0x10\n[ 379.956615] ? read_word_at_a_time+0xe/0x20\n[ 379.956898] ? lockdep_hardirqs_on_prepare+0x12/0x220\n[ 379.957235] process_one_work+0x535/0x990\n[ 379.957509] ? __pfx_process_one_work+0x10/0x10\n[ 379.957812] ? lock_acquired+0xb7/0x5f0\n[ 379.958069] ? __list_add_valid+0x37/0xd0\n[ 379.958341] ? __list_add_valid+0x37/0xd0\n[ 379.958611] worker_thread+0x8e/0x630\n[ 379.958861] ? __pfx_worker_thread+0x10/0x10\n[ 379.959148] kthread+0x17d/0x1b0\n[ 379.959369] ? __pfx_kthread+0x10/0x10\n[ 379.959630] ret_from_fork+0x2c/0x50\n[ 379.959879] \u003c/TASK\u003e",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53052",
"url": "https://www.suse.com/security/cve/CVE-2023-53052"
},
{
"category": "external",
"summary": "SUSE Bug 1242749 for CVE-2023-53052",
"url": "https://bugzilla.suse.com/1242749"
},
{
"category": "external",
"summary": "SUSE Bug 1242881 for CVE-2023-53052",
"url": "https://bugzilla.suse.com/1242881"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "important"
}
],
"title": "CVE-2023-53052"
},
{
"cve": "CVE-2023-53054",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53054"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: dwc2: fix a devres leak in hw_enable upon suspend resume\n\nEach time the platform goes to low power, PM suspend / resume routines\ncall: __dwc2_lowlevel_hw_enable -\u003e devm_add_action_or_reset().\nThis adds a new devres each time.\nThis may also happen at runtime, as dwc2_lowlevel_hw_enable() can be\ncalled from udc_start().\n\nThis can be seen with tracing:\n- echo 1 \u003e /sys/kernel/debug/tracing/events/dev/devres_log/enable\n- go to low power\n- cat /sys/kernel/debug/tracing/trace\n\nA new \"ADD\" entry is found upon each low power cycle:\n... devres_log: 49000000.usb-otg ADD 82a13bba devm_action_release (8 bytes)\n... devres_log: 49000000.usb-otg ADD 49889daf devm_action_release (8 bytes)\n...\n\nA second issue is addressed here:\n- regulator_bulk_enable() is called upon each PM cycle (suspend/resume).\n- regulator_bulk_disable() never gets called.\n\nSo the reference count for these regulators constantly increase, by one\nupon each low power cycle, due to missing regulator_bulk_disable() call\nin __dwc2_lowlevel_hw_disable().\n\nThe original fix that introduced the devm_add_action_or_reset() call,\nfixed an issue during probe, that happens due to other errors in\ndwc2_driver_probe() -\u003e dwc2_core_reset(). Then the probe fails without\ndisabling regulators, when dr_mode == USB_DR_MODE_PERIPHERAL.\n\nRather fix the error path: disable all the low level hardware in the\nerror path, by using the \"hsotg-\u003ell_hw_enabled\" flag. Checking dr_mode\nhas been introduced to avoid a dual call to dwc2_lowlevel_hw_disable().\n\"ll_hw_enabled\" should achieve the same (and is used currently in the\nremove() routine).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53054",
"url": "https://www.suse.com/security/cve/CVE-2023-53054"
},
{
"category": "external",
"summary": "SUSE Bug 1242226 for CVE-2023-53054",
"url": "https://bugzilla.suse.com/1242226"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53054"
},
{
"cve": "CVE-2023-53056",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53056"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: qla2xxx: Synchronize the IOCB count to be in order\n\nA system hang was observed with the following call trace:\n\nBUG: kernel NULL pointer dereference, address: 0000000000000000\nPGD 0 P4D 0\nOops: 0000 [#1] PREEMPT SMP NOPTI\nCPU: 15 PID: 86747 Comm: nvme Kdump: loaded Not tainted 6.2.0+ #1\nHardware name: Dell Inc. PowerEdge R6515/04F3CJ, BIOS 2.7.3 03/31/2022\nRIP: 0010:__wake_up_common+0x55/0x190\nCode: 41 f6 01 04 0f 85 b2 00 00 00 48 8b 43 08 4c 8d\n 40 e8 48 8d 43 08 48 89 04 24 48 89 c6\\\n 49 8d 40 18 48 39 c6 0f 84 e9 00 00 00 \u003c49\u003e 8b 40 18 89 6c 24 14 31\n ed 4c 8d 60 e8 41 8b 18 f6 c3 04 75 5d\nRSP: 0018:ffffb05a82afbba0 EFLAGS: 00010082\nRAX: 0000000000000000 RBX: ffff8f9b83a00018 RCX: 0000000000000000\nRDX: 0000000000000001 RSI: ffff8f9b83a00020 RDI: ffff8f9b83a00018\nRBP: 0000000000000001 R08: ffffffffffffffe8 R09: ffffb05a82afbbf8\nR10: 70735f7472617473 R11: 5f30307832616c71 R12: 0000000000000001\nR13: 0000000000000003 R14: 0000000000000000 R15: 0000000000000000\nFS: 00007f815cf4c740(0000) GS:ffff8f9eeed80000(0000)\n\tknlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 0000000000000000 CR3: 000000010633a000 CR4: 0000000000350ee0\nCall Trace:\n \u003cTASK\u003e\n __wake_up_common_lock+0x83/0xd0\n qla_nvme_ls_req+0x21b/0x2b0 [qla2xxx]\n __nvme_fc_send_ls_req+0x1b5/0x350 [nvme_fc]\n nvme_fc_xmt_disconnect_assoc+0xca/0x110 [nvme_fc]\n nvme_fc_delete_association+0x1bf/0x220 [nvme_fc]\n ? nvme_remove_namespaces+0x9f/0x140 [nvme_core]\n nvme_do_delete_ctrl+0x5b/0xa0 [nvme_core]\n nvme_sysfs_delete+0x5f/0x70 [nvme_core]\n kernfs_fop_write_iter+0x12b/0x1c0\n vfs_write+0x2a3/0x3b0\n ksys_write+0x5f/0xe0\n do_syscall_64+0x5c/0x90\n ? syscall_exit_work+0x103/0x130\n ? syscall_exit_to_user_mode+0x12/0x30\n ? do_syscall_64+0x69/0x90\n ? exit_to_user_mode_loop+0xd0/0x130\n ? exit_to_user_mode_prepare+0xec/0x100\n ? syscall_exit_to_user_mode+0x12/0x30\n ? do_syscall_64+0x69/0x90\n ? syscall_exit_to_user_mode+0x12/0x30\n ? do_syscall_64+0x69/0x90\n entry_SYSCALL_64_after_hwframe+0x72/0xdc\n RIP: 0033:0x7f815cd3eb97\n\nThe IOCB counts are out of order and that would block any commands from\ngoing out and subsequently hang the system. Synchronize the IOCB count to\nbe in correct order.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53056",
"url": "https://www.suse.com/security/cve/CVE-2023-53056"
},
{
"category": "external",
"summary": "SUSE Bug 1242219 for CVE-2023-53056",
"url": "https://bugzilla.suse.com/1242219"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53056"
},
{
"cve": "CVE-2023-53058",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53058"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/mlx5: E-Switch, Fix an Oops in error handling code\n\nThe error handling dereferences \"vport\". There is nothing we can do if\nit is an error pointer except returning the error code.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53058",
"url": "https://www.suse.com/security/cve/CVE-2023-53058"
},
{
"category": "external",
"summary": "SUSE Bug 1242237 for CVE-2023-53058",
"url": "https://bugzilla.suse.com/1242237"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53058"
},
{
"cve": "CVE-2023-53059",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53059"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nplatform/chrome: cros_ec_chardev: fix kernel data leak from ioctl\n\nIt is possible to peep kernel page\u0027s data by providing larger `insize`\nin struct cros_ec_command[1] when invoking EC host commands.\n\nFix it by using zeroed memory.\n\n[1]: https://elixir.bootlin.com/linux/v6.2/source/include/linux/platform_data/cros_ec_proto.h#L74",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53059",
"url": "https://www.suse.com/security/cve/CVE-2023-53059"
},
{
"category": "external",
"summary": "SUSE Bug 1242230 for CVE-2023-53059",
"url": "https://bugzilla.suse.com/1242230"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53059"
},
{
"cve": "CVE-2023-53060",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53060"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nigb: revert rtnl_lock() that causes deadlock\n\nThe commit 6faee3d4ee8b (\"igb: Add lock to avoid data race\") adds\nrtnl_lock to eliminate a false data race shown below\n\n (FREE from device detaching) | (USE from netdev core)\nigb_remove | igb_ndo_get_vf_config\n igb_disable_sriov | vf \u003e= adapter-\u003evfs_allocated_count?\n kfree(adapter-\u003evf_data) |\n adapter-\u003evfs_allocated_count = 0 |\n | memcpy(... adapter-\u003evf_data[vf]\n\nThe above race will never happen and the extra rtnl_lock causes deadlock\nbelow\n\n[ 141.420169] \u003cTASK\u003e\n[ 141.420672] __schedule+0x2dd/0x840\n[ 141.421427] schedule+0x50/0xc0\n[ 141.422041] schedule_preempt_disabled+0x11/0x20\n[ 141.422678] __mutex_lock.isra.13+0x431/0x6b0\n[ 141.423324] unregister_netdev+0xe/0x20\n[ 141.423578] igbvf_remove+0x45/0xe0 [igbvf]\n[ 141.423791] pci_device_remove+0x36/0xb0\n[ 141.423990] device_release_driver_internal+0xc1/0x160\n[ 141.424270] pci_stop_bus_device+0x6d/0x90\n[ 141.424507] pci_stop_and_remove_bus_device+0xe/0x20\n[ 141.424789] pci_iov_remove_virtfn+0xba/0x120\n[ 141.425452] sriov_disable+0x2f/0xf0\n[ 141.425679] igb_disable_sriov+0x4e/0x100 [igb]\n[ 141.426353] igb_remove+0xa0/0x130 [igb]\n[ 141.426599] pci_device_remove+0x36/0xb0\n[ 141.426796] device_release_driver_internal+0xc1/0x160\n[ 141.427060] driver_detach+0x44/0x90\n[ 141.427253] bus_remove_driver+0x55/0xe0\n[ 141.427477] pci_unregister_driver+0x2a/0xa0\n[ 141.428296] __x64_sys_delete_module+0x141/0x2b0\n[ 141.429126] ? mntput_no_expire+0x4a/0x240\n[ 141.429363] ? syscall_trace_enter.isra.19+0x126/0x1a0\n[ 141.429653] do_syscall_64+0x5b/0x80\n[ 141.429847] ? exit_to_user_mode_prepare+0x14d/0x1c0\n[ 141.430109] ? syscall_exit_to_user_mode+0x12/0x30\n[ 141.430849] ? do_syscall_64+0x67/0x80\n[ 141.431083] ? syscall_exit_to_user_mode_prepare+0x183/0x1b0\n[ 141.431770] ? syscall_exit_to_user_mode+0x12/0x30\n[ 141.432482] ? do_syscall_64+0x67/0x80\n[ 141.432714] ? exc_page_fault+0x64/0x140\n[ 141.432911] entry_SYSCALL_64_after_hwframe+0x72/0xdc\n\nSince the igb_disable_sriov() will call pci_disable_sriov() before\nreleasing any resources, the netdev core will synchronize the cleanup to\navoid any races. This patch removes the useless rtnl_(un)lock to guarantee\ncorrectness.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53060",
"url": "https://www.suse.com/security/cve/CVE-2023-53060"
},
{
"category": "external",
"summary": "SUSE Bug 1242241 for CVE-2023-53060",
"url": "https://bugzilla.suse.com/1242241"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53060"
},
{
"cve": "CVE-2023-53062",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53062"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: usb: smsc95xx: Limit packet length to skb-\u003elen\n\nPacket length retrieved from descriptor may be larger than\nthe actual socket buffer length. In such case the cloned\nskb passed up the network stack will leak kernel memory contents.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53062",
"url": "https://www.suse.com/security/cve/CVE-2023-53062"
},
{
"category": "external",
"summary": "SUSE Bug 1242228 for CVE-2023-53062",
"url": "https://bugzilla.suse.com/1242228"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53062"
},
{
"cve": "CVE-2023-53064",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53064"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niavf: fix hang on reboot with ice\n\nWhen a system with E810 with existing VFs gets rebooted the following\nhang may be observed.\n\n Pid 1 is hung in iavf_remove(), part of a network driver:\n PID: 1 TASK: ffff965400e5a340 CPU: 24 COMMAND: \"systemd-shutdow\"\n #0 [ffffaad04005fa50] __schedule at ffffffff8b3239cb\n #1 [ffffaad04005fae8] schedule at ffffffff8b323e2d\n #2 [ffffaad04005fb00] schedule_hrtimeout_range_clock at ffffffff8b32cebc\n #3 [ffffaad04005fb80] usleep_range_state at ffffffff8b32c930\n #4 [ffffaad04005fbb0] iavf_remove at ffffffffc12b9b4c [iavf]\n #5 [ffffaad04005fbf0] pci_device_remove at ffffffff8add7513\n #6 [ffffaad04005fc10] device_release_driver_internal at ffffffff8af08baa\n #7 [ffffaad04005fc40] pci_stop_bus_device at ffffffff8adcc5fc\n #8 [ffffaad04005fc60] pci_stop_and_remove_bus_device at ffffffff8adcc81e\n #9 [ffffaad04005fc70] pci_iov_remove_virtfn at ffffffff8adf9429\n #10 [ffffaad04005fca8] sriov_disable at ffffffff8adf98e4\n #11 [ffffaad04005fcc8] ice_free_vfs at ffffffffc04bb2c8 [ice]\n #12 [ffffaad04005fd10] ice_remove at ffffffffc04778fe [ice]\n #13 [ffffaad04005fd38] ice_shutdown at ffffffffc0477946 [ice]\n #14 [ffffaad04005fd50] pci_device_shutdown at ffffffff8add58f1\n #15 [ffffaad04005fd70] device_shutdown at ffffffff8af05386\n #16 [ffffaad04005fd98] kernel_restart at ffffffff8a92a870\n #17 [ffffaad04005fda8] __do_sys_reboot at ffffffff8a92abd6\n #18 [ffffaad04005fee0] do_syscall_64 at ffffffff8b317159\n #19 [ffffaad04005ff08] __context_tracking_enter at ffffffff8b31b6fc\n #20 [ffffaad04005ff18] syscall_exit_to_user_mode at ffffffff8b31b50d\n #21 [ffffaad04005ff28] do_syscall_64 at ffffffff8b317169\n #22 [ffffaad04005ff50] entry_SYSCALL_64_after_hwframe at ffffffff8b40009b\n RIP: 00007f1baa5c13d7 RSP: 00007fffbcc55a98 RFLAGS: 00000202\n RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f1baa5c13d7\n RDX: 0000000001234567 RSI: 0000000028121969 RDI: 00000000fee1dead\n RBP: 00007fffbcc55ca0 R8: 0000000000000000 R9: 00007fffbcc54e90\n R10: 00007fffbcc55050 R11: 0000000000000202 R12: 0000000000000005\n R13: 0000000000000000 R14: 00007fffbcc55af0 R15: 0000000000000000\n ORIG_RAX: 00000000000000a9 CS: 0033 SS: 002b\n\nDuring reboot all drivers PM shutdown callbacks are invoked.\nIn iavf_shutdown() the adapter state is changed to __IAVF_REMOVE.\nIn ice_shutdown() the call chain above is executed, which at some point\ncalls iavf_remove(). However iavf_remove() expects the VF to be in one\nof the states __IAVF_RUNNING, __IAVF_DOWN or __IAVF_INIT_FAILED. If\nthat\u0027s not the case it sleeps forever.\nSo if iavf_shutdown() gets invoked before iavf_remove() the system will\nhang indefinitely because the adapter is already in state __IAVF_REMOVE.\n\nFix this by returning from iavf_remove() if the state is __IAVF_REMOVE,\nas we already went through iavf_shutdown().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53064",
"url": "https://www.suse.com/security/cve/CVE-2023-53064"
},
{
"category": "external",
"summary": "SUSE Bug 1242222 for CVE-2023-53064",
"url": "https://bugzilla.suse.com/1242222"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53064"
},
{
"cve": "CVE-2023-53065",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53065"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nperf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_event_bpf_output\n\nsyzkaller reportes a KASAN issue with stack-out-of-bounds.\nThe call trace is as follows:\n dump_stack+0x9c/0xd3\n print_address_description.constprop.0+0x19/0x170\n __kasan_report.cold+0x6c/0x84\n kasan_report+0x3a/0x50\n __perf_event_header__init_id+0x34/0x290\n perf_event_header__init_id+0x48/0x60\n perf_output_begin+0x4a4/0x560\n perf_event_bpf_output+0x161/0x1e0\n perf_iterate_sb_cpu+0x29e/0x340\n perf_iterate_sb+0x4c/0xc0\n perf_event_bpf_event+0x194/0x2c0\n __bpf_prog_put.constprop.0+0x55/0xf0\n __cls_bpf_delete_prog+0xea/0x120 [cls_bpf]\n cls_bpf_delete_prog_work+0x1c/0x30 [cls_bpf]\n process_one_work+0x3c2/0x730\n worker_thread+0x93/0x650\n kthread+0x1b8/0x210\n ret_from_fork+0x1f/0x30\n\ncommit 267fb27352b6 (\"perf: Reduce stack usage of perf_output_begin()\")\nuse on-stack struct perf_sample_data of the caller function.\n\nHowever, perf_event_bpf_output uses incorrect parameter to convert\nsmall-sized data (struct perf_bpf_event) into large-sized data\n(struct perf_sample_data), which causes memory overwriting occurs in\n__perf_event_header__init_id.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53065",
"url": "https://www.suse.com/security/cve/CVE-2023-53065"
},
{
"category": "external",
"summary": "SUSE Bug 1242229 for CVE-2023-53065",
"url": "https://bugzilla.suse.com/1242229"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53065"
},
{
"cve": "CVE-2023-53066",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53066"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nqed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_info\n\nWe have to make sure that the info returned by the helper is valid\nbefore using it.\n\nFound by Linux Verification Center (linuxtesting.org) with the SVACE\nstatic analysis tool.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53066",
"url": "https://www.suse.com/security/cve/CVE-2023-53066"
},
{
"category": "external",
"summary": "SUSE Bug 1242227 for CVE-2023-53066",
"url": "https://bugzilla.suse.com/1242227"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53066"
},
{
"cve": "CVE-2023-53068",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53068"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: usb: lan78xx: Limit packet length to skb-\u003elen\n\nPacket length retrieved from descriptor may be larger than\nthe actual socket buffer length. In such case the cloned\nskb passed up the network stack will leak kernel memory contents.\n\nAdditionally prevent integer underflow when size is less than\nETH_FCS_LEN.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53068",
"url": "https://www.suse.com/security/cve/CVE-2023-53068"
},
{
"category": "external",
"summary": "SUSE Bug 1242239 for CVE-2023-53068",
"url": "https://bugzilla.suse.com/1242239"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53068"
},
{
"cve": "CVE-2023-53075",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53075"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nftrace: Fix invalid address access in lookup_rec() when index is 0\n\nKASAN reported follow problem:\n\n BUG: KASAN: use-after-free in lookup_rec\n Read of size 8 at addr ffff000199270ff0 by task modprobe\n CPU: 2 Comm: modprobe\n Call trace:\n kasan_report\n __asan_load8\n lookup_rec\n ftrace_location\n arch_check_ftrace_location\n check_kprobe_address_safe\n register_kprobe\n\nWhen checking pg-\u003erecords[pg-\u003eindex - 1].ip in lookup_rec(), it can get a\npg which is newly added to ftrace_pages_start in ftrace_process_locs().\nBefore the first pg-\u003eindex++, index is 0 and accessing pg-\u003erecords[-1].ip\nwill cause this problem.\n\nDon\u0027t check the ip when pg-\u003eindex 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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53075",
"url": "https://www.suse.com/security/cve/CVE-2023-53075"
},
{
"category": "external",
"summary": "SUSE Bug 1242218 for CVE-2023-53075",
"url": "https://bugzilla.suse.com/1242218"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53075"
},
{
"cve": "CVE-2023-53077",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53077"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytes\n\n[WHY]\nWhen PTEBufferSizeInRequests is zero, UBSAN reports the following\nwarning because dml_log2 returns an unexpected negative value:\n\n shift exponent 4294966273 is too large for 32-bit type \u0027int\u0027\n\n[HOW]\n\nIn the case PTEBufferSizeInRequests is zero, skip the dml_log2() and\nassign the result directly.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53077",
"url": "https://www.suse.com/security/cve/CVE-2023-53077"
},
{
"category": "external",
"summary": "SUSE Bug 1242752 for CVE-2023-53077",
"url": "https://bugzilla.suse.com/1242752"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53077"
},
{
"cve": "CVE-2023-53078",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53078"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: scsi_dh_alua: Fix memleak for \u0027qdata\u0027 in alua_activate()\n\nIf alua_rtpg_queue() failed from alua_activate(), then \u0027qdata\u0027 is not\nfreed, which will cause following memleak:\n\nunreferenced object 0xffff88810b2c6980 (size 32):\n comm \"kworker/u16:2\", pid 635322, jiffies 4355801099 (age 1216426.076s)\n hex dump (first 32 bytes):\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n 40 39 24 c1 ff ff ff ff 00 f8 ea 0a 81 88 ff ff @9$.............\n backtrace:\n [\u003c0000000098f3a26d\u003e] alua_activate+0xb0/0x320\n [\u003c000000003b529641\u003e] scsi_dh_activate+0xb2/0x140\n [\u003c000000007b296db3\u003e] activate_path_work+0xc6/0xe0 [dm_multipath]\n [\u003c000000007adc9ace\u003e] process_one_work+0x3c5/0x730\n [\u003c00000000c457a985\u003e] worker_thread+0x93/0x650\n [\u003c00000000cb80e628\u003e] kthread+0x1ba/0x210\n [\u003c00000000a1e61077\u003e] ret_from_fork+0x22/0x30\n\nFix the problem by freeing \u0027qdata\u0027 in error path.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53078",
"url": "https://www.suse.com/security/cve/CVE-2023-53078"
},
{
"category": "external",
"summary": "SUSE Bug 1242231 for CVE-2023-53078",
"url": "https://bugzilla.suse.com/1242231"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53078"
},
{
"cve": "CVE-2023-53079",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53079"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/mlx5: Fix steering rules cleanup\n\nvport\u0027s mc, uc and multicast rules are not deleted in teardown path when\nEEH happens. Since the vport\u0027s promisc settings(uc, mc and all) in\nfirmware are reset after EEH, mlx5 driver will try to delete the above\nrules in the initialization path. This cause kernel crash because these\nsoftware rules are no longer valid.\n\nFix by nullifying these rules right after delete to avoid accessing any dangling\npointers.\n\nCall Trace:\n__list_del_entry_valid+0xcc/0x100 (unreliable)\ntree_put_node+0xf4/0x1b0 [mlx5_core]\ntree_remove_node+0x30/0x70 [mlx5_core]\nmlx5_del_flow_rules+0x14c/0x1f0 [mlx5_core]\nesw_apply_vport_rx_mode+0x10c/0x200 [mlx5_core]\nesw_update_vport_rx_mode+0xb4/0x180 [mlx5_core]\nesw_vport_change_handle_locked+0x1ec/0x230 [mlx5_core]\nesw_enable_vport+0x130/0x260 [mlx5_core]\nmlx5_eswitch_enable_sriov+0x2a0/0x2f0 [mlx5_core]\nmlx5_device_enable_sriov+0x74/0x440 [mlx5_core]\nmlx5_load_one+0x114c/0x1550 [mlx5_core]\nmlx5_pci_resume+0x68/0xf0 [mlx5_core]\neeh_report_resume+0x1a4/0x230\neeh_pe_dev_traverse+0x98/0x170\neeh_handle_normal_event+0x3e4/0x640\neeh_handle_event+0x4c/0x370\neeh_event_handler+0x14c/0x210\nkthread+0x168/0x1b0\nret_from_kernel_thread+0x5c/0x84",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53079",
"url": "https://www.suse.com/security/cve/CVE-2023-53079"
},
{
"category": "external",
"summary": "SUSE Bug 1242765 for CVE-2023-53079",
"url": "https://bugzilla.suse.com/1242765"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53079"
},
{
"cve": "CVE-2023-53081",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53081"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nocfs2: fix data corruption after failed write\n\nWhen buffered write fails to copy data into underlying page cache page,\nocfs2_write_end_nolock() just zeroes out and dirties the page. This can\nleave dirty page beyond EOF and if page writeback tries to write this page\nbefore write succeeds and expands i_size, page gets into inconsistent\nstate where page dirty bit is clear but buffer dirty bits stay set\nresulting in page data never getting written and so data copied to the\npage is lost. Fix the problem by invalidating page beyond EOF after\nfailed write.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53081",
"url": "https://www.suse.com/security/cve/CVE-2023-53081"
},
{
"category": "external",
"summary": "SUSE Bug 1242281 for CVE-2023-53081",
"url": "https://bugzilla.suse.com/1242281"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53081"
},
{
"cve": "CVE-2023-53084",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53084"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/shmem-helper: Remove another errant put in error path\n\ndrm_gem_shmem_mmap() doesn\u0027t own reference in error code path, resulting\nin the dma-buf shmem GEM object getting prematurely freed leading to a\nlater use-after-free.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53084",
"url": "https://www.suse.com/security/cve/CVE-2023-53084"
},
{
"category": "external",
"summary": "SUSE Bug 1242294 for CVE-2023-53084",
"url": "https://bugzilla.suse.com/1242294"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53084"
},
{
"cve": "CVE-2023-53087",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53087"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/i915/active: Fix misuse of non-idle barriers as fence trackers\n\nUsers reported oopses on list corruptions when using i915 perf with a\nnumber of concurrently running graphics applications. Root cause analysis\npointed at an issue in barrier processing code -- a race among perf open /\nclose replacing active barriers with perf requests on kernel context and\nconcurrent barrier preallocate / acquire operations performed during user\ncontext first pin / last unpin.\n\nWhen adding a request to a composite tracker, we try to reuse an existing\nfence tracker, already allocated and registered with that composite. The\ntracker we obtain may already track another fence, may be an idle barrier,\nor an active barrier.\n\nIf the tracker we get occurs a non-idle barrier then we try to delete that\nbarrier from a list of barrier tasks it belongs to. However, while doing\nthat we don\u0027t respect return value from a function that performs the\nbarrier deletion. Should the deletion ever fail, we would end up reusing\nthe tracker still registered as a barrier task. Since the same structure\nfield is reused with both fence callback lists and barrier tasks list,\nlist corruptions would likely occur.\n\nBarriers are now deleted from a barrier tasks list by temporarily removing\nthe list content, traversing that content with skip over the node to be\ndeleted, then populating the list back with the modified content. Should\nthat intentionally racy concurrent deletion attempts be not serialized,\none or more of those may fail because of the list being temporary empty.\n\nRelated code that ignores the results of barrier deletion was initially\nintroduced in v5.4 by commit d8af05ff38ae (\"drm/i915: Allow sharing the\nidle-barrier from other kernel requests\"). However, all users of the\nbarrier deletion routine were apparently serialized at that time, then the\nissue didn\u0027t exhibit itself. Results of git bisect with help of a newly\ndeveloped igt@gem_barrier_race@remote-request IGT test indicate that list\ncorruptions might start to appear after commit 311770173fac (\"drm/i915/gt:\nSchedule request retirement when timeline idles\"), introduced in v5.5.\n\nRespect results of barrier deletion attempts -- mark the barrier as idle\nonly if successfully deleted from the list. Then, before proceeding with\nsetting our fence as the one currently tracked, make sure that the tracker\nwe\u0027ve got is not a non-idle barrier. If that check fails then don\u0027t use\nthat tracker but go back and try to acquire a new, usable one.\n\nv3: use unlikely() to document what outcome we expect (Andi),\n - fix bad grammar in commit description.\nv2: no code changes,\n - blame commit 311770173fac (\"drm/i915/gt: Schedule request retirement\n when timeline idles\"), v5.5, not commit d8af05ff38ae (\"drm/i915: Allow\n sharing the idle-barrier from other kernel requests\"), v5.4,\n - reword commit description.\n\n(cherry picked from commit 506006055769b10d1b2b4e22f636f3b45e0e9fc7)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53087",
"url": "https://www.suse.com/security/cve/CVE-2023-53087"
},
{
"category": "external",
"summary": "SUSE Bug 1242280 for CVE-2023-53087",
"url": "https://bugzilla.suse.com/1242280"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53087"
},
{
"cve": "CVE-2023-53089",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53089"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix task hung in ext4_xattr_delete_inode\n\nSyzbot reported a hung task problem:\n==================================================================\nINFO: task syz-executor232:5073 blocked for more than 143 seconds.\n Not tainted 6.2.0-rc2-syzkaller-00024-g512dee0c00ad #0\n\"echo 0 \u003e /proc/sys/kernel/hung_task_timeout_secs\" disables this message.\ntask:syz-exec232 state:D stack:21024 pid:5073 ppid:5072 flags:0x00004004\nCall Trace:\n \u003cTASK\u003e\n context_switch kernel/sched/core.c:5244 [inline]\n __schedule+0x995/0xe20 kernel/sched/core.c:6555\n schedule+0xcb/0x190 kernel/sched/core.c:6631\n __wait_on_freeing_inode fs/inode.c:2196 [inline]\n find_inode_fast+0x35a/0x4c0 fs/inode.c:950\n iget_locked+0xb1/0x830 fs/inode.c:1273\n __ext4_iget+0x22e/0x3ed0 fs/ext4/inode.c:4861\n ext4_xattr_inode_iget+0x68/0x4e0 fs/ext4/xattr.c:389\n ext4_xattr_inode_dec_ref_all+0x1a7/0xe50 fs/ext4/xattr.c:1148\n ext4_xattr_delete_inode+0xb04/0xcd0 fs/ext4/xattr.c:2880\n ext4_evict_inode+0xd7c/0x10b0 fs/ext4/inode.c:296\n evict+0x2a4/0x620 fs/inode.c:664\n ext4_orphan_cleanup+0xb60/0x1340 fs/ext4/orphan.c:474\n __ext4_fill_super fs/ext4/super.c:5516 [inline]\n ext4_fill_super+0x81cd/0x8700 fs/ext4/super.c:5644\n get_tree_bdev+0x400/0x620 fs/super.c:1282\n vfs_get_tree+0x88/0x270 fs/super.c:1489\n do_new_mount+0x289/0xad0 fs/namespace.c:3145\n do_mount fs/namespace.c:3488 [inline]\n __do_sys_mount fs/namespace.c:3697 [inline]\n __se_sys_mount+0x2d3/0x3c0 fs/namespace.c:3674\n do_syscall_x64 arch/x86/entry/common.c:50 [inline]\n do_syscall_64+0x3d/0xb0 arch/x86/entry/common.c:80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\nRIP: 0033:0x7fa5406fd5ea\nRSP: 002b:00007ffc7232f968 EFLAGS: 00000202 ORIG_RAX: 00000000000000a5\nRAX: ffffffffffffffda RBX: 0000000000000003 RCX: 00007fa5406fd5ea\nRDX: 0000000020000440 RSI: 0000000020000000 RDI: 00007ffc7232f970\nRBP: 00007ffc7232f970 R08: 00007ffc7232f9b0 R09: 0000000000000432\nR10: 0000000000804a03 R11: 0000000000000202 R12: 0000000000000004\nR13: 0000555556a7a2c0 R14: 00007ffc7232f9b0 R15: 0000000000000000\n \u003c/TASK\u003e\n==================================================================\n\nThe problem is that the inode contains an xattr entry with ea_inum of 15\nwhen cleaning up an orphan inode \u003c15\u003e. When evict inode \u003c15\u003e, the reference\ncounting of the corresponding EA inode is decreased. When EA inode \u003c15\u003e is\nfound by find_inode_fast() in __ext4_iget(), it is found that the EA inode\nholds the I_FREEING flag and waits for the EA inode to complete deletion.\nAs a result, when inode \u003c15\u003e is being deleted, we wait for inode \u003c15\u003e to\ncomplete the deletion, resulting in an infinite loop and triggering Hung\nTask. To solve this problem, we only need to check whether the ino of EA\ninode and parent is the same before getting EA inode.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53089",
"url": "https://www.suse.com/security/cve/CVE-2023-53089"
},
{
"category": "external",
"summary": "SUSE Bug 1242744 for CVE-2023-53089",
"url": "https://bugzilla.suse.com/1242744"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53089"
},
{
"cve": "CVE-2023-53090",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53090"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amdkfd: Fix an illegal memory access\n\nIn the kfd_wait_on_events() function, the kfd_event_waiter structure is\nallocated by alloc_event_waiters(), but the event field of the waiter\nstructure is not initialized; When copy_from_user() fails in the\nkfd_wait_on_events() function, it will enter exception handling to\nrelease the previously allocated memory of the waiter structure;\nDue to the event field of the waiters structure being accessed\nin the free_waiters() function, this results in illegal memory access\nand system crash, here is the crash log:\n\nlocalhost kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x185/0x1e0\nlocalhost kernel: RSP: 0018:ffffaa53c362bd60 EFLAGS: 00010082\nlocalhost kernel: RAX: ff3d3d6bff4007cb RBX: 0000000000000282 RCX: 00000000002c0000\nlocalhost kernel: RDX: ffff9e855eeacb80 RSI: 000000000000279c RDI: ffffe7088f6a21d0\nlocalhost kernel: RBP: ffffe7088f6a21d0 R08: 00000000002c0000 R09: ffffaa53c362be64\nlocalhost kernel: R10: ffffaa53c362bbd8 R11: 0000000000000001 R12: 0000000000000002\nlocalhost kernel: R13: ffff9e7ead15d600 R14: 0000000000000000 R15: ffff9e7ead15d698\nlocalhost kernel: FS: 0000152a3d111700(0000) GS:ffff9e855ee80000(0000) knlGS:0000000000000000\nlocalhost kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nlocalhost kernel: CR2: 0000152938000010 CR3: 000000044d7a4000 CR4: 00000000003506e0\nlocalhost kernel: Call Trace:\nlocalhost kernel: _raw_spin_lock_irqsave+0x30/0x40\nlocalhost kernel: remove_wait_queue+0x12/0x50\nlocalhost kernel: kfd_wait_on_events+0x1b6/0x490 [hydcu]\nlocalhost kernel: ? ftrace_graph_caller+0xa0/0xa0\nlocalhost kernel: kfd_ioctl+0x38c/0x4a0 [hydcu]\nlocalhost kernel: ? kfd_ioctl_set_trap_handler+0x70/0x70 [hydcu]\nlocalhost kernel: ? kfd_ioctl_create_queue+0x5a0/0x5a0 [hydcu]\nlocalhost kernel: ? ftrace_graph_caller+0xa0/0xa0\nlocalhost kernel: __x64_sys_ioctl+0x8e/0xd0\nlocalhost kernel: ? syscall_trace_enter.isra.18+0x143/0x1b0\nlocalhost kernel: do_syscall_64+0x33/0x80\nlocalhost kernel: entry_SYSCALL_64_after_hwframe+0x44/0xa9\nlocalhost kernel: RIP: 0033:0x152a4dff68d7\n\nAllocate the structure with kcalloc, and remove redundant 0-initialization\nand a redundant loop condition check.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53090",
"url": "https://www.suse.com/security/cve/CVE-2023-53090"
},
{
"category": "external",
"summary": "SUSE Bug 1242753 for CVE-2023-53090",
"url": "https://bugzilla.suse.com/1242753"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53090"
},
{
"cve": "CVE-2023-53091",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53091"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: update s_journal_inum if it changes after journal replay\n\nWhen mounting a crafted ext4 image, s_journal_inum may change after journal\nreplay, which is obviously unreasonable because we have successfully loaded\nand replayed the journal through the old s_journal_inum. And the new\ns_journal_inum bypasses some of the checks in ext4_get_journal(), which\nmay trigger a null pointer dereference problem. So if s_journal_inum\nchanges after the journal replay, we ignore the change, and rewrite the\ncurrent journal_inum to the superblock.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53091",
"url": "https://www.suse.com/security/cve/CVE-2023-53091"
},
{
"category": "external",
"summary": "SUSE Bug 1242767 for CVE-2023-53091",
"url": "https://bugzilla.suse.com/1242767"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53091"
},
{
"cve": "CVE-2023-53092",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53092"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ninterconnect: exynos: fix node leak in probe PM QoS error path\n\nMake sure to add the newly allocated interconnect node to the provider\nbefore adding the PM QoS request so that the node is freed on errors.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53092",
"url": "https://www.suse.com/security/cve/CVE-2023-53092"
},
{
"category": "external",
"summary": "SUSE Bug 1242415 for CVE-2023-53092",
"url": "https://bugzilla.suse.com/1242415"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53092"
},
{
"cve": "CVE-2023-53093",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53093"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntracing: Do not let histogram values have some modifiers\n\nHistogram values can not be strings, stacktraces, graphs, symbols,\nsyscalls, or grouped in buckets or log. Give an error if a value is set to\ndo so.\n\nNote, the histogram code was not prepared to handle these modifiers for\nhistograms and caused a bug.\n\nMark Rutland reported:\n\n # echo \u0027p:copy_to_user __arch_copy_to_user n=$arg2\u0027 \u003e\u003e /sys/kernel/tracing/kprobe_events\n # echo \u0027hist:keys=n:vals=hitcount.buckets=8:sort=hitcount\u0027 \u003e /sys/kernel/tracing/events/kprobes/copy_to_user/trigger\n # cat /sys/kernel/tracing/events/kprobes/copy_to_user/hist\n[ 143.694628] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000\n[ 143.695190] Mem abort info:\n[ 143.695362] ESR = 0x0000000096000004\n[ 143.695604] EC = 0x25: DABT (current EL), IL = 32 bits\n[ 143.695889] SET = 0, FnV = 0\n[ 143.696077] EA = 0, S1PTW = 0\n[ 143.696302] FSC = 0x04: level 0 translation fault\n[ 143.702381] Data abort info:\n[ 143.702614] ISV = 0, ISS = 0x00000004\n[ 143.702832] CM = 0, WnR = 0\n[ 143.703087] user pgtable: 4k pages, 48-bit VAs, pgdp=00000000448f9000\n[ 143.703407] [0000000000000000] pgd=0000000000000000, p4d=0000000000000000\n[ 143.704137] Internal error: Oops: 0000000096000004 [#1] PREEMPT SMP\n[ 143.704714] Modules linked in:\n[ 143.705273] CPU: 0 PID: 133 Comm: cat Not tainted 6.2.0-00003-g6fc512c10a7c #3\n[ 143.706138] Hardware name: linux,dummy-virt (DT)\n[ 143.706723] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)\n[ 143.707120] pc : hist_field_name.part.0+0x14/0x140\n[ 143.707504] lr : hist_field_name.part.0+0x104/0x140\n[ 143.707774] sp : ffff800008333a30\n[ 143.707952] x29: ffff800008333a30 x28: 0000000000000001 x27: 0000000000400cc0\n[ 143.708429] x26: ffffd7a653b20260 x25: 0000000000000000 x24: ffff10d303ee5800\n[ 143.708776] x23: ffffd7a6539b27b0 x22: ffff10d303fb8c00 x21: 0000000000000001\n[ 143.709127] x20: ffff10d303ec2000 x19: 0000000000000000 x18: 0000000000000000\n[ 143.709478] x17: 0000000000000000 x16: 0000000000000000 x15: 0000000000000000\n[ 143.709824] x14: 0000000000000000 x13: 203a6f666e692072 x12: 6567676972742023\n[ 143.710179] x11: 0a230a6d6172676f x10: 000000000000002c x9 : ffffd7a6521e018c\n[ 143.710584] x8 : 000000000000002c x7 : 7f7f7f7f7f7f7f7f x6 : 000000000000002c\n[ 143.710915] x5 : ffff10d303b0103e x4 : ffffd7a653b20261 x3 : 000000000000003d\n[ 143.711239] x2 : 0000000000020001 x1 : 0000000000000001 x0 : 0000000000000000\n[ 143.711746] Call trace:\n[ 143.712115] hist_field_name.part.0+0x14/0x140\n[ 143.712642] hist_field_name.part.0+0x104/0x140\n[ 143.712925] hist_field_print+0x28/0x140\n[ 143.713125] event_hist_trigger_print+0x174/0x4d0\n[ 143.713348] hist_show+0xf8/0x980\n[ 143.713521] seq_read_iter+0x1bc/0x4b0\n[ 143.713711] seq_read+0x8c/0xc4\n[ 143.713876] vfs_read+0xc8/0x2a4\n[ 143.714043] ksys_read+0x70/0xfc\n[ 143.714218] __arm64_sys_read+0x24/0x30\n[ 143.714400] invoke_syscall+0x50/0x120\n[ 143.714587] el0_svc_common.constprop.0+0x4c/0x100\n[ 143.714807] do_el0_svc+0x44/0xd0\n[ 143.714970] el0_svc+0x2c/0x84\n[ 143.715134] el0t_64_sync_handler+0xbc/0x140\n[ 143.715334] el0t_64_sync+0x190/0x194\n[ 143.715742] Code: a9bd7bfd 910003fd a90153f3 aa0003f3 (f9400000)\n[ 143.716510] ---[ end trace 0000000000000000 ]---\nSegmentation fault",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53093",
"url": "https://www.suse.com/security/cve/CVE-2023-53093"
},
{
"category": "external",
"summary": "SUSE Bug 1242279 for CVE-2023-53093",
"url": "https://bugzilla.suse.com/1242279"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53093"
},
{
"cve": "CVE-2023-53096",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53096"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ninterconnect: fix mem leak when freeing nodes\n\nThe node link array is allocated when adding links to a node but is not\ndeallocated when nodes are destroyed.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53096",
"url": "https://www.suse.com/security/cve/CVE-2023-53096"
},
{
"category": "external",
"summary": "SUSE Bug 1242289 for CVE-2023-53096",
"url": "https://bugzilla.suse.com/1242289"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53096"
},
{
"cve": "CVE-2023-53098",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53098"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmedia: rc: gpio-ir-recv: add remove function\n\nIn case runtime PM is enabled, do runtime PM clean up to remove\ncpu latency qos request, otherwise driver removal may have below\nkernel dump:\n\n[ 19.463299] Unable to handle kernel NULL pointer dereference at\nvirtual address 0000000000000048\n[ 19.472161] Mem abort info:\n[ 19.474985] ESR = 0x0000000096000004\n[ 19.478754] EC = 0x25: DABT (current EL), IL = 32 bits\n[ 19.484081] SET = 0, FnV = 0\n[ 19.487149] EA = 0, S1PTW = 0\n[ 19.490361] FSC = 0x04: level 0 translation fault\n[ 19.495256] Data abort info:\n[ 19.498149] ISV = 0, ISS = 0x00000004\n[ 19.501997] CM = 0, WnR = 0\n[ 19.504977] user pgtable: 4k pages, 48-bit VAs, pgdp=0000000049f81000\n[ 19.511432] [0000000000000048] pgd=0000000000000000,\np4d=0000000000000000\n[ 19.518245] Internal error: Oops: 0000000096000004 [#1] PREEMPT SMP\n[ 19.524520] Modules linked in: gpio_ir_recv(+) rc_core [last\nunloaded: rc_core]\n[ 19.531845] CPU: 0 PID: 445 Comm: insmod Not tainted\n6.2.0-rc1-00028-g2c397a46d47c #72\n[ 19.531854] Hardware name: FSL i.MX8MM EVK board (DT)\n[ 19.531859] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO -DIT -SSBS\nBTYPE=--)\n[ 19.551777] pc : cpu_latency_qos_remove_request+0x20/0x110\n[ 19.557277] lr : gpio_ir_recv_runtime_suspend+0x18/0x30\n[gpio_ir_recv]\n[ 19.557294] sp : ffff800008ce3740\n[ 19.557297] x29: ffff800008ce3740 x28: 0000000000000000 x27:\nffff800008ce3d50\n[ 19.574270] x26: ffffc7e3e9cea100 x25: 00000000000f4240 x24:\nffffc7e3f9ef0e30\n[ 19.574284] x23: 0000000000000000 x22: ffff0061803820f4 x21:\n0000000000000008\n[ 19.574296] x20: ffffc7e3fa75df30 x19: 0000000000000020 x18:\nffffffffffffffff\n[ 19.588570] x17: 0000000000000000 x16: ffffc7e3f9efab70 x15:\nffffffffffffffff\n[ 19.595712] x14: ffff800008ce37b8 x13: ffff800008ce37aa x12:\n0000000000000001\n[ 19.602853] x11: 0000000000000001 x10: ffffcbe3ec0dff87 x9 :\n0000000000000008\n[ 19.609991] x8 : 0101010101010101 x7 : 0000000000000000 x6 :\n000000000f0bfe9f\n[ 19.624261] x5 : 00ffffffffffffff x4 : 0025ab8e00000000 x3 :\nffff006180382010\n[ 19.631405] x2 : ffffc7e3e9ce8030 x1 : ffffc7e3fc3eb810 x0 :\n0000000000000020\n[ 19.638548] Call trace:\n[ 19.640995] cpu_latency_qos_remove_request+0x20/0x110\n[ 19.646142] gpio_ir_recv_runtime_suspend+0x18/0x30 [gpio_ir_recv]\n[ 19.652339] pm_generic_runtime_suspend+0x2c/0x44\n[ 19.657055] __rpm_callback+0x48/0x1dc\n[ 19.660807] rpm_callback+0x6c/0x80\n[ 19.664301] rpm_suspend+0x10c/0x640\n[ 19.667880] rpm_idle+0x250/0x2d0\n[ 19.671198] update_autosuspend+0x38/0xe0\n[ 19.675213] pm_runtime_set_autosuspend_delay+0x40/0x60\n[ 19.680442] gpio_ir_recv_probe+0x1b4/0x21c [gpio_ir_recv]\n[ 19.685941] platform_probe+0x68/0xc0\n[ 19.689610] really_probe+0xc0/0x3dc\n[ 19.693189] __driver_probe_device+0x7c/0x190\n[ 19.697550] driver_probe_device+0x3c/0x110\n[ 19.701739] __driver_attach+0xf4/0x200\n[ 19.705578] bus_for_each_dev+0x70/0xd0\n[ 19.709417] driver_attach+0x24/0x30\n[ 19.712998] bus_add_driver+0x17c/0x240\n[ 19.716834] driver_register+0x78/0x130\n[ 19.720676] __platform_driver_register+0x28/0x34\n[ 19.725386] gpio_ir_recv_driver_init+0x20/0x1000 [gpio_ir_recv]\n[ 19.731404] do_one_initcall+0x44/0x2ac\n[ 19.735243] do_init_module+0x48/0x1d0\n[ 19.739003] load_module+0x19fc/0x2034\n[ 19.742759] __do_sys_finit_module+0xac/0x12c\n[ 19.747124] __arm64_sys_finit_module+0x20/0x30\n[ 19.751664] invoke_syscall+0x48/0x114\n[ 19.755420] el0_svc_common.constprop.0+0xcc/0xec\n[ 19.760132] do_el0_svc+0x38/0xb0\n[ 19.763456] el0_svc+0x2c/0x84\n[ 19.766516] el0t_64_sync_handler+0xf4/0x120\n[ 19.770789] el0t_64_sync+0x190/0x194\n[ 19.774460] Code: 910003fd a90153f3 aa0003f3 91204021 (f9401400)\n[ 19.780556] ---[ end trace 0000000000000000 ]---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53098",
"url": "https://www.suse.com/security/cve/CVE-2023-53098"
},
{
"category": "external",
"summary": "SUSE Bug 1242779 for CVE-2023-53098",
"url": "https://bugzilla.suse.com/1242779"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53098"
},
{
"cve": "CVE-2023-53099",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53099"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfirmware: xilinx: don\u0027t make a sleepable memory allocation from an atomic context\n\nThe following issue was discovered using lockdep:\n[ 6.691371] BUG: sleeping function called from invalid context at include/linux/sched/mm.h:209\n[ 6.694602] in_atomic(): 1, irqs_disabled(): 128, non_block: 0, pid: 1, name: swapper/0\n[ 6.702431] 2 locks held by swapper/0/1:\n[ 6.706300] #0: ffffff8800f6f188 (\u0026dev-\u003emutex){....}-{3:3}, at: __device_driver_lock+0x4c/0x90\n[ 6.714900] #1: ffffffc009a2abb8 (enable_lock){....}-{2:2}, at: clk_enable_lock+0x4c/0x140\n[ 6.723156] irq event stamp: 304030\n[ 6.726596] hardirqs last enabled at (304029): [\u003cffffffc008d17ee0\u003e] _raw_spin_unlock_irqrestore+0xc0/0xd0\n[ 6.736142] hardirqs last disabled at (304030): [\u003cffffffc00876bc5c\u003e] clk_enable_lock+0xfc/0x140\n[ 6.744742] softirqs last enabled at (303958): [\u003cffffffc0080904f0\u003e] _stext+0x4f0/0x894\n[ 6.752655] softirqs last disabled at (303951): [\u003cffffffc0080e53b8\u003e] irq_exit+0x238/0x280\n[ 6.760744] CPU: 1 PID: 1 Comm: swapper/0 Tainted: G U 5.15.36 #2\n[ 6.768048] Hardware name: xlnx,zynqmp (DT)\n[ 6.772179] Call trace:\n[ 6.774584] dump_backtrace+0x0/0x300\n[ 6.778197] show_stack+0x18/0x30\n[ 6.781465] dump_stack_lvl+0xb8/0xec\n[ 6.785077] dump_stack+0x1c/0x38\n[ 6.788345] ___might_sleep+0x1a8/0x2a0\n[ 6.792129] __might_sleep+0x6c/0xd0\n[ 6.795655] kmem_cache_alloc_trace+0x270/0x3d0\n[ 6.800127] do_feature_check_call+0x100/0x220\n[ 6.804513] zynqmp_pm_invoke_fn+0x8c/0xb0\n[ 6.808555] zynqmp_pm_clock_getstate+0x90/0xe0\n[ 6.813027] zynqmp_pll_is_enabled+0x8c/0x120\n[ 6.817327] zynqmp_pll_enable+0x38/0xc0\n[ 6.821197] clk_core_enable+0x144/0x400\n[ 6.825067] clk_core_enable+0xd4/0x400\n[ 6.828851] clk_core_enable+0xd4/0x400\n[ 6.832635] clk_core_enable+0xd4/0x400\n[ 6.836419] clk_core_enable+0xd4/0x400\n[ 6.840203] clk_core_enable+0xd4/0x400\n[ 6.843987] clk_core_enable+0xd4/0x400\n[ 6.847771] clk_core_enable+0xd4/0x400\n[ 6.851555] clk_core_enable_lock+0x24/0x50\n[ 6.855683] clk_enable+0x24/0x40\n[ 6.858952] fclk_probe+0x84/0xf0\n[ 6.862220] platform_probe+0x8c/0x110\n[ 6.865918] really_probe+0x110/0x5f0\n[ 6.869530] __driver_probe_device+0xcc/0x210\n[ 6.873830] driver_probe_device+0x64/0x140\n[ 6.877958] __driver_attach+0x114/0x1f0\n[ 6.881828] bus_for_each_dev+0xe8/0x160\n[ 6.885698] driver_attach+0x34/0x50\n[ 6.889224] bus_add_driver+0x228/0x300\n[ 6.893008] driver_register+0xc0/0x1e0\n[ 6.896792] __platform_driver_register+0x44/0x60\n[ 6.901436] fclk_driver_init+0x1c/0x28\n[ 6.905220] do_one_initcall+0x104/0x590\n[ 6.909091] kernel_init_freeable+0x254/0x2bc\n[ 6.913390] kernel_init+0x24/0x130\n[ 6.916831] ret_from_fork+0x10/0x20\n\nFix it by passing the GFP_ATOMIC gfp flag for the corresponding\nmemory allocation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53099",
"url": "https://www.suse.com/security/cve/CVE-2023-53099"
},
{
"category": "external",
"summary": "SUSE Bug 1242399 for CVE-2023-53099",
"url": "https://bugzilla.suse.com/1242399"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53099"
},
{
"cve": "CVE-2023-53100",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53100"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix WARNING in ext4_update_inline_data\n\nSyzbot found the following issue:\nEXT4-fs (loop0): mounted filesystem 00000000-0000-0000-0000-000000000000 without journal. Quota mode: none.\nfscrypt: AES-256-CTS-CBC using implementation \"cts-cbc-aes-aesni\"\nfscrypt: AES-256-XTS using implementation \"xts-aes-aesni\"\n------------[ cut here ]------------\nWARNING: CPU: 0 PID: 5071 at mm/page_alloc.c:5525 __alloc_pages+0x30a/0x560 mm/page_alloc.c:5525\nModules linked in:\nCPU: 1 PID: 5071 Comm: syz-executor263 Not tainted 6.2.0-rc1-syzkaller #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 10/26/2022\nRIP: 0010:__alloc_pages+0x30a/0x560 mm/page_alloc.c:5525\nRSP: 0018:ffffc90003c2f1c0 EFLAGS: 00010246\nRAX: ffffc90003c2f220 RBX: 0000000000000014 RCX: 0000000000000000\nRDX: 0000000000000028 RSI: 0000000000000000 RDI: ffffc90003c2f248\nRBP: ffffc90003c2f2d8 R08: dffffc0000000000 R09: ffffc90003c2f220\nR10: fffff52000785e49 R11: 1ffff92000785e44 R12: 0000000000040d40\nR13: 1ffff92000785e40 R14: dffffc0000000000 R15: 1ffff92000785e3c\nFS: 0000555556c0d300(0000) GS:ffff8880b9800000(0000) knlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 00007f95d5e04138 CR3: 00000000793aa000 CR4: 00000000003506f0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nCall Trace:\n \u003cTASK\u003e\n __alloc_pages_node include/linux/gfp.h:237 [inline]\n alloc_pages_node include/linux/gfp.h:260 [inline]\n __kmalloc_large_node+0x95/0x1e0 mm/slab_common.c:1113\n __do_kmalloc_node mm/slab_common.c:956 [inline]\n __kmalloc+0xfe/0x190 mm/slab_common.c:981\n kmalloc include/linux/slab.h:584 [inline]\n kzalloc include/linux/slab.h:720 [inline]\n ext4_update_inline_data+0x236/0x6b0 fs/ext4/inline.c:346\n ext4_update_inline_dir fs/ext4/inline.c:1115 [inline]\n ext4_try_add_inline_entry+0x328/0x990 fs/ext4/inline.c:1307\n ext4_add_entry+0x5a4/0xeb0 fs/ext4/namei.c:2385\n ext4_add_nondir+0x96/0x260 fs/ext4/namei.c:2772\n ext4_create+0x36c/0x560 fs/ext4/namei.c:2817\n lookup_open fs/namei.c:3413 [inline]\n open_last_lookups fs/namei.c:3481 [inline]\n path_openat+0x12ac/0x2dd0 fs/namei.c:3711\n do_filp_open+0x264/0x4f0 fs/namei.c:3741\n do_sys_openat2+0x124/0x4e0 fs/open.c:1310\n do_sys_open fs/open.c:1326 [inline]\n __do_sys_openat fs/open.c:1342 [inline]\n __se_sys_openat fs/open.c:1337 [inline]\n __x64_sys_openat+0x243/0x290 fs/open.c:1337\n do_syscall_x64 arch/x86/entry/common.c:50 [inline]\n do_syscall_64+0x3d/0xb0 arch/x86/entry/common.c:80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\n\nAbove issue happens as follows:\next4_iget\n ext4_find_inline_data_nolock -\u003ei_inline_off=164 i_inline_size=60\next4_try_add_inline_entry\n __ext4_mark_inode_dirty\n ext4_expand_extra_isize_ea -\u003ei_extra_isize=32 s_want_extra_isize=44\n ext4_xattr_shift_entries\n\t -\u003eafter shift i_inline_off is incorrect, actually is change to 176\next4_try_add_inline_entry\n ext4_update_inline_dir\n get_max_inline_xattr_value_size\n if (EXT4_I(inode)-\u003ei_inline_off)\n\tentry = (struct ext4_xattr_entry *)((void *)raw_inode +\n\t\t\tEXT4_I(inode)-\u003ei_inline_off);\n free += EXT4_XATTR_SIZE(le32_to_cpu(entry-\u003ee_value_size));\n\t-\u003eAs entry is incorrect, then \u0027free\u0027 may be negative\n ext4_update_inline_data\n value = kzalloc(len, GFP_NOFS);\n -\u003e len is unsigned int, maybe very large, then trigger warning when\n \u0027kzalloc()\u0027\n\nTo resolve the above issue we need to update \u0027i_inline_off\u0027 after\n\u0027ext4_xattr_shift_entries()\u0027. We do not need to set\nEXT4_STATE_MAY_INLINE_DATA flag here, since ext4_mark_inode_dirty()\nalready sets this flag if needed. Setting EXT4_STATE_MAY_INLINE_DATA\nwhen it is needed may trigger a BUG_ON in ext4_writepages().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53100",
"url": "https://www.suse.com/security/cve/CVE-2023-53100"
},
{
"category": "external",
"summary": "SUSE Bug 1242790 for CVE-2023-53100",
"url": "https://bugzilla.suse.com/1242790"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53100"
},
{
"cve": "CVE-2023-53101",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53101"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: zero i_disksize when initializing the bootloader inode\n\nIf the boot loader inode has never been used before, the\nEXT4_IOC_SWAP_BOOT inode will initialize it, including setting the\ni_size to 0. However, if the \"never before used\" boot loader has a\nnon-zero i_size, then i_disksize will be non-zero, and the\ninconsistency between i_size and i_disksize can trigger a kernel\nwarning:\n\n WARNING: CPU: 0 PID: 2580 at fs/ext4/file.c:319\n CPU: 0 PID: 2580 Comm: bb Not tainted 6.3.0-rc1-00004-g703695902cfa\n RIP: 0010:ext4_file_write_iter+0xbc7/0xd10\n Call Trace:\n vfs_write+0x3b1/0x5c0\n ksys_write+0x77/0x160\n __x64_sys_write+0x22/0x30\n do_syscall_64+0x39/0x80\n\nReproducer:\n 1. create corrupted image and mount it:\n mke2fs -t ext4 /tmp/foo.img 200\n debugfs -wR \"sif \u003c5\u003e size 25700\" /tmp/foo.img\n mount -t ext4 /tmp/foo.img /mnt\n cd /mnt\n echo 123 \u003e file\n 2. Run the reproducer program:\n posix_memalign(\u0026buf, 1024, 1024)\n fd = open(\"file\", O_RDWR | O_DIRECT);\n ioctl(fd, EXT4_IOC_SWAP_BOOT);\n write(fd, buf, 1024);\n\nFix this by setting i_disksize as well as i_size to zero when\ninitiaizing the boot loader inode.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53101",
"url": "https://www.suse.com/security/cve/CVE-2023-53101"
},
{
"category": "external",
"summary": "SUSE Bug 1242791 for CVE-2023-53101",
"url": "https://bugzilla.suse.com/1242791"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53101"
},
{
"cve": "CVE-2023-53106",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53106"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfc: st-nci: Fix use after free bug in ndlc_remove due to race condition\n\nThis bug influences both st_nci_i2c_remove and st_nci_spi_remove.\nTake st_nci_i2c_remove as an example.\n\nIn st_nci_i2c_probe, it called ndlc_probe and bound \u0026ndlc-\u003esm_work\nwith llt_ndlc_sm_work.\n\nWhen it calls ndlc_recv or timeout handler, it will finally call\nschedule_work to start the work.\n\nWhen we call st_nci_i2c_remove to remove the driver, there\nmay be a sequence as follows:\n\nFix it by finishing the work before cleanup in ndlc_remove\n\nCPU0 CPU1\n\n |llt_ndlc_sm_work\nst_nci_i2c_remove |\n ndlc_remove |\n st_nci_remove |\n nci_free_device|\n kfree(ndev) |\n//free ndlc-\u003endev |\n |llt_ndlc_rcv_queue\n |nci_recv_frame\n |//use ndlc-\u003endev",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53106",
"url": "https://www.suse.com/security/cve/CVE-2023-53106"
},
{
"category": "external",
"summary": "SUSE Bug 1242215 for CVE-2023-53106",
"url": "https://bugzilla.suse.com/1242215"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53106"
},
{
"cve": "CVE-2023-53108",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53108"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/iucv: Fix size of interrupt data\n\niucv_irq_data needs to be 4 bytes larger.\nThese bytes are not used by the iucv module, but written by\nthe z/VM hypervisor in case a CPU is deconfigured.\n\nReported as:\nBUG dma-kmalloc-64 (Not tainted): kmalloc Redzone overwritten\n-----------------------------------------------------------------------------\n0x0000000000400564-0x0000000000400567 @offset=1380. First byte 0x80 instead of 0xcc\nAllocated in iucv_cpu_prepare+0x44/0xd0 age=167839 cpu=2 pid=1\n__kmem_cache_alloc_node+0x166/0x450\nkmalloc_node_trace+0x3a/0x70\niucv_cpu_prepare+0x44/0xd0\ncpuhp_invoke_callback+0x156/0x2f0\ncpuhp_issue_call+0xf0/0x298\n__cpuhp_setup_state_cpuslocked+0x136/0x338\n__cpuhp_setup_state+0xf4/0x288\niucv_init+0xf4/0x280\ndo_one_initcall+0x78/0x390\ndo_initcalls+0x11a/0x140\nkernel_init_freeable+0x25e/0x2a0\nkernel_init+0x2e/0x170\n__ret_from_fork+0x3c/0x58\nret_from_fork+0xa/0x40\nFreed in iucv_init+0x92/0x280 age=167839 cpu=2 pid=1\n__kmem_cache_free+0x308/0x358\niucv_init+0x92/0x280\ndo_one_initcall+0x78/0x390\ndo_initcalls+0x11a/0x140\nkernel_init_freeable+0x25e/0x2a0\nkernel_init+0x2e/0x170\n__ret_from_fork+0x3c/0x58\nret_from_fork+0xa/0x40\nSlab 0x0000037200010000 objects=32 used=30 fp=0x0000000000400640 flags=0x1ffff00000010200(slab|head|node=0|zone=0|\nObject 0x0000000000400540 @offset=1344 fp=0x0000000000000000\nRedzone 0000000000400500: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc ................\nRedzone 0000000000400510: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc ................\nRedzone 0000000000400520: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc ................\nRedzone 0000000000400530: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc ................\nObject 0000000000400540: 00 01 00 03 00 00 00 00 00 00 00 00 00 00 00 00 ................\nObject 0000000000400550: f3 86 81 f2 f4 82 f8 82 f0 f0 f0 f0 f0 f0 f0 f2 ................\nObject 0000000000400560: 00 00 00 00 80 00 00 00 cc cc cc cc cc cc cc cc ................\nObject 0000000000400570: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc ................\nRedzone 0000000000400580: cc cc cc cc cc cc cc cc ........\nPadding 00000000004005d4: 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a ZZZZZZZZZZZZZZZZ\nPadding 00000000004005e4: 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a ZZZZZZZZZZZZZZZZ\nPadding 00000000004005f4: 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a ZZZZZZZZZZZZ\nCPU: 6 PID: 121030 Comm: 116-pai-crypto. Not tainted 6.3.0-20230221.rc0.git4.99b8246b2d71.300.fc37.s390x+debug #1\nHardware name: IBM 3931 A01 704 (z/VM 7.3.0)\nCall Trace:\n[\u003c000000032aa034ec\u003e] dump_stack_lvl+0xac/0x100\n[\u003c0000000329f5a6cc\u003e] check_bytes_and_report+0x104/0x140\n[\u003c0000000329f5aa78\u003e] check_object+0x370/0x3c0\n[\u003c0000000329f5ede6\u003e] free_debug_processing+0x15e/0x348\n[\u003c0000000329f5f06a\u003e] free_to_partial_list+0x9a/0x2f0\n[\u003c0000000329f5f4a4\u003e] __slab_free+0x1e4/0x3a8\n[\u003c0000000329f61768\u003e] __kmem_cache_free+0x308/0x358\n[\u003c000000032a91465c\u003e] iucv_cpu_dead+0x6c/0x88\n[\u003c0000000329c2fc66\u003e] cpuhp_invoke_callback+0x156/0x2f0\n[\u003c000000032aa062da\u003e] _cpu_down.constprop.0+0x22a/0x5e0\n[\u003c0000000329c3243e\u003e] cpu_device_down+0x4e/0x78\n[\u003c000000032a61dee0\u003e] device_offline+0xc8/0x118\n[\u003c000000032a61e048\u003e] online_store+0x60/0xe0\n[\u003c000000032a08b6b0\u003e] kernfs_fop_write_iter+0x150/0x1e8\n[\u003c0000000329fab65c\u003e] vfs_write+0x174/0x360\n[\u003c0000000329fab9fc\u003e] ksys_write+0x74/0x100\n[\u003c000000032aa03a5a\u003e] __do_syscall+0x1da/0x208\n[\u003c000000032aa177b2\u003e] system_call+0x82/0xb0\nINFO: lockdep is turned off.\nFIX dma-kmalloc-64: Restoring kmalloc Redzone 0x0000000000400564-0x0000000000400567=0xcc\nFIX dma-kmalloc-64: Object at 0x0000000000400540 not freed",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53108",
"url": "https://www.suse.com/security/cve/CVE-2023-53108"
},
{
"category": "external",
"summary": "SUSE Bug 1242422 for CVE-2023-53108",
"url": "https://bugzilla.suse.com/1242422"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53108"
},
{
"cve": "CVE-2023-53111",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53111"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nloop: Fix use-after-free issues\n\ndo_req_filebacked() calls blk_mq_complete_request() synchronously or\nasynchronously when using asynchronous I/O unless memory allocation fails.\nHence, modify loop_handle_cmd() such that it does not dereference \u0027cmd\u0027 nor\n\u0027rq\u0027 after do_req_filebacked() finished unless we are sure that the request\nhas not yet been completed. This patch fixes the following kernel crash:\n\nUnable to handle kernel NULL pointer dereference at virtual address 0000000000000054\nCall trace:\n css_put.42938+0x1c/0x1ac\n loop_process_work+0xc8c/0xfd4\n loop_rootcg_workfn+0x24/0x34\n process_one_work+0x244/0x558\n worker_thread+0x400/0x8fc\n kthread+0x16c/0x1e0\n ret_from_fork+0x10/0x20",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53111",
"url": "https://www.suse.com/security/cve/CVE-2023-53111"
},
{
"category": "external",
"summary": "SUSE Bug 1242428 for CVE-2023-53111",
"url": "https://bugzilla.suse.com/1242428"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53111"
},
{
"cve": "CVE-2023-53114",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53114"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ni40e: Fix kernel crash during reboot when adapter is in recovery mode\n\nIf the driver detects during probe that firmware is in recovery\nmode then i40e_init_recovery_mode() is called and the rest of\nprobe function is skipped including pci_set_drvdata(). Subsequent\ni40e_shutdown() called during shutdown/reboot dereferences NULL\npointer as pci_get_drvdata() returns NULL.\n\nTo fix call pci_set_drvdata() also during entering to recovery mode.\n\nReproducer:\n1) Lets have i40e NIC with firmware in recovery mode\n2) Run reboot\n\nResult:\n[ 139.084698] i40e: Intel(R) Ethernet Connection XL710 Network Driver\n[ 139.090959] i40e: Copyright (c) 2013 - 2019 Intel Corporation.\n[ 139.108438] i40e 0000:02:00.0: Firmware recovery mode detected. Limiting functionality.\n[ 139.116439] i40e 0000:02:00.0: Refer to the Intel(R) Ethernet Adapters and Devices User Guide for details on firmware recovery mode.\n[ 139.129499] i40e 0000:02:00.0: fw 8.3.64775 api 1.13 nvm 8.30 0x8000b78d 1.3106.0 [8086:1583] [15d9:084a]\n[ 139.215932] i40e 0000:02:00.0 enp2s0f0: renamed from eth0\n[ 139.223292] i40e 0000:02:00.1: Firmware recovery mode detected. Limiting functionality.\n[ 139.231292] i40e 0000:02:00.1: Refer to the Intel(R) Ethernet Adapters and Devices User Guide for details on firmware recovery mode.\n[ 139.244406] i40e 0000:02:00.1: fw 8.3.64775 api 1.13 nvm 8.30 0x8000b78d 1.3106.0 [8086:1583] [15d9:084a]\n[ 139.329209] i40e 0000:02:00.1 enp2s0f1: renamed from eth0\n...\n[ 156.311376] BUG: kernel NULL pointer dereference, address: 00000000000006c2\n[ 156.318330] #PF: supervisor write access in kernel mode\n[ 156.323546] #PF: error_code(0x0002) - not-present page\n[ 156.328679] PGD 0 P4D 0\n[ 156.331210] Oops: 0002 [#1] PREEMPT SMP NOPTI\n[ 156.335567] CPU: 26 PID: 15119 Comm: reboot Tainted: G E 6.2.0+ #1\n[ 156.343126] Hardware name: Abacus electric, s.r.o. - servis@abacus.cz Super Server/H12SSW-iN, BIOS 2.4 04/13/2022\n[ 156.353369] RIP: 0010:i40e_shutdown+0x15/0x130 [i40e]\n[ 156.358430] Code: c1 fc ff ff 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 f3 0f 1e fa 0f 1f 44 00 00 55 48 89 fd 53 48 8b 9f 48 01 00 00 \u003cf0\u003e 80 8b c2 06 00 00 04 f0 80 8b c0 06 00 00 08 48 8d bb 08 08 00\n[ 156.377168] RSP: 0018:ffffb223c8447d90 EFLAGS: 00010282\n[ 156.382384] RAX: ffffffffc073ee70 RBX: 0000000000000000 RCX: 0000000000000001\n[ 156.389510] RDX: 0000000080000001 RSI: 0000000000000246 RDI: ffff95db49988000\n[ 156.396634] RBP: ffff95db49988000 R08: ffffffffffffffff R09: ffffffff8bd17d40\n[ 156.403759] R10: 0000000000000001 R11: ffffffff8a5e3d28 R12: ffff95db49988000\n[ 156.410882] R13: ffffffff89a6fe17 R14: ffff95db49988150 R15: 0000000000000000\n[ 156.418007] FS: 00007fe7c0cc3980(0000) GS:ffff95ea8ee80000(0000) knlGS:0000000000000000\n[ 156.426083] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n[ 156.431819] CR2: 00000000000006c2 CR3: 00000003092fc005 CR4: 0000000000770ee0\n[ 156.438944] PKRU: 55555554\n[ 156.441647] Call Trace:\n[ 156.444096] \u003cTASK\u003e\n[ 156.446199] pci_device_shutdown+0x38/0x60\n[ 156.450297] device_shutdown+0x163/0x210\n[ 156.454215] kernel_restart+0x12/0x70\n[ 156.457872] __do_sys_reboot+0x1ab/0x230\n[ 156.461789] ? vfs_writev+0xa6/0x1a0\n[ 156.465362] ? __pfx_file_free_rcu+0x10/0x10\n[ 156.469635] ? __call_rcu_common.constprop.85+0x109/0x5a0\n[ 156.475034] do_syscall_64+0x3e/0x90\n[ 156.478611] entry_SYSCALL_64_after_hwframe+0x72/0xdc\n[ 156.483658] RIP: 0033:0x7fe7bff37ab7",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53114",
"url": "https://www.suse.com/security/cve/CVE-2023-53114"
},
{
"category": "external",
"summary": "SUSE Bug 1242398 for CVE-2023-53114",
"url": "https://bugzilla.suse.com/1242398"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53114"
},
{
"cve": "CVE-2023-53116",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53116"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnvmet: avoid potential UAF in nvmet_req_complete()\n\nAn nvme target -\u003equeue_response() operation implementation may free the\nrequest passed as argument. Such implementation potentially could result\nin a use after free of the request pointer when percpu_ref_put() is\ncalled in nvmet_req_complete().\n\nAvoid such problem by using a local variable to save the sq pointer\nbefore calling __nvmet_req_complete(), thus avoiding dereferencing the\nreq pointer after that function call.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53116",
"url": "https://www.suse.com/security/cve/CVE-2023-53116"
},
{
"category": "external",
"summary": "SUSE Bug 1242411 for CVE-2023-53116",
"url": "https://bugzilla.suse.com/1242411"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53116"
},
{
"cve": "CVE-2023-53118",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53118"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: core: Fix a procfs host directory removal regression\n\nscsi_proc_hostdir_rm() decreases a reference counter and hence must only be\ncalled once per host that is removed. This change does not require a\nscsi_add_host_with_dma() change since scsi_add_host_with_dma() will return\n0 (success) if scsi_proc_host_add() is called.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53118",
"url": "https://www.suse.com/security/cve/CVE-2023-53118"
},
{
"category": "external",
"summary": "SUSE Bug 1242365 for CVE-2023-53118",
"url": "https://bugzilla.suse.com/1242365"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53118"
},
{
"cve": "CVE-2023-53119",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53119"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfc: pn533: initialize struct pn533_out_arg properly\n\nstruct pn533_out_arg used as a temporary context for out_urb is not\ninitialized properly. Its uninitialized \u0027phy\u0027 field can be dereferenced in\nerror cases inside pn533_out_complete() callback function. It causes the\nfollowing failure:\n\ngeneral protection fault, probably for non-canonical address 0xdffffc0000000000: 0000 [#1] PREEMPT SMP KASAN\nKASAN: null-ptr-deref in range [0x0000000000000000-0x0000000000000007]\nCPU: 1 PID: 0 Comm: swapper/1 Not tainted 6.2.0-rc3-next-20230110-syzkaller #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 10/26/2022\nRIP: 0010:pn533_out_complete.cold+0x15/0x44 drivers/nfc/pn533/usb.c:441\nCall Trace:\n \u003cIRQ\u003e\n __usb_hcd_giveback_urb+0x2b6/0x5c0 drivers/usb/core/hcd.c:1671\n usb_hcd_giveback_urb+0x384/0x430 drivers/usb/core/hcd.c:1754\n dummy_timer+0x1203/0x32d0 drivers/usb/gadget/udc/dummy_hcd.c:1988\n call_timer_fn+0x1da/0x800 kernel/time/timer.c:1700\n expire_timers+0x234/0x330 kernel/time/timer.c:1751\n __run_timers kernel/time/timer.c:2022 [inline]\n __run_timers kernel/time/timer.c:1995 [inline]\n run_timer_softirq+0x326/0x910 kernel/time/timer.c:2035\n __do_softirq+0x1fb/0xaf6 kernel/softirq.c:571\n invoke_softirq kernel/softirq.c:445 [inline]\n __irq_exit_rcu+0x123/0x180 kernel/softirq.c:650\n irq_exit_rcu+0x9/0x20 kernel/softirq.c:662\n sysvec_apic_timer_interrupt+0x97/0xc0 arch/x86/kernel/apic/apic.c:1107\n\nInitialize the field with the pn533_usb_phy currently used.\n\nFound by Linux Verification Center (linuxtesting.org) with Syzkaller.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53119",
"url": "https://www.suse.com/security/cve/CVE-2023-53119"
},
{
"category": "external",
"summary": "SUSE Bug 1242370 for CVE-2023-53119",
"url": "https://bugzilla.suse.com/1242370"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53119"
},
{
"cve": "CVE-2023-53123",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53123"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nPCI: s390: Fix use-after-free of PCI resources with per-function hotplug\n\nOn s390 PCI functions may be hotplugged individually even when they\nbelong to a multi-function device. In particular on an SR-IOV device VFs\nmay be removed and later re-added.\n\nIn commit a50297cf8235 (\"s390/pci: separate zbus creation from\nscanning\") it was missed however that struct pci_bus and struct\nzpci_bus\u0027s resource list retained a reference to the PCI functions MMIO\nresources even though those resources are released and freed on\nhot-unplug. These stale resources may subsequently be claimed when the\nPCI function re-appears resulting in use-after-free.\n\nOne idea of fixing this use-after-free in s390 specific code that was\ninvestigated was to simply keep resources around from the moment a PCI\nfunction first appeared until the whole virtual PCI bus created for\na multi-function device disappears. The problem with this however is\nthat due to the requirement of artificial MMIO addreesses (address\ncookies) extra logic is then needed to keep the address cookies\ncompatible on re-plug. At the same time the MMIO resources semantically\nbelong to the PCI function so tying their lifecycle to the function\nseems more logical.\n\nInstead a simpler approach is to remove the resources of an individually\nhot-unplugged PCI function from the PCI bus\u0027s resource list while\nkeeping the resources of other PCI functions on the PCI bus untouched.\n\nThis is done by introducing pci_bus_remove_resource() to remove an\nindividual resource. Similarly the resource also needs to be removed\nfrom the struct zpci_bus\u0027s resource list. It turns out however, that\nthere is really no need to add the MMIO resources to the struct\nzpci_bus\u0027s resource list at all and instead we can simply use the\nzpci_bar_struct\u0027s resource pointer directly.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53123",
"url": "https://www.suse.com/security/cve/CVE-2023-53123"
},
{
"category": "external",
"summary": "SUSE Bug 1242403 for CVE-2023-53123",
"url": "https://bugzilla.suse.com/1242403"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53123"
},
{
"cve": "CVE-2023-53124",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53124"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: mpt3sas: Fix NULL pointer access in mpt3sas_transport_port_add()\n\nPort is allocated by sas_port_alloc_num() and rphy is allocated by either\nsas_end_device_alloc() or sas_expander_alloc(), all of which may return\nNULL. So we need to check the rphy to avoid possible NULL pointer access.\n\nIf sas_rphy_add() returned with failure, rphy is set to NULL. We would\naccess the rphy in the following lines which would also result NULL pointer\naccess.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53124",
"url": "https://www.suse.com/security/cve/CVE-2023-53124"
},
{
"category": "external",
"summary": "SUSE Bug 1242165 for CVE-2023-53124",
"url": "https://bugzilla.suse.com/1242165"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53124"
},
{
"cve": "CVE-2023-53125",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53125"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: usb: smsc75xx: Limit packet length to skb-\u003elen\n\nPacket length retrieved from skb data may be larger than\nthe actual socket buffer length (up to 9026 bytes). In such\ncase the cloned skb passed up the network stack will leak\nkernel memory contents.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53125",
"url": "https://www.suse.com/security/cve/CVE-2023-53125"
},
{
"category": "external",
"summary": "SUSE Bug 1242285 for CVE-2023-53125",
"url": "https://bugzilla.suse.com/1242285"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53125"
},
{
"cve": "CVE-2023-53131",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53131"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nSUNRPC: Fix a server shutdown leak\n\nFix a race where kthread_stop() may prevent the threadfn from ever getting\ncalled. If that happens the svc_rqst will not be cleaned up.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53131",
"url": "https://www.suse.com/security/cve/CVE-2023-53131"
},
{
"category": "external",
"summary": "SUSE Bug 1242377 for CVE-2023-53131",
"url": "https://bugzilla.suse.com/1242377"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53131"
},
{
"cve": "CVE-2023-53134",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53134"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbnxt_en: Avoid order-5 memory allocation for TPA data\n\nThe driver needs to keep track of all the possible concurrent TPA (GRO/LRO)\ncompletions on the aggregation ring. On P5 chips, the maximum number\nof concurrent TPA is 256 and the amount of memory we allocate is order-5\non systems using 4K pages. Memory allocation failure has been reported:\n\nNetworkManager: page allocation failure: order:5, mode:0x40dc0(GFP_KERNEL|__GFP_COMP|__GFP_ZERO), nodemask=(null),cpuset=/,mems_allowed=0-1\nCPU: 15 PID: 2995 Comm: NetworkManager Kdump: loaded Not tainted 5.10.156 #1\nHardware name: Dell Inc. PowerEdge R660/0M1CC5, BIOS 0.2.25 08/12/2022\nCall Trace:\n dump_stack+0x57/0x6e\n warn_alloc.cold.120+0x7b/0xdd\n ? _cond_resched+0x15/0x30\n ? __alloc_pages_direct_compact+0x15f/0x170\n __alloc_pages_slowpath.constprop.108+0xc58/0xc70\n __alloc_pages_nodemask+0x2d0/0x300\n kmalloc_order+0x24/0xe0\n kmalloc_order_trace+0x19/0x80\n bnxt_alloc_mem+0x1150/0x15c0 [bnxt_en]\n ? bnxt_get_func_stat_ctxs+0x13/0x60 [bnxt_en]\n __bnxt_open_nic+0x12e/0x780 [bnxt_en]\n bnxt_open+0x10b/0x240 [bnxt_en]\n __dev_open+0xe9/0x180\n __dev_change_flags+0x1af/0x220\n dev_change_flags+0x21/0x60\n do_setlink+0x35c/0x1100\n\nInstead of allocating this big chunk of memory and dividing it up for the\nconcurrent TPA instances, allocate each small chunk separately for each\nTPA instance. This will reduce it to order-0 allocations.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53134",
"url": "https://www.suse.com/security/cve/CVE-2023-53134"
},
{
"category": "external",
"summary": "SUSE Bug 1242380 for CVE-2023-53134",
"url": "https://bugzilla.suse.com/1242380"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53134"
},
{
"cve": "CVE-2023-53137",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53137"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: Fix possible corruption when moving a directory\n\nWhen we are renaming a directory to a different directory, we need to\nupdate \u0027..\u0027 entry in the moved directory. However nothing prevents moved\ndirectory from being modified and even converted from the inline format\nto the normal format. When such race happens the rename code gets\nconfused and we crash. Fix the problem by locking the moved directory.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53137",
"url": "https://www.suse.com/security/cve/CVE-2023-53137"
},
{
"category": "external",
"summary": "SUSE Bug 1242358 for CVE-2023-53137",
"url": "https://bugzilla.suse.com/1242358"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53137"
},
{
"cve": "CVE-2023-53139",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53139"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfc: fdp: add null check of devm_kmalloc_array in fdp_nci_i2c_read_device_properties\n\ndevm_kmalloc_array may fails, *fw_vsc_cfg might be null and cause\nout-of-bounds write in device_property_read_u8_array later.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53139",
"url": "https://www.suse.com/security/cve/CVE-2023-53139"
},
{
"category": "external",
"summary": "SUSE Bug 1242361 for CVE-2023-53139",
"url": "https://bugzilla.suse.com/1242361"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53139"
},
{
"cve": "CVE-2023-53140",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53140"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: core: Remove the /proc/scsi/${proc_name} directory earlier\n\nRemove the /proc/scsi/${proc_name} directory earlier to fix a race\ncondition between unloading and reloading kernel modules. This fixes a bug\nintroduced in 2009 by commit 77c019768f06 (\"[SCSI] fix /proc memory leak in\nthe SCSI core\").\n\nFix the following kernel warning:\n\nproc_dir_entry \u0027scsi/scsi_debug\u0027 already registered\nWARNING: CPU: 19 PID: 27986 at fs/proc/generic.c:376 proc_register+0x27d/0x2e0\nCall Trace:\n proc_mkdir+0xb5/0xe0\n scsi_proc_hostdir_add+0xb5/0x170\n scsi_host_alloc+0x683/0x6c0\n sdebug_driver_probe+0x6b/0x2d0 [scsi_debug]\n really_probe+0x159/0x540\n __driver_probe_device+0xdc/0x230\n driver_probe_device+0x4f/0x120\n __device_attach_driver+0xef/0x180\n bus_for_each_drv+0xe5/0x130\n __device_attach+0x127/0x290\n device_initial_probe+0x17/0x20\n bus_probe_device+0x110/0x130\n device_add+0x673/0xc80\n device_register+0x1e/0x30\n sdebug_add_host_helper+0x1a7/0x3b0 [scsi_debug]\n scsi_debug_init+0x64f/0x1000 [scsi_debug]\n do_one_initcall+0xd7/0x470\n do_init_module+0xe7/0x330\n load_module+0x122a/0x12c0\n __do_sys_finit_module+0x124/0x1a0\n __x64_sys_finit_module+0x46/0x50\n do_syscall_64+0x38/0x80\n entry_SYSCALL_64_after_hwframe+0x46/0xb0",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53140",
"url": "https://www.suse.com/security/cve/CVE-2023-53140"
},
{
"category": "external",
"summary": "SUSE Bug 1242372 for CVE-2023-53140",
"url": "https://bugzilla.suse.com/1242372"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53140"
},
{
"cve": "CVE-2023-53142",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53142"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nice: copy last block omitted in ice_get_module_eeprom()\n\nice_get_module_eeprom() is broken since commit e9c9692c8a81 (\"ice:\nReimplement module reads used by ethtool\") In this refactor,\nice_get_module_eeprom() reads the eeprom in blocks of size 8.\nBut the condition that should protect the buffer overflow\nignores the last block. The last block always contains zeros.\n\nBug uncovered by ethtool upstream commit 9538f384b535\n(\"netlink: eeprom: Defer page requests to individual parsers\")\nAfter this commit, ethtool reads a block with length = 1;\nto read the SFF-8024 identifier value.\n\nunpatched driver:\n$ ethtool -m enp65s0f0np0 offset 0x90 length 8\nOffset Values\n------ ------\n0x0090: 00 00 00 00 00 00 00 00\n$ ethtool -m enp65s0f0np0 offset 0x90 length 12\nOffset Values\n------ ------\n0x0090: 00 00 01 a0 4d 65 6c 6c 00 00 00 00\n$\n\n$ ethtool -m enp65s0f0np0\nOffset Values\n------ ------\n0x0000: 11 06 06 00 00 00 00 00 00 00 00 00 00 00 00 00\n0x0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n0x0020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n0x0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n0x0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n0x0050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n0x0060: 00 00 00 00 00 00 00 00 00 00 00 00 00 01 08 00\n0x0070: 00 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n\npatched driver:\n$ ethtool -m enp65s0f0np0 offset 0x90 length 8\nOffset Values\n------ ------\n0x0090: 00 00 01 a0 4d 65 6c 6c\n$ ethtool -m enp65s0f0np0 offset 0x90 length 12\nOffset Values\n------ ------\n0x0090: 00 00 01 a0 4d 65 6c 6c 61 6e 6f 78\n$ ethtool -m enp65s0f0np0\n Identifier : 0x11 (QSFP28)\n Extended identifier : 0x00\n Extended identifier description : 1.5W max. Power consumption\n Extended identifier description : No CDR in TX, No CDR in RX\n Extended identifier description : High Power Class (\u003e 3.5 W) not enabled\n Connector : 0x23 (No separable connector)\n Transceiver codes : 0x88 0x00 0x00 0x00 0x00 0x00 0x00 0x00\n Transceiver type : 40G Ethernet: 40G Base-CR4\n Transceiver type : 25G Ethernet: 25G Base-CR CA-N\n Encoding : 0x05 (64B/66B)\n BR, Nominal : 25500Mbps\n Rate identifier : 0x00\n Length (SMF,km) : 0km\n Length (OM3 50um) : 0m\n Length (OM2 50um) : 0m\n Length (OM1 62.5um) : 0m\n Length (Copper or Active cable) : 1m\n Transmitter technology : 0xa0 (Copper cable unequalized)\n Attenuation at 2.5GHz : 4db\n Attenuation at 5.0GHz : 5db\n Attenuation at 7.0GHz : 7db\n Attenuation at 12.9GHz : 10db\n ........\n ....",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53142",
"url": "https://www.suse.com/security/cve/CVE-2023-53142"
},
{
"category": "external",
"summary": "SUSE Bug 1242282 for CVE-2023-53142",
"url": "https://bugzilla.suse.com/1242282"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53142"
},
{
"cve": "CVE-2023-53143",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53143"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix another off-by-one fsmap error on 1k block filesystems\n\nApparently syzbot figured out that issuing this FSMAP call:\n\nstruct fsmap_head cmd = {\n\t.fmh_count\t= ...;\n\t.fmh_keys\t= {\n\t\t{ .fmr_device = /* ext4 dev */, .fmr_physical = 0, },\n\t\t{ .fmr_device = /* ext4 dev */, .fmr_physical = 0, },\n\t},\n...\n};\nret = ioctl(fd, FS_IOC_GETFSMAP, \u0026cmd);\n\nProduces this crash if the underlying filesystem is a 1k-block ext4\nfilesystem:\n\nkernel BUG at fs/ext4/ext4.h:3331!\ninvalid opcode: 0000 [#1] PREEMPT SMP\nCPU: 3 PID: 3227965 Comm: xfs_io Tainted: G W O 6.2.0-rc8-achx\nHardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.15.0-1 04/01/2014\nRIP: 0010:ext4_mb_load_buddy_gfp+0x47c/0x570 [ext4]\nRSP: 0018:ffffc90007c03998 EFLAGS: 00010246\nRAX: ffff888004978000 RBX: ffffc90007c03a20 RCX: ffff888041618000\nRDX: 0000000000000000 RSI: 00000000000005a4 RDI: ffffffffa0c99b11\nRBP: ffff888012330000 R08: ffffffffa0c2b7d0 R09: 0000000000000400\nR10: ffffc90007c03950 R11: 0000000000000000 R12: 0000000000000001\nR13: 00000000ffffffff R14: 0000000000000c40 R15: ffff88802678c398\nFS: 00007fdf2020c880(0000) GS:ffff88807e100000(0000) knlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 00007ffd318a5fe8 CR3: 000000007f80f001 CR4: 00000000001706e0\nCall Trace:\n \u003cTASK\u003e\n ext4_mballoc_query_range+0x4b/0x210 [ext4 dfa189daddffe8fecd3cdfd00564e0f265a8ab80]\n ext4_getfsmap_datadev+0x713/0x890 [ext4 dfa189daddffe8fecd3cdfd00564e0f265a8ab80]\n ext4_getfsmap+0x2b7/0x330 [ext4 dfa189daddffe8fecd3cdfd00564e0f265a8ab80]\n ext4_ioc_getfsmap+0x153/0x2b0 [ext4 dfa189daddffe8fecd3cdfd00564e0f265a8ab80]\n __ext4_ioctl+0x2a7/0x17e0 [ext4 dfa189daddffe8fecd3cdfd00564e0f265a8ab80]\n __x64_sys_ioctl+0x82/0xa0\n do_syscall_64+0x2b/0x80\n entry_SYSCALL_64_after_hwframe+0x46/0xb0\nRIP: 0033:0x7fdf20558aff\nRSP: 002b:00007ffd318a9e30 EFLAGS: 00000246 ORIG_RAX: 0000000000000010\nRAX: ffffffffffffffda RBX: 00000000000200c0 RCX: 00007fdf20558aff\nRDX: 00007fdf1feb2010 RSI: 00000000c0c0583b RDI: 0000000000000003\nRBP: 00005625c0634be0 R08: 00005625c0634c40 R09: 0000000000000001\nR10: 0000000000000000 R11: 0000000000000246 R12: 00007fdf1feb2010\nR13: 00005625be70d994 R14: 0000000000000800 R15: 0000000000000000\n\nFor GETFSMAP calls, the caller selects a physical block device by\nwriting its block number into fsmap_head.fmh_keys[01].fmr_device.\nTo query mappings for a subrange of the device, the starting byte of the\nrange is written to fsmap_head.fmh_keys[0].fmr_physical and the last\nbyte of the range goes in fsmap_head.fmh_keys[1].fmr_physical.\n\nIOWs, to query what mappings overlap with bytes 3-14 of /dev/sda, you\u0027d\nset the inputs as follows:\n\n\tfmh_keys[0] = { .fmr_device = major(8, 0), .fmr_physical = 3},\n\tfmh_keys[1] = { .fmr_device = major(8, 0), .fmr_physical = 14},\n\nWhich would return you whatever is mapped in the 12 bytes starting at\nphysical offset 3.\n\nThe crash is due to insufficient range validation of keys[1] in\next4_getfsmap_datadev. On 1k-block filesystems, block 0 is not part of\nthe filesystem, which means that s_first_data_block is nonzero.\next4_get_group_no_and_offset subtracts this quantity from the blocknr\nargument before cracking it into a group number and a block number\nwithin a group. IOWs, block group 0 spans blocks 1-8192 (1-based)\ninstead of 0-8191 (0-based) like what happens with larger blocksizes.\n\nThe net result of this encoding is that blocknr \u003c s_first_data_block is\nnot a valid input to this function. The end_fsb variable is set from\nthe keys that are copied from userspace, which means that in the above\nexample, its value is zero. That leads to an underflow here:\n\n\tblocknr = blocknr - le32_to_cpu(es-\u003es_first_data_block);\n\nThe division then operates on -1:\n\n\toffset = do_div(blocknr, EXT4_BLOCKS_PER_GROUP(sb)) \u003e\u003e\n\t\tEXT4_SB(sb)-\u003es_cluster_bits;\n\nLeaving an impossibly large group number (2^32-1) in blocknr.\next4_getfsmap_check_keys checked that keys[0\n---truncated---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53143",
"url": "https://www.suse.com/security/cve/CVE-2023-53143"
},
{
"category": "external",
"summary": "SUSE Bug 1242276 for CVE-2023-53143",
"url": "https://bugzilla.suse.com/1242276"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2023-53143"
},
{
"cve": "CVE-2023-53145",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53145"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: btsdio: fix use after free bug in btsdio_remove due to race condition\n\nIn btsdio_probe, the data-\u003ework is bound with btsdio_work. It will be\nstarted in btsdio_send_frame.\n\nIf the btsdio_remove runs with a unfinished work, there may be a race\ncondition that hdev is freed but used in btsdio_work. Fix it by\ncanceling the work before do cleanup in btsdio_remove.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53145",
"url": "https://www.suse.com/security/cve/CVE-2023-53145"
},
{
"category": "external",
"summary": "SUSE Bug 1243047 for CVE-2023-53145",
"url": "https://bugzilla.suse.com/1243047"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "important"
}
],
"title": "CVE-2023-53145"
},
{
"cve": "CVE-2024-53168",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-53168"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsunrpc: fix one UAF issue caused by sunrpc kernel tcp socket\n\nBUG: KASAN: slab-use-after-free in tcp_write_timer_handler+0x156/0x3e0\nRead of size 1 at addr ffff888111f322cd by task swapper/0/0\n\nCPU: 0 UID: 0 PID: 0 Comm: swapper/0 Not tainted 6.12.0-rc4-dirty #7\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.15.0-1\nCall Trace:\n \u003cIRQ\u003e\n dump_stack_lvl+0x68/0xa0\n print_address_description.constprop.0+0x2c/0x3d0\n print_report+0xb4/0x270\n kasan_report+0xbd/0xf0\n tcp_write_timer_handler+0x156/0x3e0\n tcp_write_timer+0x66/0x170\n call_timer_fn+0xfb/0x1d0\n __run_timers+0x3f8/0x480\n run_timer_softirq+0x9b/0x100\n handle_softirqs+0x153/0x390\n __irq_exit_rcu+0x103/0x120\n irq_exit_rcu+0xe/0x20\n sysvec_apic_timer_interrupt+0x76/0x90\n \u003c/IRQ\u003e\n \u003cTASK\u003e\n asm_sysvec_apic_timer_interrupt+0x1a/0x20\nRIP: 0010:default_idle+0xf/0x20\nCode: 4c 01 c7 4c 29 c2 e9 72 ff ff ff 90 90 90 90 90 90 90 90 90 90 90 90\n 90 90 90 90 f3 0f 1e fa 66 90 0f 00 2d 33 f8 25 00 fb f4 \u003cfa\u003e c3 cc cc cc\n cc 66 66 2e 0f 1f 84 00 00 00 00 00 90 90 90 90 90\nRSP: 0018:ffffffffa2007e28 EFLAGS: 00000242\nRAX: 00000000000f3b31 RBX: 1ffffffff4400fc7 RCX: ffffffffa09c3196\nRDX: 0000000000000000 RSI: 0000000000000000 RDI: ffffffff9f00590f\nRBP: 0000000000000000 R08: 0000000000000001 R09: ffffed102360835d\nR10: ffff88811b041aeb R11: 0000000000000001 R12: 0000000000000000\nR13: ffffffffa202d7c0 R14: 0000000000000000 R15: 00000000000147d0\n default_idle_call+0x6b/0xa0\n cpuidle_idle_call+0x1af/0x1f0\n do_idle+0xbc/0x130\n cpu_startup_entry+0x33/0x40\n rest_init+0x11f/0x210\n start_kernel+0x39a/0x420\n x86_64_start_reservations+0x18/0x30\n x86_64_start_kernel+0x97/0xa0\n common_startup_64+0x13e/0x141\n \u003c/TASK\u003e\n\nAllocated by task 595:\n kasan_save_stack+0x24/0x50\n kasan_save_track+0x14/0x30\n __kasan_slab_alloc+0x87/0x90\n kmem_cache_alloc_noprof+0x12b/0x3f0\n copy_net_ns+0x94/0x380\n create_new_namespaces+0x24c/0x500\n unshare_nsproxy_namespaces+0x75/0xf0\n ksys_unshare+0x24e/0x4f0\n __x64_sys_unshare+0x1f/0x30\n do_syscall_64+0x70/0x180\n entry_SYSCALL_64_after_hwframe+0x76/0x7e\n\nFreed by task 100:\n kasan_save_stack+0x24/0x50\n kasan_save_track+0x14/0x30\n kasan_save_free_info+0x3b/0x60\n __kasan_slab_free+0x54/0x70\n kmem_cache_free+0x156/0x5d0\n cleanup_net+0x5d3/0x670\n process_one_work+0x776/0xa90\n worker_thread+0x2e2/0x560\n kthread+0x1a8/0x1f0\n ret_from_fork+0x34/0x60\n ret_from_fork_asm+0x1a/0x30\n\nReproduction script:\n\nmkdir -p /mnt/nfsshare\nmkdir -p /mnt/nfs/netns_1\nmkfs.ext4 /dev/sdb\nmount /dev/sdb /mnt/nfsshare\nsystemctl restart nfs-server\nchmod 777 /mnt/nfsshare\nexportfs -i -o rw,no_root_squash *:/mnt/nfsshare\n\nip netns add netns_1\nip link add name veth_1_peer type veth peer veth_1\nifconfig veth_1_peer 11.11.0.254 up\nip link set veth_1 netns netns_1\nip netns exec netns_1 ifconfig veth_1 11.11.0.1\n\nip netns exec netns_1 /root/iptables -A OUTPUT -d 11.11.0.254 -p tcp \\\n\t--tcp-flags FIN FIN -j DROP\n\n(note: In my environment, a DESTROY_CLIENTID operation is always sent\n immediately, breaking the nfs tcp connection.)\nip netns exec netns_1 timeout -s 9 300 mount -t nfs -o proto=tcp,vers=4.1 \\\n\t11.11.0.254:/mnt/nfsshare /mnt/nfs/netns_1\n\nip netns del netns_1\n\nThe reason here is that the tcp socket in netns_1 (nfs side) has been\nshutdown and closed (done in xs_destroy), but the FIN message (with ack)\nis discarded, and the nfsd side keeps sending retransmission messages.\nAs a result, when the tcp sock in netns_1 processes the received message,\nit sends the message (FIN message) in the sending queue, and the tcp timer\nis re-established. When the network namespace is deleted, the net structure\naccessed by tcp\u0027s timer handler function causes problems.\n\nTo fix this problem, let\u0027s hold netns refcnt for the tcp kernel socket as\ndone in other modules. This is an ugly hack which can easily be backported\nto earlier kernels. A proper fix which cleans up the interfaces will\nfollow, but may not be so easy to backport.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-53168",
"url": "https://www.suse.com/security/cve/CVE-2024-53168"
},
{
"category": "external",
"summary": "SUSE Bug 1234887 for CVE-2024-53168",
"url": "https://bugzilla.suse.com/1234887"
},
{
"category": "external",
"summary": "SUSE Bug 1243650 for CVE-2024-53168",
"url": "https://bugzilla.suse.com/1243650"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "important"
}
],
"title": "CVE-2024-53168"
},
{
"cve": "CVE-2024-56558",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-56558"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfsd: make sure exp active before svc_export_show\n\nThe function `e_show` was called with protection from RCU. This only\nensures that `exp` will not be freed. Therefore, the reference count for\n`exp` can drop to zero, which will trigger a refcount use-after-free\nwarning when `exp_get` is called. To resolve this issue, use\n`cache_get_rcu` to ensure that `exp` remains active.\n\n------------[ cut here ]------------\nrefcount_t: addition on 0; use-after-free.\nWARNING: CPU: 3 PID: 819 at lib/refcount.c:25\nrefcount_warn_saturate+0xb1/0x120\nCPU: 3 UID: 0 PID: 819 Comm: cat Not tainted 6.12.0-rc3+ #1\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS\n1.16.1-2.fc37 04/01/2014\nRIP: 0010:refcount_warn_saturate+0xb1/0x120\n...\nCall Trace:\n \u003cTASK\u003e\n e_show+0x20b/0x230 [nfsd]\n seq_read_iter+0x589/0x770\n seq_read+0x1e5/0x270\n vfs_read+0x125/0x530\n ksys_read+0xc1/0x160\n do_syscall_64+0x5f/0x170\n entry_SYSCALL_64_after_hwframe+0x76/0x7e",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-56558",
"url": "https://www.suse.com/security/cve/CVE-2024-56558"
},
{
"category": "external",
"summary": "SUSE Bug 1235100 for CVE-2024-56558",
"url": "https://bugzilla.suse.com/1235100"
},
{
"category": "external",
"summary": "SUSE Bug 1243648 for CVE-2024-56558",
"url": "https://bugzilla.suse.com/1243648"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "important"
}
],
"title": "CVE-2024-56558"
},
{
"cve": "CVE-2025-21888",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-21888"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nRDMA/mlx5: Fix a WARN during dereg_mr for DM type\n\nMemory regions (MR) of type DM (device memory) do not have an associated\numem.\n\nIn the __mlx5_ib_dereg_mr() -\u003e mlx5_free_priv_descs() flow, the code\nincorrectly takes the wrong branch, attempting to call\ndma_unmap_single() on a DMA address that is not mapped.\n\nThis results in a WARN [1], as shown below.\n\nThe issue is resolved by properly accounting for the DM type and\nensuring the correct branch is selected in mlx5_free_priv_descs().\n\n[1]\nWARNING: CPU: 12 PID: 1346 at drivers/iommu/dma-iommu.c:1230 iommu_dma_unmap_page+0x79/0x90\nModules linked in: ip6table_mangle ip6table_nat ip6table_filter ip6_tables iptable_mangle xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xt_addrtype iptable_nat nf_nat br_netfilter rpcsec_gss_krb5 auth_rpcgss oid_registry ovelay rpcrdma rdma_ucm ib_iser libiscsi scsi_transport_iscsi ib_umad rdma_cm ib_ipoib iw_cm ib_cm mlx5_ib ib_uverbs ib_core fuse mlx5_core\nCPU: 12 UID: 0 PID: 1346 Comm: ibv_rc_pingpong Not tainted 6.12.0-rc7+ #1631\nHardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.13.0-0-gf21b5a4aeb02-prebuilt.qemu.org 04/01/2014\nRIP: 0010:iommu_dma_unmap_page+0x79/0x90\nCode: 2b 49 3b 29 72 26 49 3b 69 08 73 20 4d 89 f0 44 89 e9 4c 89 e2 48 89 ee 48 89 df 5b 5d 41 5c 41 5d 41 5e 41 5f e9 07 b8 88 ff \u003c0f\u003e 0b 5b 5d 41 5c 41 5d 41 5e 41 5f c3 cc cc cc cc 66 0f 1f 44 00\nRSP: 0018:ffffc90001913a10 EFLAGS: 00010246\nRAX: 0000000000000000 RBX: ffff88810194b0a8 RCX: 0000000000000000\nRDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000001\nRBP: ffff88810194b0a8 R08: 0000000000000000 R09: 0000000000000000\nR10: 0000000000000001 R11: 0000000000000000 R12: 0000000000000000\nR13: 0000000000000001 R14: 0000000000000000 R15: 0000000000000000\nFS: 00007f537abdd740(0000) GS:ffff88885fb00000(0000) knlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 00007f537aeb8000 CR3: 000000010c248001 CR4: 0000000000372eb0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nCall Trace:\n\u003cTASK\u003e\n? __warn+0x84/0x190\n? iommu_dma_unmap_page+0x79/0x90\n? report_bug+0xf8/0x1c0\n? handle_bug+0x55/0x90\n? exc_invalid_op+0x13/0x60\n? asm_exc_invalid_op+0x16/0x20\n? iommu_dma_unmap_page+0x79/0x90\ndma_unmap_page_attrs+0xe6/0x290\nmlx5_free_priv_descs+0xb0/0xe0 [mlx5_ib]\n__mlx5_ib_dereg_mr+0x37e/0x520 [mlx5_ib]\n? _raw_spin_unlock_irq+0x24/0x40\n? wait_for_completion+0xfe/0x130\n? rdma_restrack_put+0x63/0xe0 [ib_core]\nib_dereg_mr_user+0x5f/0x120 [ib_core]\n? lock_release+0xc6/0x280\ndestroy_hw_idr_uobject+0x1d/0x60 [ib_uverbs]\nuverbs_destroy_uobject+0x58/0x1d0 [ib_uverbs]\nuobj_destroy+0x3f/0x70 [ib_uverbs]\nib_uverbs_cmd_verbs+0x3e4/0xbb0 [ib_uverbs]\n? __pfx_uverbs_destroy_def_handler+0x10/0x10 [ib_uverbs]\n? lock_acquire+0xc1/0x2f0\n? ib_uverbs_ioctl+0xcb/0x170 [ib_uverbs]\n? ib_uverbs_ioctl+0x116/0x170 [ib_uverbs]\n? lock_release+0xc6/0x280\nib_uverbs_ioctl+0xe7/0x170 [ib_uverbs]\n? ib_uverbs_ioctl+0xcb/0x170 [ib_uverbs]\n__x64_sys_ioctl+0x1b0/0xa70\ndo_syscall_64+0x6b/0x140\nentry_SYSCALL_64_after_hwframe+0x76/0x7e\nRIP: 0033:0x7f537adaf17b\nCode: 0f 1e fa 48 8b 05 1d ad 0c 00 64 c7 00 26 00 00 00 48 c7 c0 ff ff ff ff c3 66 0f 1f 44 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 \u003c48\u003e 3d 01 f0 ff ff 73 01 c3 48 8b 0d ed ac 0c 00 f7 d8 64 89 01 48\nRSP: 002b:00007ffff218f0b8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010\nRAX: ffffffffffffffda RBX: 00007ffff218f1d8 RCX: 00007f537adaf17b\nRDX: 00007ffff218f1c0 RSI: 00000000c0181b01 RDI: 0000000000000003\nRBP: 00007ffff218f1a0 R08: 00007f537aa8d010 R09: 0000561ee2e4f270\nR10: 00007f537aace3a8 R11: 0000000000000246 R12: 00007ffff218f190\nR13: 000000000000001c R14: 0000561ee2e4d7c0 R15: 00007ffff218f450\n\u003c/TASK\u003e",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-21888",
"url": "https://www.suse.com/security/cve/CVE-2025-21888"
},
{
"category": "external",
"summary": "SUSE Bug 1240177 for CVE-2025-21888",
"url": "https://bugzilla.suse.com/1240177"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2025-21888"
},
{
"cve": "CVE-2025-21999",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-21999"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nproc: fix UAF in proc_get_inode()\n\nFix race between rmmod and /proc/XXX\u0027s inode instantiation.\n\nThe bug is that pde-\u003eproc_ops don\u0027t belong to /proc, it belongs to a\nmodule, therefore dereferencing it after /proc entry has been registered\nis a bug unless use_pde/unuse_pde() pair has been used.\n\nuse_pde/unuse_pde can be avoided (2 atomic ops!) because pde-\u003eproc_ops\nnever changes so information necessary for inode instantiation can be\nsaved _before_ proc_register() in PDE itself and used later, avoiding\npde-\u003eproc_ops-\u003e... dereference.\n\n rmmod lookup\nsys_delete_module\n proc_lookup_de\n\t\t\t pde_get(de);\n\t\t\t proc_get_inode(dir-\u003ei_sb, de);\n mod-\u003eexit()\n proc_remove\n remove_proc_subtree\n proc_entry_rundown(de);\n free_module(mod);\n\n if (S_ISREG(inode-\u003ei_mode))\n\t if (de-\u003eproc_ops-\u003eproc_read_iter)\n --\u003e As module is already freed, will trigger UAF\n\nBUG: unable to handle page fault for address: fffffbfff80a702b\nPGD 817fc4067 P4D 817fc4067 PUD 817fc0067 PMD 102ef4067 PTE 0\nOops: Oops: 0000 [#1] PREEMPT SMP KASAN PTI\nCPU: 26 UID: 0 PID: 2667 Comm: ls Tainted: G\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996)\nRIP: 0010:proc_get_inode+0x302/0x6e0\nRSP: 0018:ffff88811c837998 EFLAGS: 00010a06\nRAX: dffffc0000000000 RBX: ffffffffc0538140 RCX: 0000000000000007\nRDX: 1ffffffff80a702b RSI: 0000000000000001 RDI: ffffffffc0538158\nRBP: ffff8881299a6000 R08: 0000000067bbe1e5 R09: 1ffff11023906f20\nR10: ffffffffb560ca07 R11: ffffffffb2b43a58 R12: ffff888105bb78f0\nR13: ffff888100518048 R14: ffff8881299a6004 R15: 0000000000000001\nFS: 00007f95b9686840(0000) GS:ffff8883af100000(0000) knlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: fffffbfff80a702b CR3: 0000000117dd2000 CR4: 00000000000006f0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nCall Trace:\n \u003cTASK\u003e\n proc_lookup_de+0x11f/0x2e0\n __lookup_slow+0x188/0x350\n walk_component+0x2ab/0x4f0\n path_lookupat+0x120/0x660\n filename_lookup+0x1ce/0x560\n vfs_statx+0xac/0x150\n __do_sys_newstat+0x96/0x110\n do_syscall_64+0x5f/0x170\n entry_SYSCALL_64_after_hwframe+0x76/0x7e\n\n[adobriyan@gmail.com: don\u0027t do 2 atomic ops on the common path]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-21999",
"url": "https://www.suse.com/security/cve/CVE-2025-21999"
},
{
"category": "external",
"summary": "SUSE Bug 1240802 for CVE-2025-21999",
"url": "https://bugzilla.suse.com/1240802"
},
{
"category": "external",
"summary": "SUSE Bug 1242579 for CVE-2025-21999",
"url": "https://bugzilla.suse.com/1242579"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2025-21999"
},
{
"cve": "CVE-2025-22056",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22056"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: nft_tunnel: fix geneve_opt type confusion addition\n\nWhen handling multiple NFTA_TUNNEL_KEY_OPTS_GENEVE attributes, the\nparsing logic should place every geneve_opt structure one by one\ncompactly. Hence, when deciding the next geneve_opt position, the\npointer addition should be in units of char *.\n\nHowever, the current implementation erroneously does type conversion\nbefore the addition, which will lead to heap out-of-bounds write.\n\n[ 6.989857] ==================================================================\n[ 6.990293] BUG: KASAN: slab-out-of-bounds in nft_tunnel_obj_init+0x977/0xa70\n[ 6.990725] Write of size 124 at addr ffff888005f18974 by task poc/178\n[ 6.991162]\n[ 6.991259] CPU: 0 PID: 178 Comm: poc-oob-write Not tainted 6.1.132 #1\n[ 6.991655] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.0-0-gd239552ce722-prebuilt.qemu.org 04/01/2014\n[ 6.992281] Call Trace:\n[ 6.992423] \u003cTASK\u003e\n[ 6.992586] dump_stack_lvl+0x44/0x5c\n[ 6.992801] print_report+0x184/0x4be\n[ 6.993790] kasan_report+0xc5/0x100\n[ 6.994252] kasan_check_range+0xf3/0x1a0\n[ 6.994486] memcpy+0x38/0x60\n[ 6.994692] nft_tunnel_obj_init+0x977/0xa70\n[ 6.995677] nft_obj_init+0x10c/0x1b0\n[ 6.995891] nf_tables_newobj+0x585/0x950\n[ 6.996922] nfnetlink_rcv_batch+0xdf9/0x1020\n[ 6.998997] nfnetlink_rcv+0x1df/0x220\n[ 6.999537] netlink_unicast+0x395/0x530\n[ 7.000771] netlink_sendmsg+0x3d0/0x6d0\n[ 7.001462] __sock_sendmsg+0x99/0xa0\n[ 7.001707] ____sys_sendmsg+0x409/0x450\n[ 7.002391] ___sys_sendmsg+0xfd/0x170\n[ 7.003145] __sys_sendmsg+0xea/0x170\n[ 7.004359] do_syscall_64+0x5e/0x90\n[ 7.005817] entry_SYSCALL_64_after_hwframe+0x6e/0xd8\n[ 7.006127] RIP: 0033:0x7ec756d4e407\n[ 7.006339] Code: 48 89 fa 4c 89 df e8 38 aa 00 00 8b 93 08 03 00 00 59 5e 48 83 f8 fc 74 1a 5b c3 0f 1f 84 00 00 00 00 00 48 8b 44 24 10 0f 05 \u003c5b\u003e c3 0f 1f 80 00 00 00 00 83 e2 39 83 faf\n[ 7.007364] RSP: 002b:00007ffed5d46760 EFLAGS: 00000202 ORIG_RAX: 000000000000002e\n[ 7.007827] RAX: ffffffffffffffda RBX: 00007ec756cc4740 RCX: 00007ec756d4e407\n[ 7.008223] RDX: 0000000000000000 RSI: 00007ffed5d467f0 RDI: 0000000000000003\n[ 7.008620] RBP: 00007ffed5d468a0 R08: 0000000000000000 R09: 0000000000000000\n[ 7.009039] R10: 0000000000000000 R11: 0000000000000202 R12: 0000000000000000\n[ 7.009429] R13: 00007ffed5d478b0 R14: 00007ec756ee5000 R15: 00005cbd4e655cb8\n\nFix this bug with correct pointer addition and conversion in parse\nand dump code.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22056",
"url": "https://www.suse.com/security/cve/CVE-2025-22056"
},
{
"category": "external",
"summary": "SUSE Bug 1241525 for CVE-2025-22056",
"url": "https://bugzilla.suse.com/1241525"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2025-22056"
},
{
"cve": "CVE-2025-22060",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22060"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: mvpp2: Prevent parser TCAM memory corruption\n\nProtect the parser TCAM/SRAM memory, and the cached (shadow) SRAM\ninformation, from concurrent modifications.\n\nBoth the TCAM and SRAM tables are indirectly accessed by configuring\nan index register that selects the row to read or write to. This means\nthat operations must be atomic in order to, e.g., avoid spreading\nwrites across multiple rows. Since the shadow SRAM array is used to\nfind free rows in the hardware table, it must also be protected in\norder to avoid TOCTOU errors where multiple cores allocate the same\nrow.\n\nThis issue was detected in a situation where `mvpp2_set_rx_mode()` ran\nconcurrently on two CPUs. In this particular case the\nMVPP2_PE_MAC_UC_PROMISCUOUS entry was corrupted, causing the\nclassifier unit to drop all incoming unicast - indicated by the\n`rx_classifier_drops` counter.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22060",
"url": "https://www.suse.com/security/cve/CVE-2025-22060"
},
{
"category": "external",
"summary": "SUSE Bug 1241526 for CVE-2025-22060",
"url": "https://bugzilla.suse.com/1241526"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2025-22060"
},
{
"cve": "CVE-2025-23138",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-23138"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwatch_queue: fix pipe accounting mismatch\n\nCurrently, watch_queue_set_size() modifies the pipe buffers charged to\nuser-\u003epipe_bufs without updating the pipe-\u003enr_accounted on the pipe\nitself, due to the if (!pipe_has_watch_queue()) test in\npipe_resize_ring(). This means that when the pipe is ultimately freed,\nwe decrement user-\u003epipe_bufs by something other than what than we had\ncharged to it, potentially leading to an underflow. This in turn can\ncause subsequent too_many_pipe_buffers_soft() tests to fail with -EPERM.\n\nTo remedy this, explicitly account for the pipe usage in\nwatch_queue_set_size() to match the number set via account_pipe_buffers()\n\n(It\u0027s unclear why watch_queue_set_size() does not update nr_accounted;\nit may be due to intentional overprovisioning in watch_queue_set_size()?)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-23138",
"url": "https://www.suse.com/security/cve/CVE-2025-23138"
},
{
"category": "external",
"summary": "SUSE Bug 1241648 for CVE-2025-23138",
"url": "https://bugzilla.suse.com/1241648"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2025-23138"
},
{
"cve": "CVE-2025-23145",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-23145"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmptcp: fix NULL pointer in can_accept_new_subflow\n\nWhen testing valkey benchmark tool with MPTCP, the kernel panics in\n\u0027mptcp_can_accept_new_subflow\u0027 because subflow_req-\u003emsk is NULL.\n\nCall trace:\n\n mptcp_can_accept_new_subflow (./net/mptcp/subflow.c:63 (discriminator 4)) (P)\n subflow_syn_recv_sock (./net/mptcp/subflow.c:854)\n tcp_check_req (./net/ipv4/tcp_minisocks.c:863)\n tcp_v4_rcv (./net/ipv4/tcp_ipv4.c:2268)\n ip_protocol_deliver_rcu (./net/ipv4/ip_input.c:207)\n ip_local_deliver_finish (./net/ipv4/ip_input.c:234)\n ip_local_deliver (./net/ipv4/ip_input.c:254)\n ip_rcv_finish (./net/ipv4/ip_input.c:449)\n ...\n\nAccording to the debug log, the same req received two SYN-ACK in a very\nshort time, very likely because the client retransmits the syn ack due\nto multiple reasons.\n\nEven if the packets are transmitted with a relevant time interval, they\ncan be processed by the server on different CPUs concurrently). The\n\u0027subflow_req-\u003emsk\u0027 ownership is transferred to the subflow the first,\nand there will be a risk of a null pointer dereference here.\n\nThis patch fixes this issue by moving the \u0027subflow_req-\u003emsk\u0027 under the\n`own_req == true` conditional.\n\nNote that the !msk check in subflow_hmac_valid() can be dropped, because\nthe same check already exists under the own_req mpj branch where the\ncode has been moved to.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-23145",
"url": "https://www.suse.com/security/cve/CVE-2025-23145"
},
{
"category": "external",
"summary": "SUSE Bug 1242596 for CVE-2025-23145",
"url": "https://bugzilla.suse.com/1242596"
},
{
"category": "external",
"summary": "SUSE Bug 1242882 for CVE-2025-23145",
"url": "https://bugzilla.suse.com/1242882"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "important"
}
],
"title": "CVE-2025-23145"
},
{
"cve": "CVE-2025-37785",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-37785"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix OOB read when checking dotdot dir\n\nMounting a corrupted filesystem with directory which contains \u0027.\u0027 dir\nentry with rec_len == block size results in out-of-bounds read (later\non, when the corrupted directory is removed).\n\next4_empty_dir() assumes every ext4 directory contains at least \u0027.\u0027\nand \u0027..\u0027 as directory entries in the first data block. It first loads\nthe \u0027.\u0027 dir entry, performs sanity checks by calling ext4_check_dir_entry()\nand then uses its rec_len member to compute the location of \u0027..\u0027 dir\nentry (in ext4_next_entry). It assumes the \u0027..\u0027 dir entry fits into the\nsame data block.\n\nIf the rec_len of \u0027.\u0027 is precisely one block (4KB), it slips through the\nsanity checks (it is considered the last directory entry in the data\nblock) and leaves \"struct ext4_dir_entry_2 *de\" point exactly past the\nmemory slot allocated to the data block. The following call to\next4_check_dir_entry() on new value of de then dereferences this pointer\nwhich results in out-of-bounds mem access.\n\nFix this by extending __ext4_check_dir_entry() to check for \u0027.\u0027 dir\nentries that reach the end of data block. Make sure to ignore the phony\ndir entries for checksum (by checking name_len for non-zero).\n\nNote: This is reported by KASAN as use-after-free in case another\nstructure was recently freed from the slot past the bound, but it is\nreally an OOB read.\n\nThis issue was found by syzkaller tool.\n\nCall Trace:\n[ 38.594108] BUG: KASAN: slab-use-after-free in __ext4_check_dir_entry+0x67e/0x710\n[ 38.594649] Read of size 2 at addr ffff88802b41a004 by task syz-executor/5375\n[ 38.595158]\n[ 38.595288] CPU: 0 UID: 0 PID: 5375 Comm: syz-executor Not tainted 6.14.0-rc7 #1\n[ 38.595298] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014\n[ 38.595304] Call Trace:\n[ 38.595308] \u003cTASK\u003e\n[ 38.595311] dump_stack_lvl+0xa7/0xd0\n[ 38.595325] print_address_description.constprop.0+0x2c/0x3f0\n[ 38.595339] ? __ext4_check_dir_entry+0x67e/0x710\n[ 38.595349] print_report+0xaa/0x250\n[ 38.595359] ? __ext4_check_dir_entry+0x67e/0x710\n[ 38.595368] ? kasan_addr_to_slab+0x9/0x90\n[ 38.595378] kasan_report+0xab/0xe0\n[ 38.595389] ? __ext4_check_dir_entry+0x67e/0x710\n[ 38.595400] __ext4_check_dir_entry+0x67e/0x710\n[ 38.595410] ext4_empty_dir+0x465/0x990\n[ 38.595421] ? __pfx_ext4_empty_dir+0x10/0x10\n[ 38.595432] ext4_rmdir.part.0+0x29a/0xd10\n[ 38.595441] ? __dquot_initialize+0x2a7/0xbf0\n[ 38.595455] ? __pfx_ext4_rmdir.part.0+0x10/0x10\n[ 38.595464] ? __pfx___dquot_initialize+0x10/0x10\n[ 38.595478] ? down_write+0xdb/0x140\n[ 38.595487] ? __pfx_down_write+0x10/0x10\n[ 38.595497] ext4_rmdir+0xee/0x140\n[ 38.595506] vfs_rmdir+0x209/0x670\n[ 38.595517] ? lookup_one_qstr_excl+0x3b/0x190\n[ 38.595529] do_rmdir+0x363/0x3c0\n[ 38.595537] ? __pfx_do_rmdir+0x10/0x10\n[ 38.595544] ? strncpy_from_user+0x1ff/0x2e0\n[ 38.595561] __x64_sys_unlinkat+0xf0/0x130\n[ 38.595570] do_syscall_64+0x5b/0x180\n[ 38.595583] entry_SYSCALL_64_after_hwframe+0x76/0x7e",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-37785",
"url": "https://www.suse.com/security/cve/CVE-2025-37785"
},
{
"category": "external",
"summary": "SUSE Bug 1241640 for CVE-2025-37785",
"url": "https://bugzilla.suse.com/1241640"
},
{
"category": "external",
"summary": "SUSE Bug 1241698 for CVE-2025-37785",
"url": "https://bugzilla.suse.com/1241698"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2025-37785"
},
{
"cve": "CVE-2025-37789",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-37789"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: openvswitch: fix nested key length validation in the set() action\n\nIt\u0027s not safe to access nla_len(ovs_key) if the data is smaller than\nthe netlink header. Check that the attribute is OK first.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-37789",
"url": "https://www.suse.com/security/cve/CVE-2025-37789"
},
{
"category": "external",
"summary": "SUSE Bug 1242762 for CVE-2025-37789",
"url": "https://bugzilla.suse.com/1242762"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2025-37789"
},
{
"cve": "CVE-2025-37948",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-37948"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\narm64: bpf: Add BHB mitigation to the epilogue for cBPF programs\n\nA malicious BPF program may manipulate the branch history to influence\nwhat the hardware speculates will happen next.\n\nOn exit from a BPF program, emit the BHB mititgation sequence.\n\nThis is only applied for \u0027classic\u0027 cBPF programs that are loaded by\nseccomp.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-37948",
"url": "https://www.suse.com/security/cve/CVE-2025-37948"
},
{
"category": "external",
"summary": "SUSE Bug 1243649 for CVE-2025-37948",
"url": "https://bugzilla.suse.com/1243649"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "moderate"
}
],
"title": "CVE-2025-37948"
},
{
"cve": "CVE-2025-37963",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-37963"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\narm64: bpf: Only mitigate cBPF programs loaded by unprivileged users\n\nSupport for eBPF programs loaded by unprivileged users is typically\ndisabled. This means only cBPF programs need to be mitigated for BHB.\n\nIn addition, only mitigate cBPF programs that were loaded by an\nunprivileged user. Privileged users can also load the same program\nvia eBPF, making the mitigation pointless.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-37963",
"url": "https://www.suse.com/security/cve/CVE-2025-37963"
},
{
"category": "external",
"summary": "SUSE Bug 1243660 for CVE-2025-37963",
"url": "https://bugzilla.suse.com/1243660"
}
],
"remediations": [
{
"category": "vendor_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.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.5,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_167-default-1-150400.9.3.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Proxy 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.167.1.150400.24.84.1.x86_64",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-source-5.14.21-150400.24.167.1.noarch",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.ppc64le",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.s390x",
"SUSE Manager Server 4.3:kernel-syms-5.14.21-150400.24.167.1.x86_64",
"SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.167.1.s390x"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-09T22:24:04Z",
"details": "low"
}
],
"title": "CVE-2025-37963"
}
]
}
suse-su-2025:01966-1
Vulnerability from csaf_suse
Published
2025-06-16 14:55
Modified
2025-06-16 14: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 SP5 RT kernel was updated to receive various security bugfixes.
The following security bugs were fixed:
- CVE-2022-49775: tcp: cdg: allow tcp_cdg_release() to be called multiple times (bsc#1242245).
- CVE-2024-53168: net: make sock_inuse_add() available (bsc#1234887).
- CVE-2024-56558: nfsd: make sure exp active before svc_export_show (bsc#1235100).
- CVE-2025-21999: proc: fix UAF in proc_get_inode() (bsc#1240802).
- CVE-2025-22056: netfilter: nft_tunnel: fix geneve_opt type confusion addition (bsc#1241525).
- CVE-2025-23145: mptcp: fix NULL pointer in can_accept_new_subflow (bsc#1242596).
- CVE-2025-37789: net: openvswitch: fix nested key length validation in the set() action (bsc#1242762).
The following non-security bugs were fixed:
- Drivers: hv: Allow vmbus_sendpacket_mpb_desc() to create multiple ranges (bsc#1243737).
- Remove debug flavor (bsc#1243919).
- arm64: bpf: Add BHB mitigation to the epilogue for cBPF programs (bsc#1242778).
- arm64: bpf: Only mitigate cBPF programs loaded by unprivileged users (bsc#1242778).
- arm64: insn: Add support for encoding DSB (bsc#1242778).
- arm64: proton-pack: Add new CPUs 'k' values for branch mitigation (bsc#1242778).
- arm64: proton-pack: Expose whether the branchy loop k value (bsc#1242778).
- arm64: proton-pack: Expose whether the platform is mitigated by firmware (bsc#1242778).
- hv_netvsc: Preserve contiguous PFN grouping in the page buffer array (bsc#1243737).
- hv_netvsc: Remove rmsg_pgcnt (bsc#1243737).
- hv_netvsc: Use vmbus_sendpacket_mpb_desc() to send VMBus messages (bsc#1243737).
- mtd: phram: Add the kernel lock down check (bsc#1232649).
- net :mana :Add remaining GDMA stats for MANA to ethtool (bsc#1234395).
- net :mana :Request a V2 response version for MANA_QUERY_GF_STAT (bsc#1234395).
- net: mana: Add gdma stats to ethtool output for mana (bsc#1234395).
- nvme-pci: acquire cq_poll_lock in nvme_poll_irqdisable (bsc#1223096).
- ocfs2: fix the issue with discontiguous allocation in the global_bitmap (git-fixes).
- powerpc/pseries/iommu: IOMMU incorrectly marks MMIO range in DDW (bsc#1218470 ltc#204531).
- scsi: core: Fix unremoved procfs host directory regression (git-fixes).
- tcp: Dump bound-only sockets in inet_diag (bsc#1204562).
- tpm, tpm_tis: Workaround failed command reception on Infineon devices (bsc#1235870).
- tpm: tis: Double the timeout B to 4s (bsc#1235870).
- x86/bhi: Do not set BHI_DIS_S in 32-bit mode (bsc#1242778).
- x86/bpf: Add IBHF call at end of classic BPF (bsc#1242778).
- x86/bpf: Call branch history clearing sequence on exit (bsc#1242778).
Patchnames
SUSE-2025-1966,SUSE-SLE-Micro-5.5-2025-1966
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 RT kernel was updated to receive various security bugfixes.\n\n\nThe following security bugs were fixed:\n\n- CVE-2022-49775: tcp: cdg: allow tcp_cdg_release() to be called multiple times (bsc#1242245).\n- CVE-2024-53168: net: make sock_inuse_add() available (bsc#1234887).\n- CVE-2024-56558: nfsd: make sure exp active before svc_export_show (bsc#1235100).\n- CVE-2025-21999: proc: fix UAF in proc_get_inode() (bsc#1240802).\n- CVE-2025-22056: netfilter: nft_tunnel: fix geneve_opt type confusion addition (bsc#1241525).\n- CVE-2025-23145: mptcp: fix NULL pointer in can_accept_new_subflow (bsc#1242596).\n- CVE-2025-37789: net: openvswitch: fix nested key length validation in the set() action (bsc#1242762).\n\nThe following non-security bugs were fixed:\n\n- Drivers: hv: Allow vmbus_sendpacket_mpb_desc() to create multiple ranges (bsc#1243737).\n- Remove debug flavor (bsc#1243919).\n- arm64: bpf: Add BHB mitigation to the epilogue for cBPF programs (bsc#1242778).\n- arm64: bpf: Only mitigate cBPF programs loaded by unprivileged users (bsc#1242778).\n- arm64: insn: Add support for encoding DSB (bsc#1242778).\n- arm64: proton-pack: Add new CPUs \u0027k\u0027 values for branch mitigation (bsc#1242778).\n- arm64: proton-pack: Expose whether the branchy loop k value (bsc#1242778).\n- arm64: proton-pack: Expose whether the platform is mitigated by firmware (bsc#1242778).\n- hv_netvsc: Preserve contiguous PFN grouping in the page buffer array (bsc#1243737).\n- hv_netvsc: Remove rmsg_pgcnt (bsc#1243737).\n- hv_netvsc: Use vmbus_sendpacket_mpb_desc() to send VMBus messages (bsc#1243737).\n- mtd: phram: Add the kernel lock down check (bsc#1232649).\n- net :mana :Add remaining GDMA stats for MANA to ethtool (bsc#1234395).\n- net :mana :Request a V2 response version for MANA_QUERY_GF_STAT (bsc#1234395).\n- net: mana: Add gdma stats to ethtool output for mana (bsc#1234395).\n- nvme-pci: acquire cq_poll_lock in nvme_poll_irqdisable (bsc#1223096).\n- ocfs2: fix the issue with discontiguous allocation in the global_bitmap (git-fixes).\n- powerpc/pseries/iommu: IOMMU incorrectly marks MMIO range in DDW (bsc#1218470 ltc#204531).\n- scsi: core: Fix unremoved procfs host directory regression (git-fixes).\n- tcp: Dump bound-only sockets in inet_diag (bsc#1204562).\n- tpm, tpm_tis: Workaround failed command reception on Infineon devices (bsc#1235870).\n- tpm: tis: Double the timeout B to 4s (bsc#1235870).\n- x86/bhi: Do not set BHI_DIS_S in 32-bit mode (bsc#1242778).\n- x86/bpf: Add IBHF call at end of classic BPF (bsc#1242778).\n- x86/bpf: Call branch history clearing sequence on exit (bsc#1242778).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1966,SUSE-SLE-Micro-5.5-2025-1966",
"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-2025_01966-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:01966-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501966-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:01966-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021534.html"
},
{
"category": "self",
"summary": "SUSE Bug 1184350",
"url": "https://bugzilla.suse.com/1184350"
},
{
"category": "self",
"summary": "SUSE Bug 1193629",
"url": "https://bugzilla.suse.com/1193629"
},
{
"category": "self",
"summary": "SUSE Bug 1204562",
"url": "https://bugzilla.suse.com/1204562"
},
{
"category": "self",
"summary": "SUSE Bug 1204569",
"url": "https://bugzilla.suse.com/1204569"
},
{
"category": "self",
"summary": "SUSE Bug 1204619",
"url": "https://bugzilla.suse.com/1204619"
},
{
"category": "self",
"summary": "SUSE Bug 1204705",
"url": "https://bugzilla.suse.com/1204705"
},
{
"category": "self",
"summary": "SUSE Bug 1205282",
"url": "https://bugzilla.suse.com/1205282"
},
{
"category": "self",
"summary": "SUSE Bug 1206051",
"url": "https://bugzilla.suse.com/1206051"
},
{
"category": "self",
"summary": "SUSE Bug 1206073",
"url": "https://bugzilla.suse.com/1206073"
},
{
"category": "self",
"summary": "SUSE Bug 1206649",
"url": "https://bugzilla.suse.com/1206649"
},
{
"category": "self",
"summary": "SUSE Bug 1206843",
"url": "https://bugzilla.suse.com/1206843"
},
{
"category": "self",
"summary": "SUSE Bug 1206886",
"url": "https://bugzilla.suse.com/1206886"
},
{
"category": "self",
"summary": "SUSE Bug 1206887",
"url": "https://bugzilla.suse.com/1206887"
},
{
"category": "self",
"summary": "SUSE Bug 1207361",
"url": "https://bugzilla.suse.com/1207361"
},
{
"category": "self",
"summary": "SUSE Bug 1208105",
"url": "https://bugzilla.suse.com/1208105"
},
{
"category": "self",
"summary": "SUSE Bug 1208542",
"url": "https://bugzilla.suse.com/1208542"
},
{
"category": "self",
"summary": "SUSE Bug 1209292",
"url": "https://bugzilla.suse.com/1209292"
},
{
"category": "self",
"summary": "SUSE Bug 1209556",
"url": "https://bugzilla.suse.com/1209556"
},
{
"category": "self",
"summary": "SUSE Bug 1209684",
"url": "https://bugzilla.suse.com/1209684"
},
{
"category": "self",
"summary": "SUSE Bug 1209780",
"url": "https://bugzilla.suse.com/1209780"
},
{
"category": "self",
"summary": "SUSE Bug 1209980",
"url": "https://bugzilla.suse.com/1209980"
},
{
"category": "self",
"summary": "SUSE Bug 1210337",
"url": "https://bugzilla.suse.com/1210337"
},
{
"category": "self",
"summary": "SUSE Bug 1210763",
"url": "https://bugzilla.suse.com/1210763"
},
{
"category": "self",
"summary": "SUSE Bug 1210767",
"url": "https://bugzilla.suse.com/1210767"
},
{
"category": "self",
"summary": "SUSE Bug 1211465",
"url": "https://bugzilla.suse.com/1211465"
},
{
"category": "self",
"summary": "SUSE Bug 1213012",
"url": "https://bugzilla.suse.com/1213012"
},
{
"category": "self",
"summary": "SUSE Bug 1213013",
"url": "https://bugzilla.suse.com/1213013"
},
{
"category": "self",
"summary": "SUSE Bug 1213094",
"url": "https://bugzilla.suse.com/1213094"
},
{
"category": "self",
"summary": "SUSE Bug 1213096",
"url": "https://bugzilla.suse.com/1213096"
},
{
"category": "self",
"summary": "SUSE Bug 1213233",
"url": "https://bugzilla.suse.com/1213233"
},
{
"category": "self",
"summary": "SUSE Bug 1213946",
"url": "https://bugzilla.suse.com/1213946"
},
{
"category": "self",
"summary": "SUSE Bug 1214991",
"url": "https://bugzilla.suse.com/1214991"
},
{
"category": "self",
"summary": "SUSE Bug 1218470",
"url": "https://bugzilla.suse.com/1218470"
},
{
"category": "self",
"summary": "SUSE Bug 1222629",
"url": "https://bugzilla.suse.com/1222629"
},
{
"category": "self",
"summary": "SUSE Bug 1223096",
"url": "https://bugzilla.suse.com/1223096"
},
{
"category": "self",
"summary": "SUSE Bug 1225903",
"url": "https://bugzilla.suse.com/1225903"
},
{
"category": "self",
"summary": "SUSE Bug 1232649",
"url": "https://bugzilla.suse.com/1232649"
},
{
"category": "self",
"summary": "SUSE Bug 1234395",
"url": "https://bugzilla.suse.com/1234395"
},
{
"category": "self",
"summary": "SUSE Bug 1234887",
"url": "https://bugzilla.suse.com/1234887"
},
{
"category": "self",
"summary": "SUSE Bug 1235100",
"url": "https://bugzilla.suse.com/1235100"
},
{
"category": "self",
"summary": "SUSE Bug 1235870",
"url": "https://bugzilla.suse.com/1235870"
},
{
"category": "self",
"summary": "SUSE Bug 1240802",
"url": "https://bugzilla.suse.com/1240802"
},
{
"category": "self",
"summary": "SUSE Bug 1241525",
"url": "https://bugzilla.suse.com/1241525"
},
{
"category": "self",
"summary": "SUSE Bug 1242146",
"url": "https://bugzilla.suse.com/1242146"
},
{
"category": "self",
"summary": "SUSE Bug 1242147",
"url": "https://bugzilla.suse.com/1242147"
},
{
"category": "self",
"summary": "SUSE Bug 1242150",
"url": "https://bugzilla.suse.com/1242150"
},
{
"category": "self",
"summary": "SUSE Bug 1242151",
"url": "https://bugzilla.suse.com/1242151"
},
{
"category": "self",
"summary": "SUSE Bug 1242154",
"url": "https://bugzilla.suse.com/1242154"
},
{
"category": "self",
"summary": "SUSE Bug 1242157",
"url": "https://bugzilla.suse.com/1242157"
},
{
"category": "self",
"summary": "SUSE Bug 1242158",
"url": "https://bugzilla.suse.com/1242158"
},
{
"category": "self",
"summary": "SUSE Bug 1242160",
"url": "https://bugzilla.suse.com/1242160"
},
{
"category": "self",
"summary": "SUSE Bug 1242164",
"url": "https://bugzilla.suse.com/1242164"
},
{
"category": "self",
"summary": "SUSE Bug 1242165",
"url": "https://bugzilla.suse.com/1242165"
},
{
"category": "self",
"summary": "SUSE Bug 1242169",
"url": "https://bugzilla.suse.com/1242169"
},
{
"category": "self",
"summary": "SUSE Bug 1242215",
"url": "https://bugzilla.suse.com/1242215"
},
{
"category": "self",
"summary": "SUSE Bug 1242217",
"url": "https://bugzilla.suse.com/1242217"
},
{
"category": "self",
"summary": "SUSE Bug 1242218",
"url": "https://bugzilla.suse.com/1242218"
},
{
"category": "self",
"summary": "SUSE Bug 1242219",
"url": "https://bugzilla.suse.com/1242219"
},
{
"category": "self",
"summary": "SUSE Bug 1242222",
"url": "https://bugzilla.suse.com/1242222"
},
{
"category": "self",
"summary": "SUSE Bug 1242224",
"url": "https://bugzilla.suse.com/1242224"
},
{
"category": "self",
"summary": "SUSE Bug 1242226",
"url": "https://bugzilla.suse.com/1242226"
},
{
"category": "self",
"summary": "SUSE Bug 1242227",
"url": "https://bugzilla.suse.com/1242227"
},
{
"category": "self",
"summary": "SUSE Bug 1242228",
"url": "https://bugzilla.suse.com/1242228"
},
{
"category": "self",
"summary": "SUSE Bug 1242229",
"url": "https://bugzilla.suse.com/1242229"
},
{
"category": "self",
"summary": "SUSE Bug 1242230",
"url": "https://bugzilla.suse.com/1242230"
},
{
"category": "self",
"summary": "SUSE Bug 1242231",
"url": "https://bugzilla.suse.com/1242231"
},
{
"category": "self",
"summary": "SUSE Bug 1242232",
"url": "https://bugzilla.suse.com/1242232"
},
{
"category": "self",
"summary": "SUSE Bug 1242237",
"url": "https://bugzilla.suse.com/1242237"
},
{
"category": "self",
"summary": "SUSE Bug 1242239",
"url": "https://bugzilla.suse.com/1242239"
},
{
"category": "self",
"summary": "SUSE Bug 1242240",
"url": "https://bugzilla.suse.com/1242240"
},
{
"category": "self",
"summary": "SUSE Bug 1242241",
"url": "https://bugzilla.suse.com/1242241"
},
{
"category": "self",
"summary": "SUSE Bug 1242244",
"url": "https://bugzilla.suse.com/1242244"
},
{
"category": "self",
"summary": "SUSE Bug 1242245",
"url": "https://bugzilla.suse.com/1242245"
},
{
"category": "self",
"summary": "SUSE Bug 1242248",
"url": "https://bugzilla.suse.com/1242248"
},
{
"category": "self",
"summary": "SUSE Bug 1242249",
"url": "https://bugzilla.suse.com/1242249"
},
{
"category": "self",
"summary": "SUSE Bug 1242261",
"url": "https://bugzilla.suse.com/1242261"
},
{
"category": "self",
"summary": "SUSE Bug 1242264",
"url": "https://bugzilla.suse.com/1242264"
},
{
"category": "self",
"summary": "SUSE Bug 1242265",
"url": "https://bugzilla.suse.com/1242265"
},
{
"category": "self",
"summary": "SUSE Bug 1242270",
"url": "https://bugzilla.suse.com/1242270"
},
{
"category": "self",
"summary": "SUSE Bug 1242276",
"url": "https://bugzilla.suse.com/1242276"
},
{
"category": "self",
"summary": "SUSE Bug 1242278",
"url": "https://bugzilla.suse.com/1242278"
},
{
"category": "self",
"summary": "SUSE Bug 1242279",
"url": "https://bugzilla.suse.com/1242279"
},
{
"category": "self",
"summary": "SUSE Bug 1242280",
"url": "https://bugzilla.suse.com/1242280"
},
{
"category": "self",
"summary": "SUSE Bug 1242281",
"url": "https://bugzilla.suse.com/1242281"
},
{
"category": "self",
"summary": "SUSE Bug 1242282",
"url": "https://bugzilla.suse.com/1242282"
},
{
"category": "self",
"summary": "SUSE Bug 1242285",
"url": "https://bugzilla.suse.com/1242285"
},
{
"category": "self",
"summary": "SUSE Bug 1242286",
"url": "https://bugzilla.suse.com/1242286"
},
{
"category": "self",
"summary": "SUSE Bug 1242289",
"url": "https://bugzilla.suse.com/1242289"
},
{
"category": "self",
"summary": "SUSE Bug 1242294",
"url": "https://bugzilla.suse.com/1242294"
},
{
"category": "self",
"summary": "SUSE Bug 1242295",
"url": "https://bugzilla.suse.com/1242295"
},
{
"category": "self",
"summary": "SUSE Bug 1242298",
"url": "https://bugzilla.suse.com/1242298"
},
{
"category": "self",
"summary": "SUSE Bug 1242302",
"url": "https://bugzilla.suse.com/1242302"
},
{
"category": "self",
"summary": "SUSE Bug 1242305",
"url": "https://bugzilla.suse.com/1242305"
},
{
"category": "self",
"summary": "SUSE Bug 1242311",
"url": "https://bugzilla.suse.com/1242311"
},
{
"category": "self",
"summary": "SUSE Bug 1242312",
"url": "https://bugzilla.suse.com/1242312"
},
{
"category": "self",
"summary": "SUSE Bug 1242320",
"url": "https://bugzilla.suse.com/1242320"
},
{
"category": "self",
"summary": "SUSE Bug 1242338",
"url": "https://bugzilla.suse.com/1242338"
},
{
"category": "self",
"summary": "SUSE Bug 1242349",
"url": "https://bugzilla.suse.com/1242349"
},
{
"category": "self",
"summary": "SUSE Bug 1242351",
"url": "https://bugzilla.suse.com/1242351"
},
{
"category": "self",
"summary": "SUSE Bug 1242352",
"url": "https://bugzilla.suse.com/1242352"
},
{
"category": "self",
"summary": "SUSE Bug 1242353",
"url": "https://bugzilla.suse.com/1242353"
},
{
"category": "self",
"summary": "SUSE Bug 1242355",
"url": "https://bugzilla.suse.com/1242355"
},
{
"category": "self",
"summary": "SUSE Bug 1242357",
"url": "https://bugzilla.suse.com/1242357"
},
{
"category": "self",
"summary": "SUSE Bug 1242358",
"url": "https://bugzilla.suse.com/1242358"
},
{
"category": "self",
"summary": "SUSE Bug 1242359",
"url": "https://bugzilla.suse.com/1242359"
},
{
"category": "self",
"summary": "SUSE Bug 1242360",
"url": "https://bugzilla.suse.com/1242360"
},
{
"category": "self",
"summary": "SUSE Bug 1242361",
"url": "https://bugzilla.suse.com/1242361"
},
{
"category": "self",
"summary": "SUSE Bug 1242365",
"url": "https://bugzilla.suse.com/1242365"
},
{
"category": "self",
"summary": "SUSE Bug 1242366",
"url": "https://bugzilla.suse.com/1242366"
},
{
"category": "self",
"summary": "SUSE Bug 1242369",
"url": "https://bugzilla.suse.com/1242369"
},
{
"category": "self",
"summary": "SUSE Bug 1242370",
"url": "https://bugzilla.suse.com/1242370"
},
{
"category": "self",
"summary": "SUSE Bug 1242371",
"url": "https://bugzilla.suse.com/1242371"
},
{
"category": "self",
"summary": "SUSE Bug 1242372",
"url": "https://bugzilla.suse.com/1242372"
},
{
"category": "self",
"summary": "SUSE Bug 1242377",
"url": "https://bugzilla.suse.com/1242377"
},
{
"category": "self",
"summary": "SUSE Bug 1242378",
"url": "https://bugzilla.suse.com/1242378"
},
{
"category": "self",
"summary": "SUSE Bug 1242380",
"url": "https://bugzilla.suse.com/1242380"
},
{
"category": "self",
"summary": "SUSE Bug 1242381",
"url": "https://bugzilla.suse.com/1242381"
},
{
"category": "self",
"summary": "SUSE Bug 1242382",
"url": "https://bugzilla.suse.com/1242382"
},
{
"category": "self",
"summary": "SUSE Bug 1242385",
"url": "https://bugzilla.suse.com/1242385"
},
{
"category": "self",
"summary": "SUSE Bug 1242387",
"url": "https://bugzilla.suse.com/1242387"
},
{
"category": "self",
"summary": "SUSE Bug 1242389",
"url": "https://bugzilla.suse.com/1242389"
},
{
"category": "self",
"summary": "SUSE Bug 1242391",
"url": "https://bugzilla.suse.com/1242391"
},
{
"category": "self",
"summary": "SUSE Bug 1242392",
"url": "https://bugzilla.suse.com/1242392"
},
{
"category": "self",
"summary": "SUSE Bug 1242393",
"url": "https://bugzilla.suse.com/1242393"
},
{
"category": "self",
"summary": "SUSE Bug 1242394",
"url": "https://bugzilla.suse.com/1242394"
},
{
"category": "self",
"summary": "SUSE Bug 1242398",
"url": "https://bugzilla.suse.com/1242398"
},
{
"category": "self",
"summary": "SUSE Bug 1242399",
"url": "https://bugzilla.suse.com/1242399"
},
{
"category": "self",
"summary": "SUSE Bug 1242400",
"url": "https://bugzilla.suse.com/1242400"
},
{
"category": "self",
"summary": "SUSE Bug 1242402",
"url": "https://bugzilla.suse.com/1242402"
},
{
"category": "self",
"summary": "SUSE Bug 1242403",
"url": "https://bugzilla.suse.com/1242403"
},
{
"category": "self",
"summary": "SUSE Bug 1242405",
"url": "https://bugzilla.suse.com/1242405"
},
{
"category": "self",
"summary": "SUSE Bug 1242406",
"url": "https://bugzilla.suse.com/1242406"
},
{
"category": "self",
"summary": "SUSE Bug 1242409",
"url": "https://bugzilla.suse.com/1242409"
},
{
"category": "self",
"summary": "SUSE Bug 1242410",
"url": "https://bugzilla.suse.com/1242410"
},
{
"category": "self",
"summary": "SUSE Bug 1242411",
"url": "https://bugzilla.suse.com/1242411"
},
{
"category": "self",
"summary": "SUSE Bug 1242415",
"url": "https://bugzilla.suse.com/1242415"
},
{
"category": "self",
"summary": "SUSE Bug 1242416",
"url": "https://bugzilla.suse.com/1242416"
},
{
"category": "self",
"summary": "SUSE Bug 1242421",
"url": "https://bugzilla.suse.com/1242421"
},
{
"category": "self",
"summary": "SUSE Bug 1242422",
"url": "https://bugzilla.suse.com/1242422"
},
{
"category": "self",
"summary": "SUSE Bug 1242425",
"url": "https://bugzilla.suse.com/1242425"
},
{
"category": "self",
"summary": "SUSE Bug 1242426",
"url": "https://bugzilla.suse.com/1242426"
},
{
"category": "self",
"summary": "SUSE Bug 1242428",
"url": "https://bugzilla.suse.com/1242428"
},
{
"category": "self",
"summary": "SUSE Bug 1242440",
"url": "https://bugzilla.suse.com/1242440"
},
{
"category": "self",
"summary": "SUSE Bug 1242443",
"url": "https://bugzilla.suse.com/1242443"
},
{
"category": "self",
"summary": "SUSE Bug 1242448",
"url": "https://bugzilla.suse.com/1242448"
},
{
"category": "self",
"summary": "SUSE Bug 1242449",
"url": "https://bugzilla.suse.com/1242449"
},
{
"category": "self",
"summary": "SUSE Bug 1242452",
"url": "https://bugzilla.suse.com/1242452"
},
{
"category": "self",
"summary": "SUSE Bug 1242453",
"url": "https://bugzilla.suse.com/1242453"
},
{
"category": "self",
"summary": "SUSE Bug 1242454",
"url": "https://bugzilla.suse.com/1242454"
},
{
"category": "self",
"summary": "SUSE Bug 1242455",
"url": "https://bugzilla.suse.com/1242455"
},
{
"category": "self",
"summary": "SUSE Bug 1242456",
"url": "https://bugzilla.suse.com/1242456"
},
{
"category": "self",
"summary": "SUSE Bug 1242458",
"url": "https://bugzilla.suse.com/1242458"
},
{
"category": "self",
"summary": "SUSE Bug 1242464",
"url": "https://bugzilla.suse.com/1242464"
},
{
"category": "self",
"summary": "SUSE Bug 1242465",
"url": "https://bugzilla.suse.com/1242465"
},
{
"category": "self",
"summary": "SUSE Bug 1242467",
"url": "https://bugzilla.suse.com/1242467"
},
{
"category": "self",
"summary": "SUSE Bug 1242469",
"url": "https://bugzilla.suse.com/1242469"
},
{
"category": "self",
"summary": "SUSE Bug 1242473",
"url": "https://bugzilla.suse.com/1242473"
},
{
"category": "self",
"summary": "SUSE Bug 1242474",
"url": "https://bugzilla.suse.com/1242474"
},
{
"category": "self",
"summary": "SUSE Bug 1242478",
"url": "https://bugzilla.suse.com/1242478"
},
{
"category": "self",
"summary": "SUSE Bug 1242481",
"url": "https://bugzilla.suse.com/1242481"
},
{
"category": "self",
"summary": "SUSE Bug 1242484",
"url": "https://bugzilla.suse.com/1242484"
},
{
"category": "self",
"summary": "SUSE Bug 1242489",
"url": "https://bugzilla.suse.com/1242489"
},
{
"category": "self",
"summary": "SUSE Bug 1242497",
"url": "https://bugzilla.suse.com/1242497"
},
{
"category": "self",
"summary": "SUSE Bug 1242527",
"url": "https://bugzilla.suse.com/1242527"
},
{
"category": "self",
"summary": "SUSE Bug 1242542",
"url": "https://bugzilla.suse.com/1242542"
},
{
"category": "self",
"summary": "SUSE Bug 1242544",
"url": "https://bugzilla.suse.com/1242544"
},
{
"category": "self",
"summary": "SUSE Bug 1242545",
"url": "https://bugzilla.suse.com/1242545"
},
{
"category": "self",
"summary": "SUSE Bug 1242547",
"url": "https://bugzilla.suse.com/1242547"
},
{
"category": "self",
"summary": "SUSE Bug 1242548",
"url": "https://bugzilla.suse.com/1242548"
},
{
"category": "self",
"summary": "SUSE Bug 1242549",
"url": "https://bugzilla.suse.com/1242549"
},
{
"category": "self",
"summary": "SUSE Bug 1242550",
"url": "https://bugzilla.suse.com/1242550"
},
{
"category": "self",
"summary": "SUSE Bug 1242551",
"url": "https://bugzilla.suse.com/1242551"
},
{
"category": "self",
"summary": "SUSE Bug 1242558",
"url": "https://bugzilla.suse.com/1242558"
},
{
"category": "self",
"summary": "SUSE Bug 1242570",
"url": "https://bugzilla.suse.com/1242570"
},
{
"category": "self",
"summary": "SUSE Bug 1242580",
"url": "https://bugzilla.suse.com/1242580"
},
{
"category": "self",
"summary": "SUSE Bug 1242586",
"url": "https://bugzilla.suse.com/1242586"
},
{
"category": "self",
"summary": "SUSE Bug 1242589",
"url": "https://bugzilla.suse.com/1242589"
},
{
"category": "self",
"summary": "SUSE Bug 1242596",
"url": "https://bugzilla.suse.com/1242596"
},
{
"category": "self",
"summary": "SUSE Bug 1242597",
"url": "https://bugzilla.suse.com/1242597"
},
{
"category": "self",
"summary": "SUSE Bug 1242685",
"url": "https://bugzilla.suse.com/1242685"
},
{
"category": "self",
"summary": "SUSE Bug 1242686",
"url": "https://bugzilla.suse.com/1242686"
},
{
"category": "self",
"summary": "SUSE Bug 1242688",
"url": "https://bugzilla.suse.com/1242688"
},
{
"category": "self",
"summary": "SUSE Bug 1242689",
"url": "https://bugzilla.suse.com/1242689"
},
{
"category": "self",
"summary": "SUSE Bug 1242695",
"url": "https://bugzilla.suse.com/1242695"
},
{
"category": "self",
"summary": "SUSE Bug 1242716",
"url": "https://bugzilla.suse.com/1242716"
},
{
"category": "self",
"summary": "SUSE Bug 1242733",
"url": "https://bugzilla.suse.com/1242733"
},
{
"category": "self",
"summary": "SUSE Bug 1242734",
"url": "https://bugzilla.suse.com/1242734"
},
{
"category": "self",
"summary": "SUSE Bug 1242735",
"url": "https://bugzilla.suse.com/1242735"
},
{
"category": "self",
"summary": "SUSE Bug 1242736",
"url": "https://bugzilla.suse.com/1242736"
},
{
"category": "self",
"summary": "SUSE Bug 1242739",
"url": "https://bugzilla.suse.com/1242739"
},
{
"category": "self",
"summary": "SUSE Bug 1242740",
"url": "https://bugzilla.suse.com/1242740"
},
{
"category": "self",
"summary": "SUSE Bug 1242743",
"url": "https://bugzilla.suse.com/1242743"
},
{
"category": "self",
"summary": "SUSE Bug 1242744",
"url": "https://bugzilla.suse.com/1242744"
},
{
"category": "self",
"summary": "SUSE Bug 1242745",
"url": "https://bugzilla.suse.com/1242745"
},
{
"category": "self",
"summary": "SUSE Bug 1242746",
"url": "https://bugzilla.suse.com/1242746"
},
{
"category": "self",
"summary": "SUSE Bug 1242747",
"url": "https://bugzilla.suse.com/1242747"
},
{
"category": "self",
"summary": "SUSE Bug 1242748",
"url": "https://bugzilla.suse.com/1242748"
},
{
"category": "self",
"summary": "SUSE Bug 1242749",
"url": "https://bugzilla.suse.com/1242749"
},
{
"category": "self",
"summary": "SUSE Bug 1242751",
"url": "https://bugzilla.suse.com/1242751"
},
{
"category": "self",
"summary": "SUSE Bug 1242752",
"url": "https://bugzilla.suse.com/1242752"
},
{
"category": "self",
"summary": "SUSE Bug 1242753",
"url": "https://bugzilla.suse.com/1242753"
},
{
"category": "self",
"summary": "SUSE Bug 1242756",
"url": "https://bugzilla.suse.com/1242756"
},
{
"category": "self",
"summary": "SUSE Bug 1242759",
"url": "https://bugzilla.suse.com/1242759"
},
{
"category": "self",
"summary": "SUSE Bug 1242762",
"url": "https://bugzilla.suse.com/1242762"
},
{
"category": "self",
"summary": "SUSE Bug 1242765",
"url": "https://bugzilla.suse.com/1242765"
},
{
"category": "self",
"summary": "SUSE Bug 1242767",
"url": "https://bugzilla.suse.com/1242767"
},
{
"category": "self",
"summary": "SUSE Bug 1242778",
"url": "https://bugzilla.suse.com/1242778"
},
{
"category": "self",
"summary": "SUSE Bug 1242779",
"url": "https://bugzilla.suse.com/1242779"
},
{
"category": "self",
"summary": "SUSE Bug 1242790",
"url": "https://bugzilla.suse.com/1242790"
},
{
"category": "self",
"summary": "SUSE Bug 1242791",
"url": "https://bugzilla.suse.com/1242791"
},
{
"category": "self",
"summary": "SUSE Bug 1243047",
"url": "https://bugzilla.suse.com/1243047"
},
{
"category": "self",
"summary": "SUSE Bug 1243133",
"url": "https://bugzilla.suse.com/1243133"
},
{
"category": "self",
"summary": "SUSE Bug 1243737",
"url": "https://bugzilla.suse.com/1243737"
},
{
"category": "self",
"summary": "SUSE Bug 1243919",
"url": "https://bugzilla.suse.com/1243919"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-3564 page",
"url": "https://www.suse.com/security/cve/CVE-2022-3564/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-3619 page",
"url": "https://www.suse.com/security/cve/CVE-2022-3619/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-3640 page",
"url": "https://www.suse.com/security/cve/CVE-2022-3640/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49762 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49762/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49763 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49763/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49769 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49769/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49770 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49770/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49771 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49771/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49772 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49772/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49773 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49773/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49775 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49775/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49776 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49776/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49777 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49777/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49779 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49779/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49781 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49781/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49783 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49783/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49784 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49784/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49786 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49786/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49787 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49787/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49788 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49788/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49789 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49789/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49790 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49790/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49792 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49792/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49793 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49793/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49794 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49794/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49795 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49795/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49796 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49796/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49797 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49797/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49799 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49799/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49800 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49800/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49801 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49801/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49802 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49802/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49807 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49807/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49809 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49809/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49810 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49810/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49812 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49812/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49813 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49813/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49818 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49818/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49821 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49821/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49822 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49822/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49823 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49823/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49824 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49824/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49825 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49825/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49826 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49826/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49827 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49827/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49830 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49830/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49832 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49832/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49834 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49834/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49835 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49835/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49836 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49836/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49837 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49837/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49839 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49839/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49841 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49841/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49842 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49842/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49845 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49845/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49846 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49846/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49850 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49850/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49853 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49853/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49858 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49858/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49860 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49860/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49861 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49861/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49863 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49863/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49864 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49864/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49865 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49865/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49868 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49868/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49869 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49869/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49870 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49870/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49871 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49871/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49874 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49874/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49879 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49879/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49880 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49880/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49881 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49881/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49885 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49885/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49886 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49886/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49887 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49887/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49888 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49888/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49889 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49889/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49890 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49890/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49891 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49891/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49892 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49892/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49900 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49900/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49901 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49901/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49902 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49902/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49905 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49905/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49906 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49906/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49908 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49908/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49909 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49909/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49910 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49910/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49915 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49915/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49916 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49916/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49917 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49917/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49918 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49918/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49921 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49921/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49922 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49922/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49923 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49923/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49924 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49924/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49925 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49925/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49927 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49927/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49928 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49928/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49929 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49929/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2022-49931 page",
"url": "https://www.suse.com/security/cve/CVE-2022-49931/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-1990 page",
"url": "https://www.suse.com/security/cve/CVE-2023-1990/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-28866 page",
"url": "https://www.suse.com/security/cve/CVE-2023-28866/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53035 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53035/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53036 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53036/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53038 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53038/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53039 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53039/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53040 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53040/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53041 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53041/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53042 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53042/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53044 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53044/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53045 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53045/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53049 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53049/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53052 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53052/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53054 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53054/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53056 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53056/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53057 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53057/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53058 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53058/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53059 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53059/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53060 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53060/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53062 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53062/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53064 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53064/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53065 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53065/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53066 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53066/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53068 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53068/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53070 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53070/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53071 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53071/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53073 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53073/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53074 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53074/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53075 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53075/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53077 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53077/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53078 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53078/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53079 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53079/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53081 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53081/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53082 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53082/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53084 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53084/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53087 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53087/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53089 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53089/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53090 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53090/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53091 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53091/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53092 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53092/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53093 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53093/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53095 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53095/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53096 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53096/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53098 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53098/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53099 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53099/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53100 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53100/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53101 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53101/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53102 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53102/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53105 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53105/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53106 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53106/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53108 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53108/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53109 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53109/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53111 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53111/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53112 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53112/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53114 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53114/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53116 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53116/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53118 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53118/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53119 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53119/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53123 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53123/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53124 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53124/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53125 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53125/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53128 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53128/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53131 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53131/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53134 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53134/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53137 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53137/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53139 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53139/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53140 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53140/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53142 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53142/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53143 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53143/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-53145 page",
"url": "https://www.suse.com/security/cve/CVE-2023-53145/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-26804 page",
"url": "https://www.suse.com/security/cve/CVE-2024-26804/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-53168 page",
"url": "https://www.suse.com/security/cve/CVE-2024-53168/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-56558 page",
"url": "https://www.suse.com/security/cve/CVE-2024-56558/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-21999 page",
"url": "https://www.suse.com/security/cve/CVE-2025-21999/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22056 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22056/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-23145 page",
"url": "https://www.suse.com/security/cve/CVE-2025-23145/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-37789 page",
"url": "https://www.suse.com/security/cve/CVE-2025-37789/"
}
],
"title": "Security update for the Linux Kernel",
"tracking": {
"current_release_date": "2025-06-16T14:55:49Z",
"generator": {
"date": "2025-06-16T14:55:49Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:01966-1",
"initial_release_date": "2025-06-16T14:55:49Z",
"revision_history": [
{
"date": "2025-06-16T14:55:49Z",
"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.97.1.noarch",
"product": {
"name": "kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"product_id": "kernel-devel-rt-5.14.21-150500.13.97.1.noarch"
}
},
{
"category": "product_version",
"name": "kernel-source-rt-5.14.21-150500.13.97.1.noarch",
"product": {
"name": "kernel-source-rt-5.14.21-150500.13.97.1.noarch",
"product_id": "kernel-source-rt-5.14.21-150500.13.97.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cluster-md-kmp-rt-5.14.21-150500.13.97.1.x86_64",
"product": {
"name": "cluster-md-kmp-rt-5.14.21-150500.13.97.1.x86_64",
"product_id": "cluster-md-kmp-rt-5.14.21-150500.13.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "dlm-kmp-rt-5.14.21-150500.13.97.1.x86_64",
"product": {
"name": "dlm-kmp-rt-5.14.21-150500.13.97.1.x86_64",
"product_id": "dlm-kmp-rt-5.14.21-150500.13.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "gfs2-kmp-rt-5.14.21-150500.13.97.1.x86_64",
"product": {
"name": "gfs2-kmp-rt-5.14.21-150500.13.97.1.x86_64",
"product_id": "gfs2-kmp-rt-5.14.21-150500.13.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-rt-5.14.21-150500.13.97.1.x86_64",
"product": {
"name": "kernel-rt-5.14.21-150500.13.97.1.x86_64",
"product_id": "kernel-rt-5.14.21-150500.13.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-5.14.21-150500.13.97.1.x86_64",
"product": {
"name": "kernel-rt-devel-5.14.21-150500.13.97.1.x86_64",
"product_id": "kernel-rt-devel-5.14.21-150500.13.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-rt-extra-5.14.21-150500.13.97.1.x86_64",
"product": {
"name": "kernel-rt-extra-5.14.21-150500.13.97.1.x86_64",
"product_id": "kernel-rt-extra-5.14.21-150500.13.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-rt-livepatch-5.14.21-150500.13.97.1.x86_64",
"product": {
"name": "kernel-rt-livepatch-5.14.21-150500.13.97.1.x86_64",
"product_id": "kernel-rt-livepatch-5.14.21-150500.13.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-rt-livepatch-devel-5.14.21-150500.13.97.1.x86_64",
"product": {
"name": "kernel-rt-livepatch-devel-5.14.21-150500.13.97.1.x86_64",
"product_id": "kernel-rt-livepatch-devel-5.14.21-150500.13.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-rt-optional-5.14.21-150500.13.97.1.x86_64",
"product": {
"name": "kernel-rt-optional-5.14.21-150500.13.97.1.x86_64",
"product_id": "kernel-rt-optional-5.14.21-150500.13.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-rt-vdso-5.14.21-150500.13.97.1.x86_64",
"product": {
"name": "kernel-rt-vdso-5.14.21-150500.13.97.1.x86_64",
"product_id": "kernel-rt-vdso-5.14.21-150500.13.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-rt_debug-5.14.21-150500.13.97.1.x86_64",
"product": {
"name": "kernel-rt_debug-5.14.21-150500.13.97.1.x86_64",
"product_id": "kernel-rt_debug-5.14.21-150500.13.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-rt_debug-devel-5.14.21-150500.13.97.1.x86_64",
"product": {
"name": "kernel-rt_debug-devel-5.14.21-150500.13.97.1.x86_64",
"product_id": "kernel-rt_debug-devel-5.14.21-150500.13.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-rt_debug-vdso-5.14.21-150500.13.97.1.x86_64",
"product": {
"name": "kernel-rt_debug-vdso-5.14.21-150500.13.97.1.x86_64",
"product_id": "kernel-rt_debug-vdso-5.14.21-150500.13.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-syms-rt-5.14.21-150500.13.97.1.x86_64",
"product": {
"name": "kernel-syms-rt-5.14.21-150500.13.97.1.x86_64",
"product_id": "kernel-syms-rt-5.14.21-150500.13.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "kselftests-kmp-rt-5.14.21-150500.13.97.1.x86_64",
"product": {
"name": "kselftests-kmp-rt-5.14.21-150500.13.97.1.x86_64",
"product_id": "kselftests-kmp-rt-5.14.21-150500.13.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "ocfs2-kmp-rt-5.14.21-150500.13.97.1.x86_64",
"product": {
"name": "ocfs2-kmp-rt-5.14.21-150500.13.97.1.x86_64",
"product_id": "ocfs2-kmp-rt-5.14.21-150500.13.97.1.x86_64"
}
},
{
"category": "product_version",
"name": "reiserfs-kmp-rt-5.14.21-150500.13.97.1.x86_64",
"product": {
"name": "reiserfs-kmp-rt-5.14.21-150500.13.97.1.x86_64",
"product_id": "reiserfs-kmp-rt-5.14.21-150500.13.97.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_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-rt-5.14.21-150500.13.97.1.noarch as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch"
},
"product_reference": "kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-5.14.21-150500.13.97.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.97.1.x86_64"
},
"product_reference": "kernel-rt-5.14.21-150500.13.97.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-source-rt-5.14.21-150500.13.97.1.noarch as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
},
"product_reference": "kernel-source-rt-5.14.21-150500.13.97.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-3564",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-3564"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability classified as critical was found in Linux Kernel. Affected by this vulnerability is the function l2cap_reassemble_sdu of the file net/bluetooth/l2cap_core.c of the component Bluetooth. The manipulation leads to use after free. It is recommended to apply a patch to fix this issue. The associated identifier of this vulnerability is VDB-211087.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-3564",
"url": "https://www.suse.com/security/cve/CVE-2022-3564"
},
{
"category": "external",
"summary": "SUSE Bug 1206073 for CVE-2022-3564",
"url": "https://bugzilla.suse.com/1206073"
},
{
"category": "external",
"summary": "SUSE Bug 1206314 for CVE-2022-3564",
"url": "https://bugzilla.suse.com/1206314"
},
{
"category": "external",
"summary": "SUSE Bug 1208030 for CVE-2022-3564",
"url": "https://bugzilla.suse.com/1208030"
},
{
"category": "external",
"summary": "SUSE Bug 1208044 for CVE-2022-3564",
"url": "https://bugzilla.suse.com/1208044"
},
{
"category": "external",
"summary": "SUSE Bug 1208085 for CVE-2022-3564",
"url": "https://bugzilla.suse.com/1208085"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "important"
}
],
"title": "CVE-2022-3564"
},
{
"cve": "CVE-2022-3619",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-3619"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been found in Linux Kernel and classified as problematic. This vulnerability affects the function l2cap_recv_acldata of the file net/bluetooth/l2cap_core.c of the component Bluetooth. The manipulation leads to memory leak. It is recommended to apply a patch to fix this issue. VDB-211918 is the identifier assigned to this vulnerability.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-3619",
"url": "https://www.suse.com/security/cve/CVE-2022-3619"
},
{
"category": "external",
"summary": "SUSE Bug 1204569 for CVE-2022-3619",
"url": "https://bugzilla.suse.com/1204569"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-3619"
},
{
"cve": "CVE-2022-3640",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-3640"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability, which was classified as critical, was found in Linux Kernel. Affected is the function l2cap_conn_del of the file net/bluetooth/l2cap_core.c of the component Bluetooth. The manipulation leads to use after free. It is recommended to apply a patch to fix this issue. The identifier of this vulnerability is VDB-211944.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-3640",
"url": "https://www.suse.com/security/cve/CVE-2022-3640"
},
{
"category": "external",
"summary": "SUSE Bug 1204619 for CVE-2022-3640",
"url": "https://bugzilla.suse.com/1204619"
},
{
"category": "external",
"summary": "SUSE Bug 1204624 for CVE-2022-3640",
"url": "https://bugzilla.suse.com/1204624"
},
{
"category": "external",
"summary": "SUSE Bug 1209225 for CVE-2022-3640",
"url": "https://bugzilla.suse.com/1209225"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "important"
}
],
"title": "CVE-2022-3640"
},
{
"cve": "CVE-2022-49762",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49762"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nntfs: check overflow when iterating ATTR_RECORDs\n\nKernel iterates over ATTR_RECORDs in mft record in ntfs_attr_find(). \nBecause the ATTR_RECORDs are next to each other, kernel can get the next\nATTR_RECORD from end address of current ATTR_RECORD, through current\nATTR_RECORD length field.\n\nThe problem is that during iteration, when kernel calculates the end\naddress of current ATTR_RECORD, kernel may trigger an integer overflow bug\nin executing `a = (ATTR_RECORD*)((u8*)a + le32_to_cpu(a-\u003elength))`. This\nmay wrap, leading to a forever iteration on 32bit systems.\n\nThis patch solves it by adding some checks on calculating end address\nof current ATTR_RECORD during iteration.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49762",
"url": "https://www.suse.com/security/cve/CVE-2022-49762"
},
{
"category": "external",
"summary": "SUSE Bug 1242146 for CVE-2022-49762",
"url": "https://bugzilla.suse.com/1242146"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49762"
},
{
"cve": "CVE-2022-49763",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49763"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nntfs: fix use-after-free in ntfs_attr_find()\n\nPatch series \"ntfs: fix bugs about Attribute\", v2.\n\nThis patchset fixes three bugs relative to Attribute in record:\n\nPatch 1 adds a sanity check to ensure that, attrs_offset field in first\nmft record loading from disk is within bounds.\n\nPatch 2 moves the ATTR_RECORD\u0027s bounds checking earlier, to avoid\ndereferencing ATTR_RECORD before checking this ATTR_RECORD is within\nbounds.\n\nPatch 3 adds an overflow checking to avoid possible forever loop in\nntfs_attr_find().\n\nWithout patch 1 and patch 2, the kernel triggersa KASAN use-after-free\ndetection as reported by Syzkaller.\n\nAlthough one of patch 1 or patch 2 can fix this, we still need both of\nthem. Because patch 1 fixes the root cause, and patch 2 not only fixes\nthe direct cause, but also fixes the potential out-of-bounds bug.\n\n\nThis patch (of 3):\n\nSyzkaller reported use-after-free read as follows:\n==================================================================\nBUG: KASAN: use-after-free in ntfs_attr_find+0xc02/0xce0 fs/ntfs/attrib.c:597\nRead of size 2 at addr ffff88807e352009 by task syz-executor153/3607\n\n[...]\nCall Trace:\n \u003cTASK\u003e\n __dump_stack lib/dump_stack.c:88 [inline]\n dump_stack_lvl+0xcd/0x134 lib/dump_stack.c:106\n print_address_description mm/kasan/report.c:317 [inline]\n print_report.cold+0x2ba/0x719 mm/kasan/report.c:433\n kasan_report+0xb1/0x1e0 mm/kasan/report.c:495\n ntfs_attr_find+0xc02/0xce0 fs/ntfs/attrib.c:597\n ntfs_attr_lookup+0x1056/0x2070 fs/ntfs/attrib.c:1193\n ntfs_read_inode_mount+0x89a/0x2580 fs/ntfs/inode.c:1845\n ntfs_fill_super+0x1799/0x9320 fs/ntfs/super.c:2854\n mount_bdev+0x34d/0x410 fs/super.c:1400\n legacy_get_tree+0x105/0x220 fs/fs_context.c:610\n vfs_get_tree+0x89/0x2f0 fs/super.c:1530\n do_new_mount fs/namespace.c:3040 [inline]\n path_mount+0x1326/0x1e20 fs/namespace.c:3370\n do_mount fs/namespace.c:3383 [inline]\n __do_sys_mount fs/namespace.c:3591 [inline]\n __se_sys_mount fs/namespace.c:3568 [inline]\n __x64_sys_mount+0x27f/0x300 fs/namespace.c:3568\n do_syscall_x64 arch/x86/entry/common.c:50 [inline]\n do_syscall_64+0x35/0xb0 arch/x86/entry/common.c:80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\n [...]\n \u003c/TASK\u003e\n\nThe buggy address belongs to the physical page:\npage:ffffea0001f8d400 refcount:1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x7e350\nhead:ffffea0001f8d400 order:3 compound_mapcount:0 compound_pincount:0\nflags: 0xfff00000010200(slab|head|node=0|zone=1|lastcpupid=0x7ff)\nraw: 00fff00000010200 0000000000000000 dead000000000122 ffff888011842140\nraw: 0000000000000000 0000000000040004 00000001ffffffff 0000000000000000\npage dumped because: kasan: bad access detected\nMemory state around the buggy address:\n ffff88807e351f00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc\n ffff88807e351f80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc\n\u003effff88807e352000: fa fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb\n ^\n ffff88807e352080: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb\n ffff88807e352100: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb\n==================================================================\n\nKernel will loads $MFT/$DATA\u0027s first mft record in\nntfs_read_inode_mount().\n\nYet the problem is that after loading, kernel doesn\u0027t check whether\nattrs_offset field is a valid value.\n\nTo be more specific, if attrs_offset field is larger than bytes_allocated\nfield, then it may trigger the out-of-bounds read bug(reported as\nuse-after-free bug) in ntfs_attr_find(), when kernel tries to access the\ncorresponding mft record\u0027s attribute.\n\nThis patch solves it by adding the sanity check between attrs_offset field\nand bytes_allocated field, after loading the first mft record.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49763",
"url": "https://www.suse.com/security/cve/CVE-2022-49763"
},
{
"category": "external",
"summary": "SUSE Bug 1242249 for CVE-2022-49763",
"url": "https://bugzilla.suse.com/1242249"
},
{
"category": "external",
"summary": "SUSE Bug 1242258 for CVE-2022-49763",
"url": "https://bugzilla.suse.com/1242258"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "important"
}
],
"title": "CVE-2022-49763"
},
{
"cve": "CVE-2022-49769",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49769"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ngfs2: Check sb_bsize_shift after reading superblock\n\nFuzzers like to scribble over sb_bsize_shift but in reality it\u0027s very\nunlikely that this field would be corrupted on its own. Nevertheless it\nshould be checked to avoid the possibility of messy mount errors due to\nbad calculations. It\u0027s always a fixed value based on the block size so\nwe can just check that it\u0027s the expected value.\n\nTested with:\n\n mkfs.gfs2 -O -p lock_nolock /dev/vdb\n for i in 0 -1 64 65 32 33; do\n gfs2_edit -p sb field sb_bsize_shift $i /dev/vdb\n mount /dev/vdb /mnt/test \u0026\u0026 umount /mnt/test\n done\n\nBefore this patch we get a withdraw after\n\n[ 76.413681] gfs2: fsid=loop0.0: fatal: invalid metadata block\n[ 76.413681] bh = 19 (type: exp=5, found=4)\n[ 76.413681] function = gfs2_meta_buffer, file = fs/gfs2/meta_io.c, line = 492\n\nand with UBSAN configured we also get complaints like\n\n[ 76.373395] UBSAN: shift-out-of-bounds in fs/gfs2/ops_fstype.c:295:19\n[ 76.373815] shift exponent 4294967287 is too large for 64-bit type \u0027long unsigned int\u0027\n\nAfter the patch, these complaints don\u0027t appear, mount fails immediately\nand we get an explanation in dmesg.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49769",
"url": "https://www.suse.com/security/cve/CVE-2022-49769"
},
{
"category": "external",
"summary": "SUSE Bug 1242440 for CVE-2022-49769",
"url": "https://bugzilla.suse.com/1242440"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49769"
},
{
"cve": "CVE-2022-49770",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49770"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nceph: avoid putting the realm twice when decoding snaps fails\n\nWhen decoding the snaps fails it maybe leaving the \u0027first_realm\u0027\nand \u0027realm\u0027 pointing to the same snaprealm memory. And then it\u0027ll\nput it twice and could cause random use-after-free, BUG_ON, etc\nissues.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49770",
"url": "https://www.suse.com/security/cve/CVE-2022-49770"
},
{
"category": "external",
"summary": "SUSE Bug 1242597 for CVE-2022-49770",
"url": "https://bugzilla.suse.com/1242597"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49770"
},
{
"cve": "CVE-2022-49771",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49771"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndm ioctl: fix misbehavior if list_versions races with module loading\n\n__list_versions will first estimate the required space using the\n\"dm_target_iterate(list_version_get_needed, \u0026needed)\" call and then will\nfill the space using the \"dm_target_iterate(list_version_get_info,\n\u0026iter_info)\" call. Each of these calls locks the targets using the\n\"down_read(\u0026_lock)\" and \"up_read(\u0026_lock)\" calls, however between the first\nand second \"dm_target_iterate\" there is no lock held and the target\nmodules can be loaded at this point, so the second \"dm_target_iterate\"\ncall may need more space than what was the first \"dm_target_iterate\"\nreturned.\n\nThe code tries to handle this overflow (see the beginning of\nlist_version_get_info), however this handling is incorrect.\n\nThe code sets \"param-\u003edata_size = param-\u003edata_start + needed\" and\n\"iter_info.end = (char *)vers+len\" - \"needed\" is the size returned by the\nfirst dm_target_iterate call; \"len\" is the size of the buffer allocated by\nuserspace.\n\n\"len\" may be greater than \"needed\"; in this case, the code will write up\nto \"len\" bytes into the buffer, however param-\u003edata_size is set to\n\"needed\", so it may write data past the param-\u003edata_size value. The ioctl\ninterface copies only up to param-\u003edata_size into userspace, thus part of\nthe result will be truncated.\n\nFix this bug by setting \"iter_info.end = (char *)vers + needed;\" - this\nguarantees that the second \"dm_target_iterate\" call will write only up to\nthe \"needed\" buffer and it will exit with \"DM_BUFFER_FULL_FLAG\" if it\noverflows the \"needed\" space - in this case, userspace will allocate a\nlarger buffer and retry.\n\nNote that there is also a bug in list_version_get_needed - we need to add\n\"strlen(tt-\u003ename) + 1\" to the needed size, not \"strlen(tt-\u003ename)\".",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49771",
"url": "https://www.suse.com/security/cve/CVE-2022-49771"
},
{
"category": "external",
"summary": "SUSE Bug 1242686 for CVE-2022-49771",
"url": "https://bugzilla.suse.com/1242686"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49771"
},
{
"cve": "CVE-2022-49772",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49772"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: usb-audio: Drop snd_BUG_ON() from snd_usbmidi_output_open()\n\nsnd_usbmidi_output_open() has a check of the NULL port with\nsnd_BUG_ON(). snd_BUG_ON() was used as this shouldn\u0027t have happened,\nbut in reality, the NULL port may be seen when the device gives an\ninvalid endpoint setup at the descriptor, hence the driver skips the\nallocation. That is, the check itself is valid and snd_BUG_ON()\nshould be dropped from there. Otherwise it\u0027s confusing as if it were\na real bug, as recently syzbot stumbled on it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49772",
"url": "https://www.suse.com/security/cve/CVE-2022-49772"
},
{
"category": "external",
"summary": "SUSE Bug 1242147 for CVE-2022-49772",
"url": "https://bugzilla.suse.com/1242147"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49772"
},
{
"cve": "CVE-2022-49773",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49773"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amd/display: Fix optc2_configure warning on dcn314\n\n[Why]\ndcn314 uses optc2_configure_crc() that wraps\noptc1_configure_crc() + set additional registers\nnot applicable to dcn314.\nIt\u0027s not critical but when used leads to warning like:\nWARNING: drivers/gpu/drm/amd/amdgpu/../display/dc/dc_helper.c\nCall Trace:\n\u003cTASK\u003e\ngeneric_reg_set_ex+0x6d/0xe0 [amdgpu]\noptc2_configure_crc+0x60/0x80 [amdgpu]\ndc_stream_configure_crc+0x129/0x150 [amdgpu]\namdgpu_dm_crtc_configure_crc_source+0x5d/0xe0 [amdgpu]\n\n[How]\nUse optc1_configure_crc() directly",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49773",
"url": "https://www.suse.com/security/cve/CVE-2022-49773"
},
{
"category": "external",
"summary": "SUSE Bug 1242311 for CVE-2022-49773",
"url": "https://bugzilla.suse.com/1242311"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49773"
},
{
"cve": "CVE-2022-49775",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49775"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntcp: cdg: allow tcp_cdg_release() to be called multiple times\n\nApparently, mptcp is able to call tcp_disconnect() on an already\ndisconnected flow. This is generally fine, unless current congestion\ncontrol is CDG, because it might trigger a double-free [1]\n\nInstead of fixing MPTCP, and future bugs, we can make tcp_disconnect()\nmore resilient.\n\n[1]\nBUG: KASAN: double-free in slab_free mm/slub.c:3539 [inline]\nBUG: KASAN: double-free in kfree+0xe2/0x580 mm/slub.c:4567\n\nCPU: 0 PID: 3645 Comm: kworker/0:7 Not tainted 6.0.0-syzkaller-02734-g0326074ff465 #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 09/22/2022\nWorkqueue: events mptcp_worker\nCall Trace:\n\u003cTASK\u003e\n__dump_stack lib/dump_stack.c:88 [inline]\ndump_stack_lvl+0xcd/0x134 lib/dump_stack.c:106\nprint_address_description mm/kasan/report.c:317 [inline]\nprint_report.cold+0x2ba/0x719 mm/kasan/report.c:433\nkasan_report_invalid_free+0x81/0x190 mm/kasan/report.c:462\n____kasan_slab_free+0x18b/0x1c0 mm/kasan/common.c:356\nkasan_slab_free include/linux/kasan.h:200 [inline]\nslab_free_hook mm/slub.c:1759 [inline]\nslab_free_freelist_hook+0x8b/0x1c0 mm/slub.c:1785\nslab_free mm/slub.c:3539 [inline]\nkfree+0xe2/0x580 mm/slub.c:4567\ntcp_disconnect+0x980/0x1e20 net/ipv4/tcp.c:3145\n__mptcp_close_ssk+0x5ca/0x7e0 net/mptcp/protocol.c:2327\nmptcp_do_fastclose net/mptcp/protocol.c:2592 [inline]\nmptcp_worker+0x78c/0xff0 net/mptcp/protocol.c:2627\nprocess_one_work+0x991/0x1610 kernel/workqueue.c:2289\nworker_thread+0x665/0x1080 kernel/workqueue.c:2436\nkthread+0x2e4/0x3a0 kernel/kthread.c:376\nret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:306\n\u003c/TASK\u003e\n\nAllocated by task 3671:\nkasan_save_stack+0x1e/0x40 mm/kasan/common.c:38\nkasan_set_track mm/kasan/common.c:45 [inline]\nset_alloc_info mm/kasan/common.c:437 [inline]\n____kasan_kmalloc mm/kasan/common.c:516 [inline]\n____kasan_kmalloc mm/kasan/common.c:475 [inline]\n__kasan_kmalloc+0xa9/0xd0 mm/kasan/common.c:525\nkmalloc_array include/linux/slab.h:640 [inline]\nkcalloc include/linux/slab.h:671 [inline]\ntcp_cdg_init+0x10d/0x170 net/ipv4/tcp_cdg.c:380\ntcp_init_congestion_control+0xab/0x550 net/ipv4/tcp_cong.c:193\ntcp_reinit_congestion_control net/ipv4/tcp_cong.c:217 [inline]\ntcp_set_congestion_control+0x96c/0xaa0 net/ipv4/tcp_cong.c:391\ndo_tcp_setsockopt+0x505/0x2320 net/ipv4/tcp.c:3513\ntcp_setsockopt+0xd4/0x100 net/ipv4/tcp.c:3801\nmptcp_setsockopt+0x35f/0x2570 net/mptcp/sockopt.c:844\n__sys_setsockopt+0x2d6/0x690 net/socket.c:2252\n__do_sys_setsockopt net/socket.c:2263 [inline]\n__se_sys_setsockopt net/socket.c:2260 [inline]\n__x64_sys_setsockopt+0xba/0x150 net/socket.c:2260\ndo_syscall_x64 arch/x86/entry/common.c:50 [inline]\ndo_syscall_64+0x35/0xb0 arch/x86/entry/common.c:80\nentry_SYSCALL_64_after_hwframe+0x63/0xcd\n\nFreed by task 16:\nkasan_save_stack+0x1e/0x40 mm/kasan/common.c:38\nkasan_set_track+0x21/0x30 mm/kasan/common.c:45\nkasan_set_free_info+0x20/0x30 mm/kasan/generic.c:370\n____kasan_slab_free mm/kasan/common.c:367 [inline]\n____kasan_slab_free+0x166/0x1c0 mm/kasan/common.c:329\nkasan_slab_free include/linux/kasan.h:200 [inline]\nslab_free_hook mm/slub.c:1759 [inline]\nslab_free_freelist_hook+0x8b/0x1c0 mm/slub.c:1785\nslab_free mm/slub.c:3539 [inline]\nkfree+0xe2/0x580 mm/slub.c:4567\ntcp_cleanup_congestion_control+0x70/0x120 net/ipv4/tcp_cong.c:226\ntcp_v4_destroy_sock+0xdd/0x750 net/ipv4/tcp_ipv4.c:2254\ntcp_v6_destroy_sock+0x11/0x20 net/ipv6/tcp_ipv6.c:1969\ninet_csk_destroy_sock+0x196/0x440 net/ipv4/inet_connection_sock.c:1157\ntcp_done+0x23b/0x340 net/ipv4/tcp.c:4649\ntcp_rcv_state_process+0x40e7/0x4990 net/ipv4/tcp_input.c:6624\ntcp_v6_do_rcv+0x3fc/0x13c0 net/ipv6/tcp_ipv6.c:1525\ntcp_v6_rcv+0x2e8e/0x3830 net/ipv6/tcp_ipv6.c:1759\nip6_protocol_deliver_rcu+0x2db/0x1950 net/ipv6/ip6_input.c:439\nip6_input_finish+0x14c/0x2c0 net/ipv6/ip6_input.c:484\nNF_HOOK include/linux/netfilter.h:302 [inline]\nNF_HOOK include/linux/netfilter.h:296 [inline]\nip6_input+0x9c/0xd\n---truncated---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49775",
"url": "https://www.suse.com/security/cve/CVE-2022-49775"
},
{
"category": "external",
"summary": "SUSE Bug 1242245 for CVE-2022-49775",
"url": "https://bugzilla.suse.com/1242245"
},
{
"category": "external",
"summary": "SUSE Bug 1242257 for CVE-2022-49775",
"url": "https://bugzilla.suse.com/1242257"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "important"
}
],
"title": "CVE-2022-49775"
},
{
"cve": "CVE-2022-49776",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49776"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmacvlan: enforce a consistent minimal mtu\n\nmacvlan should enforce a minimal mtu of 68, even at link creation.\n\nThis patch avoids the current behavior (which could lead to crashes\nin ipv6 stack if the link is brought up)\n\n$ ip link add macvlan1 link eno1 mtu 8 type macvlan # This should fail !\n$ ip link sh dev macvlan1\n5: macvlan1@eno1: \u003cBROADCAST,MULTICAST\u003e mtu 8 qdisc noop\n state DOWN mode DEFAULT group default qlen 1000\n link/ether 02:47:6c:24:74:82 brd ff:ff:ff:ff:ff:ff\n$ ip link set macvlan1 mtu 67\nError: mtu less than device minimum.\n$ ip link set macvlan1 mtu 68\n$ ip link set macvlan1 mtu 8\nError: mtu less than device minimum.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49776",
"url": "https://www.suse.com/security/cve/CVE-2022-49776"
},
{
"category": "external",
"summary": "SUSE Bug 1242248 for CVE-2022-49776",
"url": "https://bugzilla.suse.com/1242248"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49776"
},
{
"cve": "CVE-2022-49777",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49777"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nInput: i8042 - fix leaking of platform device on module removal\n\nAvoid resetting the module-wide i8042_platform_device pointer in\ni8042_probe() or i8042_remove(), so that the device can be properly\ndestroyed by i8042_exit() on module unload.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49777",
"url": "https://www.suse.com/security/cve/CVE-2022-49777"
},
{
"category": "external",
"summary": "SUSE Bug 1242232 for CVE-2022-49777",
"url": "https://bugzilla.suse.com/1242232"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49777"
},
{
"cve": "CVE-2022-49779",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49779"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nkprobes: Skip clearing aggrprobe\u0027s post_handler in kprobe-on-ftrace case\n\nIn __unregister_kprobe_top(), if the currently unregistered probe has\npost_handler but other child probes of the aggrprobe do not have\npost_handler, the post_handler of the aggrprobe is cleared. If this is\na ftrace-based probe, there is a problem. In later calls to\ndisarm_kprobe(), we will use kprobe_ftrace_ops because post_handler is\nNULL. But we\u0027re armed with kprobe_ipmodify_ops. This triggers a WARN in\n__disarm_kprobe_ftrace() and may even cause use-after-free:\n\n Failed to disarm kprobe-ftrace at kernel_clone+0x0/0x3c0 (error -2)\n WARNING: CPU: 5 PID: 137 at kernel/kprobes.c:1135 __disarm_kprobe_ftrace.isra.21+0xcf/0xe0\n Modules linked in: testKprobe_007(-)\n CPU: 5 PID: 137 Comm: rmmod Not tainted 6.1.0-rc4-dirty #18\n [...]\n Call Trace:\n \u003cTASK\u003e\n __disable_kprobe+0xcd/0xe0\n __unregister_kprobe_top+0x12/0x150\n ? mutex_lock+0xe/0x30\n unregister_kprobes.part.23+0x31/0xa0\n unregister_kprobe+0x32/0x40\n __x64_sys_delete_module+0x15e/0x260\n ? do_user_addr_fault+0x2cd/0x6b0\n do_syscall_64+0x3a/0x90\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\n [...]\n\nFor the kprobe-on-ftrace case, we keep the post_handler setting to\nidentify this aggrprobe armed with kprobe_ipmodify_ops. This way we\ncan disarm it correctly.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49779",
"url": "https://www.suse.com/security/cve/CVE-2022-49779"
},
{
"category": "external",
"summary": "SUSE Bug 1242261 for CVE-2022-49779",
"url": "https://bugzilla.suse.com/1242261"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49779"
},
{
"cve": "CVE-2022-49781",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49781"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nperf/x86/amd: Fix crash due to race between amd_pmu_enable_all, perf NMI and throttling\n\namd_pmu_enable_all() does:\n\n if (!test_bit(idx, cpuc-\u003eactive_mask))\n continue;\n\n amd_pmu_enable_event(cpuc-\u003eevents[idx]);\n\nA perf NMI of another event can come between these two steps. Perf NMI\nhandler internally disables and enables _all_ events, including the one\nwhich nmi-intercepted amd_pmu_enable_all() was in process of enabling.\nIf that unintentionally enabled event has very low sampling period and\ncauses immediate successive NMI, causing the event to be throttled,\ncpuc-\u003eevents[idx] and cpuc-\u003eactive_mask gets cleared by x86_pmu_stop().\nThis will result in amd_pmu_enable_event() getting called with event=NULL\nwhen amd_pmu_enable_all() resumes after handling the NMIs. This causes a\nkernel crash:\n\n BUG: kernel NULL pointer dereference, address: 0000000000000198\n #PF: supervisor read access in kernel mode\n #PF: error_code(0x0000) - not-present page\n [...]\n Call Trace:\n \u003cTASK\u003e\n amd_pmu_enable_all+0x68/0xb0\n ctx_resched+0xd9/0x150\n event_function+0xb8/0x130\n ? hrtimer_start_range_ns+0x141/0x4a0\n ? perf_duration_warn+0x30/0x30\n remote_function+0x4d/0x60\n __flush_smp_call_function_queue+0xc4/0x500\n flush_smp_call_function_queue+0x11d/0x1b0\n do_idle+0x18f/0x2d0\n cpu_startup_entry+0x19/0x20\n start_secondary+0x121/0x160\n secondary_startup_64_no_verify+0xe5/0xeb\n \u003c/TASK\u003e\n\namd_pmu_disable_all()/amd_pmu_enable_all() calls inside perf NMI handler\nwere recently added as part of BRS enablement but I\u0027m not sure whether\nwe really need them. We can just disable BRS in the beginning and enable\nit back while returning from NMI. This will solve the issue by not\nenabling those events whose active_masks are set but are not yet enabled\nin hw pmu.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49781",
"url": "https://www.suse.com/security/cve/CVE-2022-49781"
},
{
"category": "external",
"summary": "SUSE Bug 1242302 for CVE-2022-49781",
"url": "https://bugzilla.suse.com/1242302"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49781"
},
{
"cve": "CVE-2022-49783",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49783"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nx86/fpu: Drop fpregs lock before inheriting FPU permissions\n\nMike Galbraith reported the following against an old fork of preempt-rt\nbut the same issue also applies to the current preempt-rt tree.\n\n BUG: sleeping function called from invalid context at kernel/locking/spinlock_rt.c:46\n in_atomic(): 1, irqs_disabled(): 0, non_block: 0, pid: 1, name: systemd\n preempt_count: 1, expected: 0\n RCU nest depth: 0, expected: 0\n Preemption disabled at:\n fpu_clone\n CPU: 6 PID: 1 Comm: systemd Tainted: G E (unreleased)\n Call Trace:\n \u003cTASK\u003e\n dump_stack_lvl\n ? fpu_clone\n __might_resched\n rt_spin_lock\n fpu_clone\n ? copy_thread\n ? copy_process\n ? shmem_alloc_inode\n ? kmem_cache_alloc\n ? kernel_clone\n ? __do_sys_clone\n ? do_syscall_64\n ? __x64_sys_rt_sigprocmask\n ? syscall_exit_to_user_mode\n ? do_syscall_64\n ? syscall_exit_to_user_mode\n ? do_syscall_64\n ? syscall_exit_to_user_mode\n ? do_syscall_64\n ? exc_page_fault\n ? entry_SYSCALL_64_after_hwframe\n \u003c/TASK\u003e\n\nMike says:\n\n The splat comes from fpu_inherit_perms() being called under fpregs_lock(),\n and us reaching the spin_lock_irq() therein due to fpu_state_size_dynamic()\n returning true despite static key __fpu_state_size_dynamic having never\n been enabled.\n\nMike\u0027s assessment looks correct. fpregs_lock on a PREEMPT_RT kernel disables\npreemption so calling spin_lock_irq() in fpu_inherit_perms() is unsafe. This\nproblem exists since commit\n\n 9e798e9aa14c (\"x86/fpu: Prepare fpu_clone() for dynamically enabled features\").\n\nEven though the original bug report should not have enabled the paths at\nall, the bug still exists.\n\nfpregs_lock is necessary when editing the FPU registers or a task\u0027s FP\nstate but it is not necessary for fpu_inherit_perms(). The only write\nof any FP state in fpu_inherit_perms() is for the new child which is\nnot running yet and cannot context switch or be borrowed by a kernel\nthread yet. Hence, fpregs_lock is not protecting anything in the new\nchild until clone() completes and can be dropped earlier. The siglock\nstill needs to be acquired by fpu_inherit_perms() as the read of the\nparent\u0027s permissions has to be serialised.\n\n [ bp: Cleanup splat. ]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49783",
"url": "https://www.suse.com/security/cve/CVE-2022-49783"
},
{
"category": "external",
"summary": "SUSE Bug 1242312 for CVE-2022-49783",
"url": "https://bugzilla.suse.com/1242312"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49783"
},
{
"cve": "CVE-2022-49784",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49784"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nperf/x86/amd/uncore: Fix memory leak for events array\n\nWhen a CPU comes online, the per-CPU NB and LLC uncore contexts are\nfreed but not the events array within the context structure. This\ncauses a memory leak as identified by the kmemleak detector.\n\n [...]\n unreferenced object 0xffff8c5944b8e320 (size 32):\n comm \"swapper/0\", pid 1, jiffies 4294670387 (age 151.072s)\n hex dump (first 32 bytes):\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n backtrace:\n [\u003c000000000759fb79\u003e] amd_uncore_cpu_up_prepare+0xaf/0x230\n [\u003c00000000ddc9e126\u003e] cpuhp_invoke_callback+0x2cf/0x470\n [\u003c0000000093e727d4\u003e] cpuhp_issue_call+0x14d/0x170\n [\u003c0000000045464d54\u003e] __cpuhp_setup_state_cpuslocked+0x11e/0x330\n [\u003c0000000069f67cbd\u003e] __cpuhp_setup_state+0x6b/0x110\n [\u003c0000000015365e0f\u003e] amd_uncore_init+0x260/0x321\n [\u003c00000000089152d2\u003e] do_one_initcall+0x3f/0x1f0\n [\u003c000000002d0bd18d\u003e] kernel_init_freeable+0x1ca/0x212\n [\u003c0000000030be8dde\u003e] kernel_init+0x11/0x120\n [\u003c0000000059709e59\u003e] ret_from_fork+0x22/0x30\n unreferenced object 0xffff8c5944b8dd40 (size 64):\n comm \"swapper/0\", pid 1, jiffies 4294670387 (age 151.072s)\n hex dump (first 32 bytes):\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n backtrace:\n [\u003c00000000306efe8b\u003e] amd_uncore_cpu_up_prepare+0x183/0x230\n [\u003c00000000ddc9e126\u003e] cpuhp_invoke_callback+0x2cf/0x470\n [\u003c0000000093e727d4\u003e] cpuhp_issue_call+0x14d/0x170\n [\u003c0000000045464d54\u003e] __cpuhp_setup_state_cpuslocked+0x11e/0x330\n [\u003c0000000069f67cbd\u003e] __cpuhp_setup_state+0x6b/0x110\n [\u003c0000000015365e0f\u003e] amd_uncore_init+0x260/0x321\n [\u003c00000000089152d2\u003e] do_one_initcall+0x3f/0x1f0\n [\u003c000000002d0bd18d\u003e] kernel_init_freeable+0x1ca/0x212\n [\u003c0000000030be8dde\u003e] kernel_init+0x11/0x120\n [\u003c0000000059709e59\u003e] ret_from_fork+0x22/0x30\n [...]\n\nFix the problem by freeing the events array before freeing the uncore\ncontext.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49784",
"url": "https://www.suse.com/security/cve/CVE-2022-49784"
},
{
"category": "external",
"summary": "SUSE Bug 1242349 for CVE-2022-49784",
"url": "https://bugzilla.suse.com/1242349"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "low"
}
],
"title": "CVE-2022-49784"
},
{
"cve": "CVE-2022-49786",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49786"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nblk-cgroup: properly pin the parent in blkcg_css_online\n\nblkcg_css_online is supposed to pin the blkcg of the parent, but\n397c9f46ee4d refactored things and along the way, changed it to pin the\ncss instead. This results in extra pins, and we end up leaking blkcgs\nand cgroups.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49786",
"url": "https://www.suse.com/security/cve/CVE-2022-49786"
},
{
"category": "external",
"summary": "SUSE Bug 1242351 for CVE-2022-49786",
"url": "https://bugzilla.suse.com/1242351"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "low"
}
],
"title": "CVE-2022-49786"
},
{
"cve": "CVE-2022-49787",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49787"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put()\n\npci_get_device() will increase the reference count for the returned\npci_dev. We need to use pci_dev_put() to decrease the reference count\nbefore amd_probe() returns. There is no problem for the \u0027smbus_dev ==\nNULL\u0027 branch because pci_dev_put() can also handle the NULL input\nparameter case.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49787",
"url": "https://www.suse.com/security/cve/CVE-2022-49787"
},
{
"category": "external",
"summary": "SUSE Bug 1242352 for CVE-2022-49787",
"url": "https://bugzilla.suse.com/1242352"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49787"
},
{
"cve": "CVE-2022-49788",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49788"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmisc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram()\n\n`struct vmci_event_qp` allocated by qp_notify_peer() contains padding,\nwhich may carry uninitialized data to the userspace, as observed by\nKMSAN:\n\n BUG: KMSAN: kernel-infoleak in instrument_copy_to_user ./include/linux/instrumented.h:121\n instrument_copy_to_user ./include/linux/instrumented.h:121\n _copy_to_user+0x5f/0xb0 lib/usercopy.c:33\n copy_to_user ./include/linux/uaccess.h:169\n vmci_host_do_receive_datagram drivers/misc/vmw_vmci/vmci_host.c:431\n vmci_host_unlocked_ioctl+0x33d/0x43d0 drivers/misc/vmw_vmci/vmci_host.c:925\n vfs_ioctl fs/ioctl.c:51\n ...\n\n Uninit was stored to memory at:\n kmemdup+0x74/0xb0 mm/util.c:131\n dg_dispatch_as_host drivers/misc/vmw_vmci/vmci_datagram.c:271\n vmci_datagram_dispatch+0x4f8/0xfc0 drivers/misc/vmw_vmci/vmci_datagram.c:339\n qp_notify_peer+0x19a/0x290 drivers/misc/vmw_vmci/vmci_queue_pair.c:1479\n qp_broker_attach drivers/misc/vmw_vmci/vmci_queue_pair.c:1662\n qp_broker_alloc+0x2977/0x2f30 drivers/misc/vmw_vmci/vmci_queue_pair.c:1750\n vmci_qp_broker_alloc+0x96/0xd0 drivers/misc/vmw_vmci/vmci_queue_pair.c:1940\n vmci_host_do_alloc_queuepair drivers/misc/vmw_vmci/vmci_host.c:488\n vmci_host_unlocked_ioctl+0x24fd/0x43d0 drivers/misc/vmw_vmci/vmci_host.c:927\n ...\n\n Local variable ev created at:\n qp_notify_peer+0x54/0x290 drivers/misc/vmw_vmci/vmci_queue_pair.c:1456\n qp_broker_attach drivers/misc/vmw_vmci/vmci_queue_pair.c:1662\n qp_broker_alloc+0x2977/0x2f30 drivers/misc/vmw_vmci/vmci_queue_pair.c:1750\n\n Bytes 28-31 of 48 are uninitialized\n Memory access of size 48 starts at ffff888035155e00\n Data copied to user address 0000000020000100\n\nUse memset() to prevent the infoleaks.\n\nAlso speculatively fix qp_notify_peer_local(), which may suffer from the\nsame problem.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49788",
"url": "https://www.suse.com/security/cve/CVE-2022-49788"
},
{
"category": "external",
"summary": "SUSE Bug 1242353 for CVE-2022-49788",
"url": "https://bugzilla.suse.com/1242353"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49788"
},
{
"cve": "CVE-2022-49789",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49789"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: zfcp: Fix double free of FSF request when qdio send fails\n\nWe used to use the wrong type of integer in \u0027zfcp_fsf_req_send()\u0027 to cache\nthe FSF request ID when sending a new FSF request. This is used in case the\nsending fails and we need to remove the request from our internal hash\ntable again (so we don\u0027t keep an invalid reference and use it when we free\nthe request again).\n\nIn \u0027zfcp_fsf_req_send()\u0027 we used to cache the ID as \u0027int\u0027 (signed and 32\nbit wide), but the rest of the zfcp code (and the firmware specification)\nhandles the ID as \u0027unsigned long\u0027/\u0027u64\u0027 (unsigned and 64 bit wide [s390x\nELF ABI]). For one this has the obvious problem that when the ID grows\npast 32 bit (this can happen reasonably fast) it is truncated to 32 bit\nwhen storing it in the cache variable and so doesn\u0027t match the original ID\nanymore. The second less obvious problem is that even when the original ID\nhas not yet grown past 32 bit, as soon as the 32nd bit is set in the\noriginal ID (0x80000000 = 2\u0027147\u0027483\u0027648) we will have a mismatch when we\ncast it back to \u0027unsigned long\u0027. As the cached variable is of a signed\ntype, the compiler will choose a sign-extending instruction to load the 32\nbit variable into a 64 bit register (e.g.: \u0027lgf %r11,188(%r15)\u0027). So once\nwe pass the cached variable into \u0027zfcp_reqlist_find_rm()\u0027 to remove the\nrequest again all the leading zeros will be flipped to ones to extend the\nsign and won\u0027t match the original ID anymore (this has been observed in\npractice).\n\nIf we can\u0027t successfully remove the request from the hash table again after\n\u0027zfcp_qdio_send()\u0027 fails (this happens regularly when zfcp cannot notify\nthe adapter about new work because the adapter is already gone during\ne.g. a ChpID toggle) we will end up with a double free. We unconditionally\nfree the request in the calling function when \u0027zfcp_fsf_req_send()\u0027 fails,\nbut because the request is still in the hash table we end up with a stale\nmemory reference, and once the zfcp adapter is either reset during recovery\nor shutdown we end up freeing the same memory twice.\n\nThe resulting stack traces vary depending on the kernel and have no direct\ncorrelation to the place where the bug occurs. Here are three examples that\nhave been seen in practice:\n\n list_del corruption. next-\u003eprev should be 00000001b9d13800, but was 00000000dead4ead. (next=00000001bd131a00)\n ------------[ cut here ]------------\n kernel BUG at lib/list_debug.c:62!\n monitor event: 0040 ilc:2 [#1] PREEMPT SMP\n Modules linked in: ...\n CPU: 9 PID: 1617 Comm: zfcperp0.0.1740 Kdump: loaded\n Hardware name: ...\n Krnl PSW : 0704d00180000000 00000003cbeea1f8 (__list_del_entry_valid+0x98/0x140)\n R:0 T:1 IO:1 EX:1 Key:0 M:1 W:0 P:0 AS:3 CC:1 PM:0 RI:0 EA:3\n Krnl GPRS: 00000000916d12f1 0000000080000000 000000000000006d 00000003cb665cd6\n 0000000000000001 0000000000000000 0000000000000000 00000000d28d21e8\n 00000000d3844000 00000380099efd28 00000001bd131a00 00000001b9d13800\n 00000000d3290100 0000000000000000 00000003cbeea1f4 00000380099efc70\n Krnl Code: 00000003cbeea1e8: c020004f68a7 larl %r2,00000003cc8d7336\n 00000003cbeea1ee: c0e50027fd65 brasl %r14,00000003cc3e9cb8\n #00000003cbeea1f4: af000000 mc 0,0\n \u003e00000003cbeea1f8: c02000920440 larl %r2,00000003cd12aa78\n 00000003cbeea1fe: c0e500289c25 brasl %r14,00000003cc3fda48\n 00000003cbeea204: b9040043 lgr %r4,%r3\n 00000003cbeea208: b9040051 lgr %r5,%r1\n 00000003cbeea20c: b9040032 lgr %r3,%r2\n Call Trace:\n [\u003c00000003cbeea1f8\u003e] __list_del_entry_valid+0x98/0x140\n ([\u003c00000003cbeea1f4\u003e] __list_del_entry_valid+0x94/0x140)\n [\u003c000003ff7ff502fe\u003e] zfcp_fsf_req_dismiss_all+0xde/0x150 [zfcp]\n [\u003c000003ff7ff49cd0\u003e] zfcp_erp_strategy_do_action+0x160/0x280 [zfcp]\n---truncated---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49789",
"url": "https://www.suse.com/security/cve/CVE-2022-49789"
},
{
"category": "external",
"summary": "SUSE Bug 1242366 for CVE-2022-49789",
"url": "https://bugzilla.suse.com/1242366"
},
{
"category": "external",
"summary": "SUSE Bug 1242376 for CVE-2022-49789",
"url": "https://bugzilla.suse.com/1242376"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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 Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "important"
}
],
"title": "CVE-2022-49789"
},
{
"cve": "CVE-2022-49790",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49790"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nInput: iforce - invert valid length check when fetching device IDs\n\nsyzbot is reporting uninitialized value at iforce_init_device() [1], for\ncommit 6ac0aec6b0a6 (\"Input: iforce - allow callers supply data buffer\nwhen fetching device IDs\") is checking that valid length is shorter than\nbytes to read. Since iforce_get_id_packet() stores valid length when\nreturning 0, the caller needs to check that valid length is longer than or\nequals to bytes to read.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49790",
"url": "https://www.suse.com/security/cve/CVE-2022-49790"
},
{
"category": "external",
"summary": "SUSE Bug 1242387 for CVE-2022-49790",
"url": "https://bugzilla.suse.com/1242387"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49790"
},
{
"cve": "CVE-2022-49792",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49792"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niio: adc: mp2629: fix potential array out of bound access\n\nAdd sentinel at end of maps to avoid potential array out of\nbound access in iio core.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49792",
"url": "https://www.suse.com/security/cve/CVE-2022-49792"
},
{
"category": "external",
"summary": "SUSE Bug 1242389 for CVE-2022-49792",
"url": "https://bugzilla.suse.com/1242389"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49792"
},
{
"cve": "CVE-2022-49793",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49793"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niio: trigger: sysfs: fix possible memory leak in iio_sysfs_trig_init()\n\ndev_set_name() allocates memory for name, it need be freed\nwhen device_add() fails, call put_device() to give up the\nreference that hold in device_initialize(), so that it can\nbe freed in kobject_cleanup() when the refcount hit to 0.\n\nFault injection test can trigger this:\n\nunreferenced object 0xffff8e8340a7b4c0 (size 32):\n comm \"modprobe\", pid 243, jiffies 4294678145 (age 48.845s)\n hex dump (first 32 bytes):\n 69 69 6f 5f 73 79 73 66 73 5f 74 72 69 67 67 65 iio_sysfs_trigge\n 72 00 a7 40 83 8e ff ff 00 86 13 c4 f6 ee ff ff r..@............\n backtrace:\n [\u003c0000000074999de8\u003e] __kmem_cache_alloc_node+0x1e9/0x360\n [\u003c00000000497fd30b\u003e] __kmalloc_node_track_caller+0x44/0x1a0\n [\u003c000000003636c520\u003e] kstrdup+0x2d/0x60\n [\u003c0000000032f84da2\u003e] kobject_set_name_vargs+0x1e/0x90\n [\u003c0000000092efe493\u003e] dev_set_name+0x4e/0x70",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49793",
"url": "https://www.suse.com/security/cve/CVE-2022-49793"
},
{
"category": "external",
"summary": "SUSE Bug 1242391 for CVE-2022-49793",
"url": "https://bugzilla.suse.com/1242391"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49793"
},
{
"cve": "CVE-2022-49794",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49794"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niio: adc: at91_adc: fix possible memory leak in at91_adc_allocate_trigger()\n\nIf iio_trigger_register() returns error, it should call iio_trigger_free()\nto give up the reference that hold in iio_trigger_alloc(), so that it can\ncall iio_trig_release() to free memory when the refcount hit to 0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49794",
"url": "https://www.suse.com/security/cve/CVE-2022-49794"
},
{
"category": "external",
"summary": "SUSE Bug 1242392 for CVE-2022-49794",
"url": "https://bugzilla.suse.com/1242392"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49794"
},
{
"cve": "CVE-2022-49795",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49795"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nrethook: fix a potential memleak in rethook_alloc()\n\nIn rethook_alloc(), the variable rh is not freed or passed out\nif handler is NULL, which could lead to a memleak, fix it.\n\n[Masami: Add \"rethook:\" tag to the title.]\n\nAcke-by: Masami Hiramatsu (Google) \u003cmhiramat@kernel.org\u003e",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49795",
"url": "https://www.suse.com/security/cve/CVE-2022-49795"
},
{
"category": "external",
"summary": "SUSE Bug 1242298 for CVE-2022-49795",
"url": "https://bugzilla.suse.com/1242298"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49795"
},
{
"cve": "CVE-2022-49796",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49796"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_gen_test_exit()\n\nWhen test_gen_kprobe_cmd() failed after kprobe_event_gen_cmd_end(), it\nwill goto delete, which will call kprobe_event_delete() and release the\ncorresponding resource. However, the trace_array in gen_kretprobe_test\nwill point to the invalid resource. Set gen_kretprobe_test to NULL\nafter called kprobe_event_delete() to prevent null-ptr-deref.\n\nBUG: kernel NULL pointer dereference, address: 0000000000000070\nPGD 0 P4D 0\nOops: 0000 [#1] SMP PTI\nCPU: 0 PID: 246 Comm: modprobe Tainted: G W\n6.1.0-rc1-00174-g9522dc5c87da-dirty #248\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS\nrel-1.15.0-0-g2dd4b9b3f840-prebuilt.qemu.org 04/01/2014\nRIP: 0010:__ftrace_set_clr_event_nolock+0x53/0x1b0\nCode: e8 82 26 fc ff 49 8b 1e c7 44 24 0c ea ff ff ff 49 39 de 0f 84 3c\n01 00 00 c7 44 24 18 00 00 00 00 e8 61 26 fc ff 48 8b 6b 10 \u003c44\u003e 8b 65\n70 4c 8b 6d 18 41 f7 c4 00 02 00 00 75 2f\nRSP: 0018:ffffc9000159fe00 EFLAGS: 00010293\nRAX: 0000000000000000 RBX: ffff88810971d268 RCX: 0000000000000000\nRDX: ffff8881080be600 RSI: ffffffff811b48ff RDI: ffff88810971d058\nRBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000001\nR10: ffffc9000159fe58 R11: 0000000000000001 R12: ffffffffa0001064\nR13: ffffffffa000106c R14: ffff88810971d238 R15: 0000000000000000\nFS: 00007f89eeff6540(0000) GS:ffff88813b600000(0000)\nknlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 0000000000000070 CR3: 000000010599e004 CR4: 0000000000330ef0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nCall Trace:\n \u003cTASK\u003e\n __ftrace_set_clr_event+0x3e/0x60\n trace_array_set_clr_event+0x35/0x50\n ? 0xffffffffa0000000\n kprobe_event_gen_test_exit+0xcd/0x10b [kprobe_event_gen_test]\n __x64_sys_delete_module+0x206/0x380\n ? lockdep_hardirqs_on_prepare+0xd8/0x190\n ? syscall_enter_from_user_mode+0x1c/0x50\n do_syscall_64+0x3f/0x90\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\nRIP: 0033:0x7f89eeb061b7",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49796",
"url": "https://www.suse.com/security/cve/CVE-2022-49796"
},
{
"category": "external",
"summary": "SUSE Bug 1242305 for CVE-2022-49796",
"url": "https://bugzilla.suse.com/1242305"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49796"
},
{
"cve": "CVE-2022-49797",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49797"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_event_gen_test_exit()\n\nWhen trace_get_event_file() failed, gen_kretprobe_test will be assigned\nas the error code. If module kprobe_event_gen_test is removed now, the\nnull pointer dereference will happen in kprobe_event_gen_test_exit().\nCheck if gen_kprobe_test or gen_kretprobe_test is error code or NULL\nbefore dereference them.\n\nBUG: kernel NULL pointer dereference, address: 0000000000000012\nPGD 0 P4D 0\nOops: 0000 [#1] SMP PTI\nCPU: 3 PID: 2210 Comm: modprobe Not tainted\n6.1.0-rc1-00171-g2159299a3b74-dirty #217\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS\nrel-1.15.0-0-g2dd4b9b3f840-prebuilt.qemu.org 04/01/2014\nRIP: 0010:kprobe_event_gen_test_exit+0x1c/0xb5 [kprobe_event_gen_test]\nCode: Unable to access opcode bytes at 0xffffffff9ffffff2.\nRSP: 0018:ffffc900015bfeb8 EFLAGS: 00010246\nRAX: ffffffffffffffea RBX: ffffffffa0002080 RCX: 0000000000000000\nRDX: ffffffffa0001054 RSI: ffffffffa0001064 RDI: ffffffffdfc6349c\nRBP: ffffffffa0000000 R08: 0000000000000004 R09: 00000000001e95c0\nR10: 0000000000000000 R11: 0000000000000001 R12: 0000000000000800\nR13: ffffffffa0002420 R14: 0000000000000000 R15: 0000000000000000\nFS: 00007f56b75be540(0000) GS:ffff88813bc00000(0000)\nknlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: ffffffff9ffffff2 CR3: 000000010874a006 CR4: 0000000000330ee0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nCall Trace:\n \u003cTASK\u003e\n __x64_sys_delete_module+0x206/0x380\n ? lockdep_hardirqs_on_prepare+0xd8/0x190\n ? syscall_enter_from_user_mode+0x1c/0x50\n do_syscall_64+0x3f/0x90\n entry_SYSCALL_64_after_hwframe+0x63/0xcd",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49797",
"url": "https://www.suse.com/security/cve/CVE-2022-49797"
},
{
"category": "external",
"summary": "SUSE Bug 1242320 for CVE-2022-49797",
"url": "https://bugzilla.suse.com/1242320"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49797"
},
{
"cve": "CVE-2022-49799",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49799"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntracing: Fix wild-memory-access in register_synth_event()\n\nIn register_synth_event(), if set_synth_event_print_fmt() failed, then\nboth trace_remove_event_call() and unregister_trace_event() will be\ncalled, which means the trace_event_call will call\n__unregister_trace_event() twice. As the result, the second unregister\nwill causes the wild-memory-access.\n\nregister_synth_event\n set_synth_event_print_fmt failed\n trace_remove_event_call\n event_remove\n if call-\u003eevent.funcs then\n __unregister_trace_event (first call)\n unregister_trace_event\n __unregister_trace_event (second call)\n\nFix the bug by avoiding to call the second __unregister_trace_event() by\nchecking if the first one is called.\n\ngeneral protection fault, probably for non-canonical address\n\t0xfbd59c0000000024: 0000 [#1] SMP KASAN PTI\nKASAN: maybe wild-memory-access in range\n[0xdead000000000120-0xdead000000000127]\nCPU: 0 PID: 3807 Comm: modprobe Not tainted\n6.1.0-rc1-00186-g76f33a7eedb4 #299\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS\nrel-1.15.0-0-g2dd4b9b3f840-prebuilt.qemu.org 04/01/2014\nRIP: 0010:unregister_trace_event+0x6e/0x280\nCode: 00 fc ff df 4c 89 ea 48 c1 ea 03 80 3c 02 00 0f 85 0e 02 00 00 48\nb8 00 00 00 00 00 fc ff df 4c 8b 63 08 4c 89 e2 48 c1 ea 03 \u003c80\u003e 3c 02\n00 0f 85 e2 01 00 00 49 89 2c 24 48 85 ed 74 28 e8 7a 9b\nRSP: 0018:ffff88810413f370 EFLAGS: 00010a06\nRAX: dffffc0000000000 RBX: ffff888105d050b0 RCX: 0000000000000000\nRDX: 1bd5a00000000024 RSI: ffff888119e276e0 RDI: ffffffff835a8b20\nRBP: dead000000000100 R08: 0000000000000000 R09: fffffbfff0913481\nR10: ffffffff8489a407 R11: fffffbfff0913480 R12: dead000000000122\nR13: ffff888105d050b8 R14: 0000000000000000 R15: ffff888105d05028\nFS: 00007f7823e8d540(0000) GS:ffff888119e00000(0000)\nknlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 00007f7823e7ebec CR3: 000000010a058002 CR4: 0000000000330ef0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nCall Trace:\n \u003cTASK\u003e\n __create_synth_event+0x1e37/0x1eb0\n create_or_delete_synth_event+0x110/0x250\n synth_event_run_command+0x2f/0x110\n test_gen_synth_cmd+0x170/0x2eb [synth_event_gen_test]\n synth_event_gen_test_init+0x76/0x9bc [synth_event_gen_test]\n do_one_initcall+0xdb/0x480\n do_init_module+0x1cf/0x680\n load_module+0x6a50/0x70a0\n __do_sys_finit_module+0x12f/0x1c0\n do_syscall_64+0x3f/0x90\n entry_SYSCALL_64_after_hwframe+0x63/0xcd",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49799",
"url": "https://www.suse.com/security/cve/CVE-2022-49799"
},
{
"category": "external",
"summary": "SUSE Bug 1242264 for CVE-2022-49799",
"url": "https://bugzilla.suse.com/1242264"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49799"
},
{
"cve": "CVE-2022-49800",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49800"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()\n\ntest_gen_synth_cmd() only free buf in fail path, hence buf will leak\nwhen there is no failure. Add kfree(buf) to prevent the memleak. The\nsame reason and solution in test_empty_synth_event().\n\nunreferenced object 0xffff8881127de000 (size 2048):\n comm \"modprobe\", pid 247, jiffies 4294972316 (age 78.756s)\n hex dump (first 32 bytes):\n 20 67 65 6e 5f 73 79 6e 74 68 5f 74 65 73 74 20 gen_synth_test\n 20 70 69 64 5f 74 20 6e 65 78 74 5f 70 69 64 5f pid_t next_pid_\n backtrace:\n [\u003c000000004254801a\u003e] kmalloc_trace+0x26/0x100\n [\u003c0000000039eb1cf5\u003e] 0xffffffffa00083cd\n [\u003c000000000e8c3bc8\u003e] 0xffffffffa00086ba\n [\u003c00000000c293d1ea\u003e] do_one_initcall+0xdb/0x480\n [\u003c00000000aa189e6d\u003e] do_init_module+0x1cf/0x680\n [\u003c00000000d513222b\u003e] load_module+0x6a50/0x70a0\n [\u003c000000001fd4d529\u003e] __do_sys_finit_module+0x12f/0x1c0\n [\u003c00000000b36c4c0f\u003e] do_syscall_64+0x3f/0x90\n [\u003c00000000bbf20cf3\u003e] entry_SYSCALL_64_after_hwframe+0x63/0xcd\nunreferenced object 0xffff8881127df000 (size 2048):\n comm \"modprobe\", pid 247, jiffies 4294972324 (age 78.728s)\n hex dump (first 32 bytes):\n 20 65 6d 70 74 79 5f 73 79 6e 74 68 5f 74 65 73 empty_synth_tes\n 74 20 20 70 69 64 5f 74 20 6e 65 78 74 5f 70 69 t pid_t next_pi\n backtrace:\n [\u003c000000004254801a\u003e] kmalloc_trace+0x26/0x100\n [\u003c00000000d4db9a3d\u003e] 0xffffffffa0008071\n [\u003c00000000c31354a5\u003e] 0xffffffffa00086ce\n [\u003c00000000c293d1ea\u003e] do_one_initcall+0xdb/0x480\n [\u003c00000000aa189e6d\u003e] do_init_module+0x1cf/0x680\n [\u003c00000000d513222b\u003e] load_module+0x6a50/0x70a0\n [\u003c000000001fd4d529\u003e] __do_sys_finit_module+0x12f/0x1c0\n [\u003c00000000b36c4c0f\u003e] do_syscall_64+0x3f/0x90\n [\u003c00000000bbf20cf3\u003e] entry_SYSCALL_64_after_hwframe+0x63/0xcd",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49800",
"url": "https://www.suse.com/security/cve/CVE-2022-49800"
},
{
"category": "external",
"summary": "SUSE Bug 1242265 for CVE-2022-49800",
"url": "https://bugzilla.suse.com/1242265"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49800"
},
{
"cve": "CVE-2022-49801",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49801"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntracing: Fix memory leak in tracing_read_pipe()\n\nkmemleak reports this issue:\n\nunreferenced object 0xffff888105a18900 (size 128):\n comm \"test_progs\", pid 18933, jiffies 4336275356 (age 22801.766s)\n hex dump (first 32 bytes):\n 25 73 00 90 81 88 ff ff 26 05 00 00 42 01 58 04 %s......\u0026...B.X.\n 03 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 ................\n backtrace:\n [\u003c00000000560143a1\u003e] __kmalloc_node_track_caller+0x4a/0x140\n [\u003c000000006af00822\u003e] krealloc+0x8d/0xf0\n [\u003c00000000c309be6a\u003e] trace_iter_expand_format+0x99/0x150\n [\u003c000000005a53bdb6\u003e] trace_check_vprintf+0x1e0/0x11d0\n [\u003c0000000065629d9d\u003e] trace_event_printf+0xb6/0xf0\n [\u003c000000009a690dc7\u003e] trace_raw_output_bpf_trace_printk+0x89/0xc0\n [\u003c00000000d22db172\u003e] print_trace_line+0x73c/0x1480\n [\u003c00000000cdba76ba\u003e] tracing_read_pipe+0x45c/0x9f0\n [\u003c0000000015b58459\u003e] vfs_read+0x17b/0x7c0\n [\u003c000000004aeee8ed\u003e] ksys_read+0xed/0x1c0\n [\u003c0000000063d3d898\u003e] do_syscall_64+0x3b/0x90\n [\u003c00000000a06dda7f\u003e] entry_SYSCALL_64_after_hwframe+0x63/0xcd\n\niter-\u003efmt alloced in\n tracing_read_pipe() -\u003e .. -\u003etrace_iter_expand_format(), but not\nfreed, to fix, add free in tracing_release_pipe()",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49801",
"url": "https://www.suse.com/security/cve/CVE-2022-49801"
},
{
"category": "external",
"summary": "SUSE Bug 1242338 for CVE-2022-49801",
"url": "https://bugzilla.suse.com/1242338"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49801"
},
{
"cve": "CVE-2022-49802",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49802"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nftrace: Fix null pointer dereference in ftrace_add_mod()\n\nThe @ftrace_mod is allocated by kzalloc(), so both the members {prev,next}\nof @ftrace_mode-\u003elist are NULL, it\u0027s not a valid state to call list_del().\nIf kstrdup() for @ftrace_mod-\u003e{func|module} fails, it goes to @out_free\ntag and calls free_ftrace_mod() to destroy @ftrace_mod, then list_del()\nwill write prev-\u003enext and next-\u003eprev, where null pointer dereference\nhappens.\n\nBUG: kernel NULL pointer dereference, address: 0000000000000008\nOops: 0002 [#1] PREEMPT SMP NOPTI\nCall Trace:\n \u003cTASK\u003e\n ftrace_mod_callback+0x20d/0x220\n ? do_filp_open+0xd9/0x140\n ftrace_process_regex.isra.51+0xbf/0x130\n ftrace_regex_write.isra.52.part.53+0x6e/0x90\n vfs_write+0xee/0x3a0\n ? __audit_filter_op+0xb1/0x100\n ? auditd_test_task+0x38/0x50\n ksys_write+0xa5/0xe0\n do_syscall_64+0x3a/0x90\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\nKernel panic - not syncing: Fatal exception\n\nSo call INIT_LIST_HEAD() to initialize the list member to fix this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49802",
"url": "https://www.suse.com/security/cve/CVE-2022-49802"
},
{
"category": "external",
"summary": "SUSE Bug 1242270 for CVE-2022-49802",
"url": "https://bugzilla.suse.com/1242270"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49802"
},
{
"cve": "CVE-2022-49807",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49807"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnvmet: fix a memory leak in nvmet_auth_set_key\n\nWhen changing dhchap secrets we need to release the old\nsecrets as well.\n\nkmemleak complaint:\n--\nunreferenced object 0xffff8c7f44ed8180 (size 64):\n comm \"check\", pid 7304, jiffies 4295686133 (age 72034.246s)\n hex dump (first 32 bytes):\n 44 48 48 43 2d 31 3a 30 30 3a 4c 64 4c 4f 64 71 DHHC-1:00:LdLOdq\n 79 56 69 67 77 48 55 32 6d 5a 59 4c 7a 35 59 38 yVigwHU2mZYLz5Y8\n backtrace:\n [\u003c00000000b6fc5071\u003e] kstrdup+0x2e/0x60\n [\u003c00000000f0f4633f\u003e] 0xffffffffc0e07ee6\n [\u003c0000000053006c05\u003e] 0xffffffffc0dff783\n [\u003c00000000419ae922\u003e] configfs_write_iter+0xb1/0x120\n [\u003c000000008183c424\u003e] vfs_write+0x2be/0x3c0\n [\u003c000000009005a2a5\u003e] ksys_write+0x5f/0xe0\n [\u003c00000000cd495c89\u003e] do_syscall_64+0x38/0x90\n [\u003c00000000f2a84ac5\u003e] entry_SYSCALL_64_after_hwframe+0x63/0xcd",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49807",
"url": "https://www.suse.com/security/cve/CVE-2022-49807"
},
{
"category": "external",
"summary": "SUSE Bug 1242357 for CVE-2022-49807",
"url": "https://bugzilla.suse.com/1242357"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49807"
},
{
"cve": "CVE-2022-49809",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49809"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/x25: Fix skb leak in x25_lapb_receive_frame()\n\nx25_lapb_receive_frame() using skb_copy() to get a private copy of\nskb, the new skb should be freed in the undersized/fragmented skb\nerror handling path. Otherwise there is a memory leak.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49809",
"url": "https://www.suse.com/security/cve/CVE-2022-49809"
},
{
"category": "external",
"summary": "SUSE Bug 1242402 for CVE-2022-49809",
"url": "https://bugzilla.suse.com/1242402"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49809"
},
{
"cve": "CVE-2022-49810",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49810"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfs: Fix missing xas_retry() calls in xarray iteration\n\nnetfslib has a number of places in which it performs iteration of an xarray\nwhilst being under the RCU read lock. It *should* call xas_retry() as the\nfirst thing inside of the loop and do \"continue\" if it returns true in case\nthe xarray walker passed out a special value indicating that the walk needs\nto be redone from the root[*].\n\nFix this by adding the missing retry checks.\n\n[*] I wonder if this should be done inside xas_find(), xas_next_node() and\n suchlike, but I\u0027m told that\u0027s not an simple change to effect.\n\nThis can cause an oops like that below. Note the faulting address - this\nis an internal value (|0x2) returned from xarray.\n\nBUG: kernel NULL pointer dereference, address: 0000000000000402\n...\nRIP: 0010:netfs_rreq_unlock+0xef/0x380 [netfs]\n...\nCall Trace:\n netfs_rreq_assess+0xa6/0x240 [netfs]\n netfs_readpage+0x173/0x3b0 [netfs]\n ? init_wait_var_entry+0x50/0x50\n filemap_read_page+0x33/0xf0\n filemap_get_pages+0x2f2/0x3f0\n filemap_read+0xaa/0x320\n ? do_filp_open+0xb2/0x150\n ? rmqueue+0x3be/0xe10\n ceph_read_iter+0x1fe/0x680 [ceph]\n ? new_sync_read+0x115/0x1a0\n new_sync_read+0x115/0x1a0\n vfs_read+0xf3/0x180\n ksys_read+0x5f/0xe0\n do_syscall_64+0x38/0x90\n entry_SYSCALL_64_after_hwframe+0x44/0xae\n\nChanges:\n========\nver #2)\n - Changed an unsigned int to a size_t to reduce the likelihood of an\n overflow as per Willy\u0027s suggestion.\n - Added an additional patch to fix the maths.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49810",
"url": "https://www.suse.com/security/cve/CVE-2022-49810"
},
{
"category": "external",
"summary": "SUSE Bug 1242489 for CVE-2022-49810",
"url": "https://bugzilla.suse.com/1242489"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49810"
},
{
"cve": "CVE-2022-49812",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49812"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbridge: switchdev: Fix memory leaks when changing VLAN protocol\n\nThe bridge driver can offload VLANs to the underlying hardware either\nvia switchdev or the 8021q driver. When the former is used, the VLAN is\nmarked in the bridge driver with the \u0027BR_VLFLAG_ADDED_BY_SWITCHDEV\u0027\nprivate flag.\n\nTo avoid the memory leaks mentioned in the cited commit, the bridge\ndriver will try to delete a VLAN via the 8021q driver if the VLAN is not\nmarked with the previously mentioned flag.\n\nWhen the VLAN protocol of the bridge changes, switchdev drivers are\nnotified via the \u0027SWITCHDEV_ATTR_ID_BRIDGE_VLAN_PROTOCOL\u0027 attribute, but\nthe 8021q driver is also called to add the existing VLANs with the new\nprotocol and delete them with the old protocol.\n\nIn case the VLANs were offloaded via switchdev, the above behavior is\nboth redundant and buggy. Redundant because the VLANs are already\nprogrammed in hardware and drivers that support VLAN protocol change\n(currently only mlx5) change the protocol upon the switchdev attribute\nnotification. Buggy because the 8021q driver is called despite these\nVLANs being marked with \u0027BR_VLFLAG_ADDED_BY_SWITCHDEV\u0027. This leads to\nmemory leaks [1] when the VLANs are deleted.\n\nFix by not calling the 8021q driver for VLANs that were already\nprogrammed via switchdev.\n\n[1]\nunreferenced object 0xffff8881f6771200 (size 256):\n comm \"ip\", pid 446855, jiffies 4298238841 (age 55.240s)\n hex dump (first 32 bytes):\n 00 00 7f 0e 83 88 ff ff 00 00 00 00 00 00 00 00 ................\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n backtrace:\n [\u003c00000000012819ac\u003e] vlan_vid_add+0x437/0x750\n [\u003c00000000f2281fad\u003e] __br_vlan_set_proto+0x289/0x920\n [\u003c000000000632b56f\u003e] br_changelink+0x3d6/0x13f0\n [\u003c0000000089d25f04\u003e] __rtnl_newlink+0x8ae/0x14c0\n [\u003c00000000f6276baf\u003e] rtnl_newlink+0x5f/0x90\n [\u003c00000000746dc902\u003e] rtnetlink_rcv_msg+0x336/0xa00\n [\u003c000000001c2241c0\u003e] netlink_rcv_skb+0x11d/0x340\n [\u003c0000000010588814\u003e] netlink_unicast+0x438/0x710\n [\u003c00000000e1a4cd5c\u003e] netlink_sendmsg+0x788/0xc40\n [\u003c00000000e8992d4e\u003e] sock_sendmsg+0xb0/0xe0\n [\u003c00000000621b8f91\u003e] ____sys_sendmsg+0x4ff/0x6d0\n [\u003c000000000ea26996\u003e] ___sys_sendmsg+0x12e/0x1b0\n [\u003c00000000684f7e25\u003e] __sys_sendmsg+0xab/0x130\n [\u003c000000004538b104\u003e] do_syscall_64+0x3d/0x90\n [\u003c0000000091ed9678\u003e] entry_SYSCALL_64_after_hwframe+0x46/0xb0",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49812",
"url": "https://www.suse.com/security/cve/CVE-2022-49812"
},
{
"category": "external",
"summary": "SUSE Bug 1242151 for CVE-2022-49812",
"url": "https://bugzilla.suse.com/1242151"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "low"
}
],
"title": "CVE-2022-49812"
},
{
"cve": "CVE-2022-49813",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49813"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: ena: Fix error handling in ena_init()\n\nThe ena_init() won\u0027t destroy workqueue created by\ncreate_singlethread_workqueue() when pci_register_driver() failed.\nCall destroy_workqueue() when pci_register_driver() failed to prevent the\nresource leak.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49813",
"url": "https://www.suse.com/security/cve/CVE-2022-49813"
},
{
"category": "external",
"summary": "SUSE Bug 1242497 for CVE-2022-49813",
"url": "https://bugzilla.suse.com/1242497"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49813"
},
{
"cve": "CVE-2022-49818",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49818"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmISDN: fix misuse of put_device() in mISDN_register_device()\n\nWe should not release reference by put_device() before calling device_initialize().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49818",
"url": "https://www.suse.com/security/cve/CVE-2022-49818"
},
{
"category": "external",
"summary": "SUSE Bug 1242527 for CVE-2022-49818",
"url": "https://bugzilla.suse.com/1242527"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49818"
},
{
"cve": "CVE-2022-49821",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49821"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmISDN: fix possible memory leak in mISDN_dsp_element_register()\n\nAfer commit 1fa5ae857bb1 (\"driver core: get rid of struct device\u0027s\nbus_id string array\"), the name of device is allocated dynamically,\nuse put_device() to give up the reference, so that the name can be\nfreed in kobject_cleanup() when the refcount is 0.\n\nThe \u0027entry\u0027 is going to be freed in mISDN_dsp_dev_release(), so the\nkfree() is removed. list_del() is called in mISDN_dsp_dev_release(),\nso it need be initialized.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49821",
"url": "https://www.suse.com/security/cve/CVE-2022-49821"
},
{
"category": "external",
"summary": "SUSE Bug 1242542 for CVE-2022-49821",
"url": "https://bugzilla.suse.com/1242542"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49821"
},
{
"cve": "CVE-2022-49822",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49822"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncifs: Fix connections leak when tlink setup failed\n\nIf the tlink setup failed, lost to put the connections, then\nthe module refcnt leak since the cifsd kthread not exit.\n\nAlso leak the fscache info, and for next mount with fsc, it will\nprint the follow errors:\n CIFS: Cache volume key already in use (cifs,127.0.0.1:445,TEST)\n\nLet\u0027s check the result of tlink setup, and do some cleanup.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49822",
"url": "https://www.suse.com/security/cve/CVE-2022-49822"
},
{
"category": "external",
"summary": "SUSE Bug 1242544 for CVE-2022-49822",
"url": "https://bugzilla.suse.com/1242544"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "low"
}
],
"title": "CVE-2022-49822"
},
{
"cve": "CVE-2022-49823",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49823"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nata: libata-transport: fix error handling in ata_tdev_add()\n\nIn ata_tdev_add(), the return value of transport_add_device() is\nnot checked. As a result, it causes null-ptr-deref while removing\nthe module, because transport_remove_device() is called to remove\nthe device that was not added.\n\nUnable to handle kernel NULL pointer dereference at virtual address 00000000000000d0\nCPU: 13 PID: 13603 Comm: rmmod Kdump: loaded Tainted: G W 6.1.0-rc3+ #36\npstate: 60400009 (nZCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)\npc : device_del+0x48/0x3a0\nlr : device_del+0x44/0x3a0\nCall trace:\n device_del+0x48/0x3a0\n attribute_container_class_device_del+0x28/0x40\n transport_remove_classdev+0x60/0x7c\n attribute_container_device_trigger+0x118/0x120\n transport_remove_device+0x20/0x30\n ata_tdev_delete+0x24/0x50 [libata]\n ata_tlink_delete+0x40/0xa0 [libata]\n ata_tport_delete+0x2c/0x60 [libata]\n ata_port_detach+0x148/0x1b0 [libata]\n ata_pci_remove_one+0x50/0x80 [libata]\n ahci_remove_one+0x4c/0x8c [ahci]\n\nFix this by checking and handling return value of transport_add_device()\nin ata_tdev_add(). In the error path, device_del() is called to delete\nthe device which was added earlier in this function, and ata_tdev_free()\nis called to free ata_dev.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49823",
"url": "https://www.suse.com/security/cve/CVE-2022-49823"
},
{
"category": "external",
"summary": "SUSE Bug 1242545 for CVE-2022-49823",
"url": "https://bugzilla.suse.com/1242545"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49823"
},
{
"cve": "CVE-2022-49824",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49824"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nata: libata-transport: fix error handling in ata_tlink_add()\n\nIn ata_tlink_add(), the return value of transport_add_device() is\nnot checked. As a result, it causes null-ptr-deref while removing\nthe module, because transport_remove_device() is called to remove\nthe device that was not added.\n\nUnable to handle kernel NULL pointer dereference at virtual address 00000000000000d0\nCPU: 33 PID: 13850 Comm: rmmod Kdump: loaded Tainted: G W 6.1.0-rc3+ #12\npstate: 60400009 (nZCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)\npc : device_del+0x48/0x39c\nlr : device_del+0x44/0x39c\nCall trace:\n device_del+0x48/0x39c\n attribute_container_class_device_del+0x28/0x40\n transport_remove_classdev+0x60/0x7c\n attribute_container_device_trigger+0x118/0x120\n transport_remove_device+0x20/0x30\n ata_tlink_delete+0x88/0xb0 [libata]\n ata_tport_delete+0x2c/0x60 [libata]\n ata_port_detach+0x148/0x1b0 [libata]\n ata_pci_remove_one+0x50/0x80 [libata]\n ahci_remove_one+0x4c/0x8c [ahci]\n\nFix this by checking and handling return value of transport_add_device()\nin ata_tlink_add().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49824",
"url": "https://www.suse.com/security/cve/CVE-2022-49824"
},
{
"category": "external",
"summary": "SUSE Bug 1242547 for CVE-2022-49824",
"url": "https://bugzilla.suse.com/1242547"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49824"
},
{
"cve": "CVE-2022-49825",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49825"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nata: libata-transport: fix error handling in ata_tport_add()\n\nIn ata_tport_add(), the return value of transport_add_device() is\nnot checked. As a result, it causes null-ptr-deref while removing\nthe module, because transport_remove_device() is called to remove\nthe device that was not added.\n\nUnable to handle kernel NULL pointer dereference at virtual address 00000000000000d0\nCPU: 12 PID: 13605 Comm: rmmod Kdump: loaded Tainted: G W 6.1.0-rc3+ #8\npstate: 60400009 (nZCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)\npc : device_del+0x48/0x39c\nlr : device_del+0x44/0x39c\nCall trace:\n device_del+0x48/0x39c\n attribute_container_class_device_del+0x28/0x40\n transport_remove_classdev+0x60/0x7c\n attribute_container_device_trigger+0x118/0x120\n transport_remove_device+0x20/0x30\n ata_tport_delete+0x34/0x60 [libata]\n ata_port_detach+0x148/0x1b0 [libata]\n ata_pci_remove_one+0x50/0x80 [libata]\n ahci_remove_one+0x4c/0x8c [ahci]\n\nFix this by checking and handling return value of transport_add_device()\nin ata_tport_add().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49825",
"url": "https://www.suse.com/security/cve/CVE-2022-49825"
},
{
"category": "external",
"summary": "SUSE Bug 1242548 for CVE-2022-49825",
"url": "https://bugzilla.suse.com/1242548"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49825"
},
{
"cve": "CVE-2022-49826",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49826"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nata: libata-transport: fix double ata_host_put() in ata_tport_add()\n\nIn the error path in ata_tport_add(), when calling put_device(),\nata_tport_release() is called, it will put the refcount of \u0027ap-\u003ehost\u0027.\n\nAnd then ata_host_put() is called again, the refcount is decreased\nto 0, ata_host_release() is called, all ports are freed and set to\nnull.\n\nWhen unbinding the device after failure, ata_host_stop() is called\nto release the resources, it leads a null-ptr-deref(), because all\nthe ports all freed and null.\n\nUnable to handle kernel NULL pointer dereference at virtual address 0000000000000008\nCPU: 7 PID: 18671 Comm: modprobe Kdump: loaded Tainted: G E 6.1.0-rc3+ #8\npstate: 80400009 (Nzcv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)\npc : ata_host_stop+0x3c/0x84 [libata]\nlr : release_nodes+0x64/0xd0\nCall trace:\n ata_host_stop+0x3c/0x84 [libata]\n release_nodes+0x64/0xd0\n devres_release_all+0xbc/0x1b0\n device_unbind_cleanup+0x20/0x70\n really_probe+0x158/0x320\n __driver_probe_device+0x84/0x120\n driver_probe_device+0x44/0x120\n __driver_attach+0xb4/0x220\n bus_for_each_dev+0x78/0xdc\n driver_attach+0x2c/0x40\n bus_add_driver+0x184/0x240\n driver_register+0x80/0x13c\n __pci_register_driver+0x4c/0x60\n ahci_pci_driver_init+0x30/0x1000 [ahci]\n\nFix this by removing redundant ata_host_put() in the error path.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49826",
"url": "https://www.suse.com/security/cve/CVE-2022-49826"
},
{
"category": "external",
"summary": "SUSE Bug 1242549 for CVE-2022-49826",
"url": "https://bugzilla.suse.com/1242549"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49826"
},
{
"cve": "CVE-2022-49827",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49827"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm: Fix potential null-ptr-deref in drm_vblank_destroy_worker()\n\ndrm_vblank_init() call drmm_add_action_or_reset() with\ndrm_vblank_init_release() as action. If __drmm_add_action() failed, will\ndirectly call drm_vblank_init_release() with the vblank whose worker is\nNULL. As the resule, a null-ptr-deref will happen in\nkthread_destroy_worker(). Add the NULL check before calling\ndrm_vblank_destroy_worker().\n\nBUG: null-ptr-deref\nKASAN: null-ptr-deref in range [0x0000000000000068-0x000000000000006f]\nCPU: 5 PID: 961 Comm: modprobe Not tainted 6.0.0-11331-gd465bff130bf-dirty\nRIP: 0010:kthread_destroy_worker+0x25/0xb0\n Call Trace:\n \u003cTASK\u003e\n drm_vblank_init_release+0x124/0x220 [drm]\n ? drm_crtc_vblank_restore+0x8b0/0x8b0 [drm]\n __drmm_add_action_or_reset+0x41/0x50 [drm]\n drm_vblank_init+0x282/0x310 [drm]\n vkms_init+0x35f/0x1000 [vkms]\n ? 0xffffffffc4508000\n ? lock_is_held_type+0xd7/0x130\n ? __kmem_cache_alloc_node+0x1c2/0x2b0\n ? lock_is_held_type+0xd7/0x130\n ? 0xffffffffc4508000\n do_one_initcall+0xd0/0x4f0\n ...\n do_syscall_64+0x35/0x80\n entry_SYSCALL_64_after_hwframe+0x46/0xb0",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49827",
"url": "https://www.suse.com/security/cve/CVE-2022-49827"
},
{
"category": "external",
"summary": "SUSE Bug 1242689 for CVE-2022-49827",
"url": "https://bugzilla.suse.com/1242689"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49827"
},
{
"cve": "CVE-2022-49830",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49830"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/drv: Fix potential memory leak in drm_dev_init()\n\ndrm_dev_init() will add drm_dev_init_release() as a callback. When\ndrmm_add_action() failed, the release function won\u0027t be added. As the\nresult, the ref cnt added by device_get() in drm_dev_init() won\u0027t be put\nby drm_dev_init_release(), which leads to the memleak. Use\ndrmm_add_action_or_reset() instead of drmm_add_action() to prevent\nmemleak.\n\nunreferenced object 0xffff88810bc0c800 (size 2048):\n comm \"modprobe\", pid 8322, jiffies 4305809845 (age 15.292s)\n hex dump (first 32 bytes):\n e8 cc c0 0b 81 88 ff ff ff ff ff ff 00 00 00 00 ................\n 20 24 3c 0c 81 88 ff ff 18 c8 c0 0b 81 88 ff ff $\u003c.............\n backtrace:\n [\u003c000000007251f72d\u003e] __kmalloc+0x4b/0x1c0\n [\u003c0000000045f21f26\u003e] platform_device_alloc+0x2d/0xe0\n [\u003c000000004452a479\u003e] platform_device_register_full+0x24/0x1c0\n [\u003c0000000089f4ea61\u003e] 0xffffffffa0736051\n [\u003c00000000235b2441\u003e] do_one_initcall+0x7a/0x380\n [\u003c0000000001a4a177\u003e] do_init_module+0x5c/0x230\n [\u003c000000002bf8a8e2\u003e] load_module+0x227d/0x2420\n [\u003c00000000637d6d0a\u003e] __do_sys_finit_module+0xd5/0x140\n [\u003c00000000c99fc324\u003e] do_syscall_64+0x3f/0x90\n [\u003c000000004d85aa77\u003e] entry_SYSCALL_64_after_hwframe+0x63/0xcd",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49830",
"url": "https://www.suse.com/security/cve/CVE-2022-49830"
},
{
"category": "external",
"summary": "SUSE Bug 1242150 for CVE-2022-49830",
"url": "https://bugzilla.suse.com/1242150"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "low"
}
],
"title": "CVE-2022-49830"
},
{
"cve": "CVE-2022-49832",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49832"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\npinctrl: devicetree: fix null pointer dereferencing in pinctrl_dt_to_map\n\nHere is the BUG report by KASAN about null pointer dereference:\n\nBUG: KASAN: null-ptr-deref in strcmp+0x2e/0x50\nRead of size 1 at addr 0000000000000000 by task python3/2640\nCall Trace:\n strcmp\n __of_find_property\n of_find_property\n pinctrl_dt_to_map\n\nkasprintf() would return NULL pointer when kmalloc() fail to allocate.\nSo directly return ENOMEM, if kasprintf() return NULL pointer.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49832",
"url": "https://www.suse.com/security/cve/CVE-2022-49832"
},
{
"category": "external",
"summary": "SUSE Bug 1242154 for CVE-2022-49832",
"url": "https://bugzilla.suse.com/1242154"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49832"
},
{
"cve": "CVE-2022-49834",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49834"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnilfs2: fix use-after-free bug of ns_writer on remount\n\nIf a nilfs2 filesystem is downgraded to read-only due to metadata\ncorruption on disk and is remounted read/write, or if emergency read-only\nremount is performed, detaching a log writer and synchronizing the\nfilesystem can be done at the same time.\n\nIn these cases, use-after-free of the log writer (hereinafter\nnilfs-\u003ens_writer) can happen as shown in the scenario below:\n\n Task1 Task2\n -------------------------------- ------------------------------\n nilfs_construct_segment\n nilfs_segctor_sync\n init_wait\n init_waitqueue_entry\n add_wait_queue\n schedule\n nilfs_remount (R/W remount case)\n\t\t\t\t nilfs_attach_log_writer\n nilfs_detach_log_writer\n nilfs_segctor_destroy\n kfree\n finish_wait\n _raw_spin_lock_irqsave\n __raw_spin_lock_irqsave\n do_raw_spin_lock\n debug_spin_lock_before \u003c-- use-after-free\n\nWhile Task1 is sleeping, nilfs-\u003ens_writer is freed by Task2. After Task1\nwaked up, Task1 accesses nilfs-\u003ens_writer which is already freed. This\nscenario diagram is based on the Shigeru Yoshida\u0027s post [1].\n\nThis patch fixes the issue by not detaching nilfs-\u003ens_writer on remount so\nthat this UAF race doesn\u0027t happen. Along with this change, this patch\nalso inserts a few necessary read-only checks with superblock instance\nwhere only the ns_writer pointer was used to check if the filesystem is\nread-only.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49834",
"url": "https://www.suse.com/security/cve/CVE-2022-49834"
},
{
"category": "external",
"summary": "SUSE Bug 1242695 for CVE-2022-49834",
"url": "https://bugzilla.suse.com/1242695"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49834"
},
{
"cve": "CVE-2022-49835",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49835"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: hda: fix potential memleak in \u0027add_widget_node\u0027\n\nAs \u0027kobject_add\u0027 may allocated memory for \u0027kobject-\u003ename\u0027 when return error.\nAnd in this function, if call \u0027kobject_add\u0027 failed didn\u0027t free kobject.\nSo call \u0027kobject_put\u0027 to recycling resources.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49835",
"url": "https://www.suse.com/security/cve/CVE-2022-49835"
},
{
"category": "external",
"summary": "SUSE Bug 1242385 for CVE-2022-49835",
"url": "https://bugzilla.suse.com/1242385"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49835"
},
{
"cve": "CVE-2022-49836",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49836"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsiox: fix possible memory leak in siox_device_add()\n\nIf device_register() returns error in siox_device_add(),\nthe name allocated by dev_set_name() need be freed. As\ncomment of device_register() says, it should use put_device()\nto give up the reference in the error path. So fix this\nby calling put_device(), then the name can be freed in\nkobject_cleanup(), and sdevice is freed in siox_device_release(),\nset it to null in error path.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49836",
"url": "https://www.suse.com/security/cve/CVE-2022-49836"
},
{
"category": "external",
"summary": "SUSE Bug 1242355 for CVE-2022-49836",
"url": "https://bugzilla.suse.com/1242355"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49836"
},
{
"cve": "CVE-2022-49837",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49837"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbpf: Fix memory leaks in __check_func_call\n\nkmemleak reports this issue:\n\nunreferenced object 0xffff88817139d000 (size 2048):\n comm \"test_progs\", pid 33246, jiffies 4307381979 (age 45851.820s)\n hex dump (first 32 bytes):\n 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n backtrace:\n [\u003c0000000045f075f0\u003e] kmalloc_trace+0x27/0xa0\n [\u003c0000000098b7c90a\u003e] __check_func_call+0x316/0x1230\n [\u003c00000000b4c3c403\u003e] check_helper_call+0x172e/0x4700\n [\u003c00000000aa3875b7\u003e] do_check+0x21d8/0x45e0\n [\u003c000000001147357b\u003e] do_check_common+0x767/0xaf0\n [\u003c00000000b5a595b4\u003e] bpf_check+0x43e3/0x5bc0\n [\u003c0000000011e391b1\u003e] bpf_prog_load+0xf26/0x1940\n [\u003c0000000007f765c0\u003e] __sys_bpf+0xd2c/0x3650\n [\u003c00000000839815d6\u003e] __x64_sys_bpf+0x75/0xc0\n [\u003c00000000946ee250\u003e] do_syscall_64+0x3b/0x90\n [\u003c0000000000506b7f\u003e] entry_SYSCALL_64_after_hwframe+0x63/0xcd\n\nThe root case here is: In function prepare_func_exit(), the callee is\nnot released in the abnormal scenario after \"state-\u003ecurframe--;\". To\nfix, move \"state-\u003ecurframe--;\" to the very bottom of the function,\nright when we free callee and reset frame[] pointer to NULL, as Andrii\nsuggested.\n\nIn addition, function __check_func_call() has a similar problem. In\nthe abnormal scenario before \"state-\u003ecurframe++;\", the callee also\nshould be released by free_func_state().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49837",
"url": "https://www.suse.com/security/cve/CVE-2022-49837"
},
{
"category": "external",
"summary": "SUSE Bug 1242160 for CVE-2022-49837",
"url": "https://bugzilla.suse.com/1242160"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "low"
}
],
"title": "CVE-2022-49837"
},
{
"cve": "CVE-2022-49839",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49839"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: scsi_transport_sas: Fix error handling in sas_phy_add()\n\nIf transport_add_device() fails in sas_phy_add(), the kernel will crash\ntrying to delete the device in transport_remove_device() called from\nsas_remove_host().\n\nUnable to handle kernel NULL pointer dereference at virtual address 0000000000000108\nCPU: 61 PID: 42829 Comm: rmmod Kdump: loaded Tainted: G W 6.1.0-rc1+ #173\npstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)\npc : device_del+0x54/0x3d0\nlr : device_del+0x37c/0x3d0\nCall trace:\n device_del+0x54/0x3d0\n attribute_container_class_device_del+0x28/0x38\n transport_remove_classdev+0x6c/0x80\n attribute_container_device_trigger+0x108/0x110\n transport_remove_device+0x28/0x38\n sas_phy_delete+0x30/0x60 [scsi_transport_sas]\n do_sas_phy_delete+0x6c/0x80 [scsi_transport_sas]\n device_for_each_child+0x68/0xb0\n sas_remove_children+0x40/0x50 [scsi_transport_sas]\n sas_remove_host+0x20/0x38 [scsi_transport_sas]\n hisi_sas_remove+0x40/0x68 [hisi_sas_main]\n hisi_sas_v2_remove+0x20/0x30 [hisi_sas_v2_hw]\n platform_remove+0x2c/0x60\n\nFix this by checking and handling return value of transport_add_device()\nin sas_phy_add().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49839",
"url": "https://www.suse.com/security/cve/CVE-2022-49839"
},
{
"category": "external",
"summary": "SUSE Bug 1242443 for CVE-2022-49839",
"url": "https://bugzilla.suse.com/1242443"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49839"
},
{
"cve": "CVE-2022-49841",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49841"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nserial: imx: Add missing .thaw_noirq hook\n\nThe following warning is seen with non-console UART instance when\nsystem hibernates.\n\n[ 37.371969] ------------[ cut here ]------------\n[ 37.376599] uart3_root_clk already disabled\n[ 37.380810] WARNING: CPU: 0 PID: 296 at drivers/clk/clk.c:952 clk_core_disable+0xa4/0xb0\n...\n[ 37.506986] Call trace:\n[ 37.509432] clk_core_disable+0xa4/0xb0\n[ 37.513270] clk_disable+0x34/0x50\n[ 37.516672] imx_uart_thaw+0x38/0x5c\n[ 37.520250] platform_pm_thaw+0x30/0x6c\n[ 37.524089] dpm_run_callback.constprop.0+0x3c/0xd4\n[ 37.528972] device_resume+0x7c/0x160\n[ 37.532633] dpm_resume+0xe8/0x230\n[ 37.536036] hibernation_snapshot+0x288/0x430\n[ 37.540397] hibernate+0x10c/0x2e0\n[ 37.543798] state_store+0xc4/0xd0\n[ 37.547203] kobj_attr_store+0x1c/0x30\n[ 37.550953] sysfs_kf_write+0x48/0x60\n[ 37.554619] kernfs_fop_write_iter+0x118/0x1ac\n[ 37.559063] new_sync_write+0xe8/0x184\n[ 37.562812] vfs_write+0x230/0x290\n[ 37.566214] ksys_write+0x68/0xf4\n[ 37.569529] __arm64_sys_write+0x20/0x2c\n[ 37.573452] invoke_syscall.constprop.0+0x50/0xf0\n[ 37.578156] do_el0_svc+0x11c/0x150\n[ 37.581648] el0_svc+0x30/0x140\n[ 37.584792] el0t_64_sync_handler+0xe8/0xf0\n[ 37.588976] el0t_64_sync+0x1a0/0x1a4\n[ 37.592639] ---[ end trace 56e22eec54676d75 ]---\n\nOn hibernating, pm core calls into related hooks in sequence like:\n\n .freeze\n .freeze_noirq\n .thaw_noirq\n .thaw\n\nWith .thaw_noirq hook being absent, the clock will be disabled in a\nunbalanced call which results the warning above.\n\n imx_uart_freeze()\n clk_prepare_enable()\n imx_uart_suspend_noirq()\n clk_disable()\n imx_uart_thaw\n clk_disable_unprepare()\n\nAdding the missing .thaw_noirq hook as imx_uart_resume_noirq() will have\nthe call sequence corrected as below and thus fix the warning.\n\n imx_uart_freeze()\n clk_prepare_enable()\n imx_uart_suspend_noirq()\n clk_disable()\n imx_uart_resume_noirq()\n clk_enable()\n imx_uart_thaw\n clk_disable_unprepare()",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49841",
"url": "https://www.suse.com/security/cve/CVE-2022-49841"
},
{
"category": "external",
"summary": "SUSE Bug 1242473 for CVE-2022-49841",
"url": "https://bugzilla.suse.com/1242473"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49841"
},
{
"cve": "CVE-2022-49842",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49842"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nASoC: core: Fix use-after-free in snd_soc_exit()\n\nKASAN reports a use-after-free:\n\nBUG: KASAN: use-after-free in device_del+0xb5b/0xc60\nRead of size 8 at addr ffff888008655050 by task rmmod/387\nCPU: 2 PID: 387 Comm: rmmod\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996)\nCall Trace:\n\u003cTASK\u003e\ndump_stack_lvl+0x79/0x9a\nprint_report+0x17f/0x47b\nkasan_report+0xbb/0xf0\ndevice_del+0xb5b/0xc60\nplatform_device_del.part.0+0x24/0x200\nplatform_device_unregister+0x2e/0x40\nsnd_soc_exit+0xa/0x22 [snd_soc_core]\n__do_sys_delete_module.constprop.0+0x34f/0x5b0\ndo_syscall_64+0x3a/0x90\nentry_SYSCALL_64_after_hwframe+0x63/0xcd\n...\n\u003c/TASK\u003e\n\nIt\u0027s bacause in snd_soc_init(), snd_soc_util_init() is possble to fail,\nbut its ret is ignored, which makes soc_dummy_dev unregistered twice.\n\nsnd_soc_init()\n snd_soc_util_init()\n platform_device_register_simple(soc_dummy_dev)\n platform_driver_register() # fail\n \tplatform_device_unregister(soc_dummy_dev)\n platform_driver_register() # success\n...\nsnd_soc_exit()\n snd_soc_util_exit()\n # soc_dummy_dev will be unregistered for second time\n\nTo fix it, handle error and stop snd_soc_init() when util_init() fail.\nAlso clean debugfs when util_init() or driver_register() fail.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49842",
"url": "https://www.suse.com/security/cve/CVE-2022-49842"
},
{
"category": "external",
"summary": "SUSE Bug 1242484 for CVE-2022-49842",
"url": "https://bugzilla.suse.com/1242484"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49842"
},
{
"cve": "CVE-2022-49845",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49845"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncan: j1939: j1939_send_one(): fix missing CAN header initialization\n\nThe read access to struct canxl_frame::len inside of a j1939 created\nskbuff revealed a missing initialization of reserved and later filled\nelements in struct can_frame.\n\nThis patch initializes the 8 byte CAN header with zero.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49845",
"url": "https://www.suse.com/security/cve/CVE-2022-49845"
},
{
"category": "external",
"summary": "SUSE Bug 1243133 for CVE-2022-49845",
"url": "https://bugzilla.suse.com/1243133"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49845"
},
{
"cve": "CVE-2022-49846",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49846"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nudf: Fix a slab-out-of-bounds write bug in udf_find_entry()\n\nSyzbot reported a slab-out-of-bounds Write bug:\n\nloop0: detected capacity change from 0 to 2048\n==================================================================\nBUG: KASAN: slab-out-of-bounds in udf_find_entry+0x8a5/0x14f0\nfs/udf/namei.c:253\nWrite of size 105 at addr ffff8880123ff896 by task syz-executor323/3610\n\nCPU: 0 PID: 3610 Comm: syz-executor323 Not tainted\n6.1.0-rc2-syzkaller-00105-gb229b6ca5abb #0\nHardware name: Google Compute Engine/Google Compute Engine, BIOS\nGoogle 10/11/2022\nCall Trace:\n \u003cTASK\u003e\n __dump_stack lib/dump_stack.c:88 [inline]\n dump_stack_lvl+0x1b1/0x28e lib/dump_stack.c:106\n print_address_description+0x74/0x340 mm/kasan/report.c:284\n print_report+0x107/0x1f0 mm/kasan/report.c:395\n kasan_report+0xcd/0x100 mm/kasan/report.c:495\n kasan_check_range+0x2a7/0x2e0 mm/kasan/generic.c:189\n memcpy+0x3c/0x60 mm/kasan/shadow.c:66\n udf_find_entry+0x8a5/0x14f0 fs/udf/namei.c:253\n udf_lookup+0xef/0x340 fs/udf/namei.c:309\n lookup_open fs/namei.c:3391 [inline]\n open_last_lookups fs/namei.c:3481 [inline]\n path_openat+0x10e6/0x2df0 fs/namei.c:3710\n do_filp_open+0x264/0x4f0 fs/namei.c:3740\n do_sys_openat2+0x124/0x4e0 fs/open.c:1310\n do_sys_open fs/open.c:1326 [inline]\n __do_sys_creat fs/open.c:1402 [inline]\n __se_sys_creat fs/open.c:1396 [inline]\n __x64_sys_creat+0x11f/0x160 fs/open.c:1396\n do_syscall_x64 arch/x86/entry/common.c:50 [inline]\n do_syscall_64+0x3d/0xb0 arch/x86/entry/common.c:80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\nRIP: 0033:0x7ffab0d164d9\nCode: ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 48 89 f8 48 89\nf7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 \u003c48\u003e 3d 01\nf0 ff ff 73 01 c3 48 c7 c1 c0 ff ff ff f7 d8 64 89 01 48\nRSP: 002b:00007ffe1a7e6bb8 EFLAGS: 00000246 ORIG_RAX: 0000000000000055\nRAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007ffab0d164d9\nRDX: 00007ffab0d164d9 RSI: 0000000000000000 RDI: 0000000020000180\nRBP: 00007ffab0cd5a10 R08: 0000000000000000 R09: 0000000000000000\nR10: 00005555573552c0 R11: 0000000000000246 R12: 00007ffab0cd5aa0\nR13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000\n \u003c/TASK\u003e\n\nAllocated by task 3610:\n kasan_save_stack mm/kasan/common.c:45 [inline]\n kasan_set_track+0x3d/0x60 mm/kasan/common.c:52\n ____kasan_kmalloc mm/kasan/common.c:371 [inline]\n __kasan_kmalloc+0x97/0xb0 mm/kasan/common.c:380\n kmalloc include/linux/slab.h:576 [inline]\n udf_find_entry+0x7b6/0x14f0 fs/udf/namei.c:243\n udf_lookup+0xef/0x340 fs/udf/namei.c:309\n lookup_open fs/namei.c:3391 [inline]\n open_last_lookups fs/namei.c:3481 [inline]\n path_openat+0x10e6/0x2df0 fs/namei.c:3710\n do_filp_open+0x264/0x4f0 fs/namei.c:3740\n do_sys_openat2+0x124/0x4e0 fs/open.c:1310\n do_sys_open fs/open.c:1326 [inline]\n __do_sys_creat fs/open.c:1402 [inline]\n __se_sys_creat fs/open.c:1396 [inline]\n __x64_sys_creat+0x11f/0x160 fs/open.c:1396\n do_syscall_x64 arch/x86/entry/common.c:50 [inline]\n do_syscall_64+0x3d/0xb0 arch/x86/entry/common.c:80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\n\nThe buggy address belongs to the object at ffff8880123ff800\n which belongs to the cache kmalloc-256 of size 256\nThe buggy address is located 150 bytes inside of\n 256-byte region [ffff8880123ff800, ffff8880123ff900)\n\nThe buggy address belongs to the physical page:\npage:ffffea000048ff80 refcount:1 mapcount:0 mapping:0000000000000000\nindex:0x0 pfn:0x123fe\nhead:ffffea000048ff80 order:1 compound_mapcount:0 compound_pincount:0\nflags: 0xfff00000010200(slab|head|node=0|zone=1|lastcpupid=0x7ff)\nraw: 00fff00000010200 ffffea00004b8500 dead000000000003 ffff888012041b40\nraw: 0000000000000000 0000000080100010 00000001ffffffff 0000000000000000\npage dumped because: kasan: bad access detected\npage_owner tracks the page as allocated\npage last allocated via order 0, migratetype Unmovable, gfp_mask 0x0(),\npid 1, tgid 1 (swapper/0), ts 1841222404, free_ts 0\n create_dummy_stack mm/page_owner.c:\n---truncated---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49846",
"url": "https://www.suse.com/security/cve/CVE-2022-49846"
},
{
"category": "external",
"summary": "SUSE Bug 1242716 for CVE-2022-49846",
"url": "https://bugzilla.suse.com/1242716"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49846"
},
{
"cve": "CVE-2022-49850",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49850"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnilfs2: fix deadlock in nilfs_count_free_blocks()\n\nA semaphore deadlock can occur if nilfs_get_block() detects metadata\ncorruption while locating data blocks and a superblock writeback occurs at\nthe same time:\n\ntask 1 task 2\n------ ------\n* A file operation *\nnilfs_truncate()\n nilfs_get_block()\n down_read(rwsem A) \u003c--\n nilfs_bmap_lookup_contig()\n ... generic_shutdown_super()\n nilfs_put_super()\n * Prepare to write superblock *\n down_write(rwsem B) \u003c--\n nilfs_cleanup_super()\n * Detect b-tree corruption * nilfs_set_log_cursor()\n nilfs_bmap_convert_error() nilfs_count_free_blocks()\n __nilfs_error() down_read(rwsem A) \u003c--\n nilfs_set_error()\n down_write(rwsem B) \u003c--\n\n *** DEADLOCK ***\n\nHere, nilfs_get_block() readlocks rwsem A (= NILFS_MDT(dat_inode)-\u003emi_sem)\nand then calls nilfs_bmap_lookup_contig(), but if it fails due to metadata\ncorruption, __nilfs_error() is called from nilfs_bmap_convert_error()\ninside the lock section.\n\nSince __nilfs_error() calls nilfs_set_error() unless the filesystem is\nread-only and nilfs_set_error() attempts to writelock rwsem B (=\nnilfs-\u003ens_sem) to write back superblock exclusively, hierarchical lock\nacquisition occurs in the order rwsem A -\u003e rwsem B.\n\nNow, if another task starts updating the superblock, it may writelock\nrwsem B during the lock sequence above, and can deadlock trying to\nreadlock rwsem A in nilfs_count_free_blocks().\n\nHowever, there is actually no need to take rwsem A in\nnilfs_count_free_blocks() because it, within the lock section, only reads\na single integer data on a shared struct with\nnilfs_sufile_get_ncleansegs(). This has been the case after commit\naa474a220180 (\"nilfs2: add local variable to cache the number of clean\nsegments\"), that is, even before this bug was introduced.\n\nSo, this resolves the deadlock problem by just not taking the semaphore in\nnilfs_count_free_blocks().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49850",
"url": "https://www.suse.com/security/cve/CVE-2022-49850"
},
{
"category": "external",
"summary": "SUSE Bug 1242164 for CVE-2022-49850",
"url": "https://bugzilla.suse.com/1242164"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49850"
},
{
"cve": "CVE-2022-49853",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49853"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: macvlan: fix memory leaks of macvlan_common_newlink\n\nkmemleak reports memory leaks in macvlan_common_newlink, as follows:\n\n ip link add link eth0 name .. type macvlan mode source macaddr add\n \u003cMAC-ADDR\u003e\n\nkmemleak reports:\n\nunreferenced object 0xffff8880109bb140 (size 64):\n comm \"ip\", pid 284, jiffies 4294986150 (age 430.108s)\n hex dump (first 32 bytes):\n 00 00 00 00 00 00 00 00 b8 aa 5a 12 80 88 ff ff ..........Z.....\n 80 1b fa 0d 80 88 ff ff 1e ff ac af c7 c1 6b 6b ..............kk\n backtrace:\n [\u003cffffffff813e06a7\u003e] kmem_cache_alloc_trace+0x1c7/0x300\n [\u003cffffffff81b66025\u003e] macvlan_hash_add_source+0x45/0xc0\n [\u003cffffffff81b66a67\u003e] macvlan_changelink_sources+0xd7/0x170\n [\u003cffffffff81b6775c\u003e] macvlan_common_newlink+0x38c/0x5a0\n [\u003cffffffff81b6797e\u003e] macvlan_newlink+0xe/0x20\n [\u003cffffffff81d97f8f\u003e] __rtnl_newlink+0x7af/0xa50\n [\u003cffffffff81d98278\u003e] rtnl_newlink+0x48/0x70\n ...\n\nIn the scenario where the macvlan mode is configured as \u0027source\u0027,\nmacvlan_changelink_sources() will be execured to reconfigure list of\nremote source mac addresses, at the same time, if register_netdevice()\nreturn an error, the resource generated by macvlan_changelink_sources()\nis not cleaned up.\n\nUsing this patch, in the case of an error, it will execute\nmacvlan_flush_sources() to ensure that the resource is cleaned up.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49853",
"url": "https://www.suse.com/security/cve/CVE-2022-49853"
},
{
"category": "external",
"summary": "SUSE Bug 1242688 for CVE-2022-49853",
"url": "https://bugzilla.suse.com/1242688"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49853"
},
{
"cve": "CVE-2022-49858",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49858"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nocteontx2-pf: Fix SQE threshold checking\n\nCurrent way of checking available SQE count which is based on\nHW updated SQB count could result in driver submitting an SQE\neven before CQE for the previously transmitted SQE at the same\nindex is processed in NAPI resulting losing SKB pointers,\nhence a leak. Fix this by checking a consumer index which\nis updated once CQE is processed.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49858",
"url": "https://www.suse.com/security/cve/CVE-2022-49858"
},
{
"category": "external",
"summary": "SUSE Bug 1242589 for CVE-2022-49858",
"url": "https://bugzilla.suse.com/1242589"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49858"
},
{
"cve": "CVE-2022-49860",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49860"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndmaengine: ti: k3-udma-glue: fix memory leak when register device fail\n\nIf device_register() fails, it should call put_device() to give\nup reference, the name allocated in dev_set_name() can be freed\nin callback function kobject_cleanup().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49860",
"url": "https://www.suse.com/security/cve/CVE-2022-49860"
},
{
"category": "external",
"summary": "SUSE Bug 1242586 for CVE-2022-49860",
"url": "https://bugzilla.suse.com/1242586"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49860"
},
{
"cve": "CVE-2022-49861",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49861"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove()\n\nA clk_prepare_enable() call in the probe is not balanced by a corresponding\nclk_disable_unprepare() in the remove function.\n\nAdd the missing call.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49861",
"url": "https://www.suse.com/security/cve/CVE-2022-49861"
},
{
"category": "external",
"summary": "SUSE Bug 1242580 for CVE-2022-49861",
"url": "https://bugzilla.suse.com/1242580"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49861"
},
{
"cve": "CVE-2022-49863",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49863"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncan: af_can: fix NULL pointer dereference in can_rx_register()\n\nIt causes NULL pointer dereference when testing as following:\n(a) use syscall(__NR_socket, 0x10ul, 3ul, 0) to create netlink socket.\n(b) use syscall(__NR_sendmsg, ...) to create bond link device and vxcan\n link device, and bind vxcan device to bond device (can also use\n ifenslave command to bind vxcan device to bond device).\n(c) use syscall(__NR_socket, 0x1dul, 3ul, 1) to create CAN socket.\n(d) use syscall(__NR_bind, ...) to bind the bond device to CAN socket.\n\nThe bond device invokes the can-raw protocol registration interface to\nreceive CAN packets. However, ml_priv is not allocated to the dev,\ndev_rcv_lists is assigned to NULL in can_rx_register(). In this case,\nit will occur the NULL pointer dereference issue.\n\nThe following is the stack information:\nBUG: kernel NULL pointer dereference, address: 0000000000000008\nPGD 122a4067 P4D 122a4067 PUD 1223c067 PMD 0\nOops: 0000 [#1] PREEMPT SMP\nRIP: 0010:can_rx_register+0x12d/0x1e0\nCall Trace:\n\u003cTASK\u003e\nraw_enable_filters+0x8d/0x120\nraw_enable_allfilters+0x3b/0x130\nraw_bind+0x118/0x4f0\n__sys_bind+0x163/0x1a0\n__x64_sys_bind+0x1e/0x30\ndo_syscall_64+0x35/0x80\nentry_SYSCALL_64_after_hwframe+0x63/0xcd\n\u003c/TASK\u003e",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49863",
"url": "https://www.suse.com/security/cve/CVE-2022-49863"
},
{
"category": "external",
"summary": "SUSE Bug 1242169 for CVE-2022-49863",
"url": "https://bugzilla.suse.com/1242169"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49863"
},
{
"cve": "CVE-2022-49864",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49864"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amdkfd: Fix NULL pointer dereference in svm_migrate_to_ram()\n\n./drivers/gpu/drm/amd/amdkfd/kfd_migrate.c:985:58-62: ERROR: p is NULL but dereferenced.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49864",
"url": "https://www.suse.com/security/cve/CVE-2022-49864"
},
{
"category": "external",
"summary": "SUSE Bug 1242685 for CVE-2022-49864",
"url": "https://bugzilla.suse.com/1242685"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49864"
},
{
"cve": "CVE-2022-49865",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49865"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network\n\nWhen copying a `struct ifaddrlblmsg` to the network, __ifal_reserved\nremained uninitialized, resulting in a 1-byte infoleak:\n\n BUG: KMSAN: kernel-network-infoleak in __netdev_start_xmit ./include/linux/netdevice.h:4841\n __netdev_start_xmit ./include/linux/netdevice.h:4841\n netdev_start_xmit ./include/linux/netdevice.h:4857\n xmit_one net/core/dev.c:3590\n dev_hard_start_xmit+0x1dc/0x800 net/core/dev.c:3606\n __dev_queue_xmit+0x17e8/0x4350 net/core/dev.c:4256\n dev_queue_xmit ./include/linux/netdevice.h:3009\n __netlink_deliver_tap_skb net/netlink/af_netlink.c:307\n __netlink_deliver_tap+0x728/0xad0 net/netlink/af_netlink.c:325\n netlink_deliver_tap net/netlink/af_netlink.c:338\n __netlink_sendskb net/netlink/af_netlink.c:1263\n netlink_sendskb+0x1d9/0x200 net/netlink/af_netlink.c:1272\n netlink_unicast+0x56d/0xf50 net/netlink/af_netlink.c:1360\n nlmsg_unicast ./include/net/netlink.h:1061\n rtnl_unicast+0x5a/0x80 net/core/rtnetlink.c:758\n ip6addrlbl_get+0xfad/0x10f0 net/ipv6/addrlabel.c:628\n rtnetlink_rcv_msg+0xb33/0x1570 net/core/rtnetlink.c:6082\n ...\n Uninit was created at:\n slab_post_alloc_hook+0x118/0xb00 mm/slab.h:742\n slab_alloc_node mm/slub.c:3398\n __kmem_cache_alloc_node+0x4f2/0x930 mm/slub.c:3437\n __do_kmalloc_node mm/slab_common.c:954\n __kmalloc_node_track_caller+0x117/0x3d0 mm/slab_common.c:975\n kmalloc_reserve net/core/skbuff.c:437\n __alloc_skb+0x27a/0xab0 net/core/skbuff.c:509\n alloc_skb ./include/linux/skbuff.h:1267\n nlmsg_new ./include/net/netlink.h:964\n ip6addrlbl_get+0x490/0x10f0 net/ipv6/addrlabel.c:608\n rtnetlink_rcv_msg+0xb33/0x1570 net/core/rtnetlink.c:6082\n netlink_rcv_skb+0x299/0x550 net/netlink/af_netlink.c:2540\n rtnetlink_rcv+0x26/0x30 net/core/rtnetlink.c:6109\n netlink_unicast_kernel net/netlink/af_netlink.c:1319\n netlink_unicast+0x9ab/0xf50 net/netlink/af_netlink.c:1345\n netlink_sendmsg+0xebc/0x10f0 net/netlink/af_netlink.c:1921\n ...\n\nThis patch ensures that the reserved field is always initialized.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49865",
"url": "https://www.suse.com/security/cve/CVE-2022-49865"
},
{
"category": "external",
"summary": "SUSE Bug 1242570 for CVE-2022-49865",
"url": "https://bugzilla.suse.com/1242570"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49865"
},
{
"cve": "CVE-2022-49868",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49868"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nphy: ralink: mt7621-pci: add sentinel to quirks table\n\nWith mt7621 soc_dev_attr fixed to register the soc as a device,\nkernel will experience an oops in soc_device_match_attr\n\nThis quirk test was introduced in the staging driver in\ncommit 9445ccb3714c (\"staging: mt7621-pci-phy: add quirks for \u0027E2\u0027\nrevision using \u0027soc_device_attribute\u0027\"). The staging driver was removed,\nand later re-added in commit d87da32372a0 (\"phy: ralink: Add PHY driver\nfor MT7621 PCIe PHY\") for kernel 5.11",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49868",
"url": "https://www.suse.com/security/cve/CVE-2022-49868"
},
{
"category": "external",
"summary": "SUSE Bug 1242550 for CVE-2022-49868",
"url": "https://bugzilla.suse.com/1242550"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "low"
}
],
"title": "CVE-2022-49868"
},
{
"cve": "CVE-2022-49869",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49869"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbnxt_en: Fix possible crash in bnxt_hwrm_set_coal()\n\nDuring the error recovery sequence, the rtnl_lock is not held for the\nentire duration and some datastructures may be freed during the sequence.\nCheck for the BNXT_STATE_OPEN flag instead of netif_running() to ensure\nthat the device is fully operational before proceeding to reconfigure\nthe coalescing settings.\n\nThis will fix a possible crash like this:\n\nBUG: unable to handle kernel NULL pointer dereference at 0000000000000000\nPGD 0 P4D 0\nOops: 0000 [#1] SMP NOPTI\nCPU: 10 PID: 181276 Comm: ethtool Kdump: loaded Tainted: G IOE --------- - - 4.18.0-348.el8.x86_64 #1\nHardware name: Dell Inc. PowerEdge R740/0F9N89, BIOS 2.3.10 08/15/2019\nRIP: 0010:bnxt_hwrm_set_coal+0x1fb/0x2a0 [bnxt_en]\nCode: c2 66 83 4e 22 08 66 89 46 1c e8 10 cb 00 00 41 83 c6 01 44 39 b3 68 01 00 00 0f 8e a3 00 00 00 48 8b 93 c8 00 00 00 49 63 c6 \u003c48\u003e 8b 2c c2 48 8b 85 b8 02 00 00 48 85 c0 74 2e 48 8b 74 24 08 f6\nRSP: 0018:ffffb11c8dcaba50 EFLAGS: 00010246\nRAX: 0000000000000000 RBX: ffff8d168a8b0ac0 RCX: 00000000000000c5\nRDX: 0000000000000000 RSI: ffff8d162f72c000 RDI: ffff8d168a8b0b28\nRBP: 0000000000000000 R08: b6e1f68a12e9a7eb R09: 0000000000000000\nR10: 0000000000000001 R11: 0000000000000037 R12: ffff8d168a8b109c\nR13: ffff8d168a8b10aa R14: 0000000000000000 R15: ffffffffc01ac4e0\nFS: 00007f3852e4c740(0000) GS:ffff8d24c0080000(0000) knlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 0000000000000000 CR3: 000000041b3ee003 CR4: 00000000007706e0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nPKRU: 55555554\nCall Trace:\n ethnl_set_coalesce+0x3ce/0x4c0\n genl_family_rcv_msg_doit.isra.15+0x10f/0x150\n genl_family_rcv_msg+0xb3/0x160\n ? coalesce_fill_reply+0x480/0x480\n genl_rcv_msg+0x47/0x90\n ? genl_family_rcv_msg+0x160/0x160\n netlink_rcv_skb+0x4c/0x120\n genl_rcv+0x24/0x40\n netlink_unicast+0x196/0x230\n netlink_sendmsg+0x204/0x3d0\n sock_sendmsg+0x4c/0x50\n __sys_sendto+0xee/0x160\n ? syscall_trace_enter+0x1d3/0x2c0\n ? __audit_syscall_exit+0x249/0x2a0\n __x64_sys_sendto+0x24/0x30\n do_syscall_64+0x5b/0x1a0\n entry_SYSCALL_64_after_hwframe+0x65/0xca\nRIP: 0033:0x7f38524163bb",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49869",
"url": "https://www.suse.com/security/cve/CVE-2022-49869"
},
{
"category": "external",
"summary": "SUSE Bug 1242158 for CVE-2022-49869",
"url": "https://bugzilla.suse.com/1242158"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49869"
},
{
"cve": "CVE-2022-49870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49870"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncapabilities: fix undefined behavior in bit shift for CAP_TO_MASK\n\nShifting signed 32-bit value by 31 bits is undefined, so changing\nsignificant bit to unsigned. The UBSAN warning calltrace like below:\n\nUBSAN: shift-out-of-bounds in security/commoncap.c:1252:2\nleft shift of 1 by 31 places cannot be represented in type \u0027int\u0027\nCall Trace:\n \u003cTASK\u003e\n dump_stack_lvl+0x7d/0xa5\n dump_stack+0x15/0x1b\n ubsan_epilogue+0xe/0x4e\n __ubsan_handle_shift_out_of_bounds+0x1e7/0x20c\n cap_task_prctl+0x561/0x6f0\n security_task_prctl+0x5a/0xb0\n __x64_sys_prctl+0x61/0x8f0\n do_syscall_64+0x58/0x80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\n \u003c/TASK\u003e",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49870",
"url": "https://www.suse.com/security/cve/CVE-2022-49870"
},
{
"category": "external",
"summary": "SUSE Bug 1242551 for CVE-2022-49870",
"url": "https://bugzilla.suse.com/1242551"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49870"
},
{
"cve": "CVE-2022-49871",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49871"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: tun: Fix memory leaks of napi_get_frags\n\nkmemleak reports after running test_progs:\n\nunreferenced object 0xffff8881b1672dc0 (size 232):\n comm \"test_progs\", pid 394388, jiffies 4354712116 (age 841.975s)\n hex dump (first 32 bytes):\n e0 84 d7 a8 81 88 ff ff 80 2c 67 b1 81 88 ff ff .........,g.....\n 00 40 c5 9b 81 88 ff ff 00 00 00 00 00 00 00 00 .@..............\n backtrace:\n [\u003c00000000c8f01748\u003e] napi_skb_cache_get+0xd4/0x150\n [\u003c0000000041c7fc09\u003e] __napi_build_skb+0x15/0x50\n [\u003c00000000431c7079\u003e] __napi_alloc_skb+0x26e/0x540\n [\u003c000000003ecfa30e\u003e] napi_get_frags+0x59/0x140\n [\u003c0000000099b2199e\u003e] tun_get_user+0x183d/0x3bb0 [tun]\n [\u003c000000008a5adef0\u003e] tun_chr_write_iter+0xc0/0x1b1 [tun]\n [\u003c0000000049993ff4\u003e] do_iter_readv_writev+0x19f/0x320\n [\u003c000000008f338ea2\u003e] do_iter_write+0x135/0x630\n [\u003c000000008a3377a4\u003e] vfs_writev+0x12e/0x440\n [\u003c00000000a6b5639a\u003e] do_writev+0x104/0x280\n [\u003c00000000ccf065d8\u003e] do_syscall_64+0x3b/0x90\n [\u003c00000000d776e329\u003e] entry_SYSCALL_64_after_hwframe+0x63/0xcd\n\nThe issue occurs in the following scenarios:\ntun_get_user()\n napi_gro_frags()\n napi_frags_finish()\n case GRO_NORMAL:\n gro_normal_one()\n list_add_tail(\u0026skb-\u003elist, \u0026napi-\u003erx_list);\n \u003c-- While napi-\u003erx_count \u003c READ_ONCE(gro_normal_batch),\n \u003c-- gro_normal_list() is not called, napi-\u003erx_list is not empty\n \u003c-- not ask to complete the gro work, will cause memory leaks in\n \u003c-- following tun_napi_del()\n...\ntun_napi_del()\n netif_napi_del()\n __netif_napi_del()\n \u003c-- \u0026napi-\u003erx_list is not empty, which caused memory leaks\n\nTo fix, add napi_complete() after napi_gro_frags().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49871",
"url": "https://www.suse.com/security/cve/CVE-2022-49871"
},
{
"category": "external",
"summary": "SUSE Bug 1242558 for CVE-2022-49871",
"url": "https://bugzilla.suse.com/1242558"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49871"
},
{
"cve": "CVE-2022-49874",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49874"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: hyperv: fix possible memory leak in mousevsc_probe()\n\nIf hid_add_device() returns error, it should call hid_destroy_device()\nto free hid_dev which is allocated in hid_allocate_device().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49874",
"url": "https://www.suse.com/security/cve/CVE-2022-49874"
},
{
"category": "external",
"summary": "SUSE Bug 1242478 for CVE-2022-49874",
"url": "https://bugzilla.suse.com/1242478"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49874"
},
{
"cve": "CVE-2022-49879",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49879"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix BUG_ON() when directory entry has invalid rec_len\n\nThe rec_len field in the directory entry has to be a multiple of 4. A\ncorrupted filesystem image can be used to hit a BUG() in\next4_rec_len_to_disk(), called from make_indexed_dir().\n\n ------------[ cut here ]------------\n kernel BUG at fs/ext4/ext4.h:2413!\n ...\n RIP: 0010:make_indexed_dir+0x53f/0x5f0\n ...\n Call Trace:\n \u003cTASK\u003e\n ? add_dirent_to_buf+0x1b2/0x200\n ext4_add_entry+0x36e/0x480\n ext4_add_nondir+0x2b/0xc0\n ext4_create+0x163/0x200\n path_openat+0x635/0xe90\n do_filp_open+0xb4/0x160\n ? __create_object.isra.0+0x1de/0x3b0\n ? _raw_spin_unlock+0x12/0x30\n do_sys_openat2+0x91/0x150\n __x64_sys_open+0x6c/0xa0\n do_syscall_64+0x3c/0x80\n entry_SYSCALL_64_after_hwframe+0x46/0xb0\n\nThe fix simply adds a call to ext4_check_dir_entry() to validate the\ndirectory entry, returning -EFSCORRUPTED if the entry is invalid.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49879",
"url": "https://www.suse.com/security/cve/CVE-2022-49879"
},
{
"category": "external",
"summary": "SUSE Bug 1242733 for CVE-2022-49879",
"url": "https://bugzilla.suse.com/1242733"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49879"
},
{
"cve": "CVE-2022-49880",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49880"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix warning in \u0027ext4_da_release_space\u0027\n\nSyzkaller report issue as follows:\nEXT4-fs (loop0): Free/Dirty block details\nEXT4-fs (loop0): free_blocks=0\nEXT4-fs (loop0): dirty_blocks=0\nEXT4-fs (loop0): Block reservation details\nEXT4-fs (loop0): i_reserved_data_blocks=0\nEXT4-fs warning (device loop0): ext4_da_release_space:1527: ext4_da_release_space: ino 18, to_free 1 with only 0 reserved data blocks\n------------[ cut here ]------------\nWARNING: CPU: 0 PID: 92 at fs/ext4/inode.c:1528 ext4_da_release_space+0x25e/0x370 fs/ext4/inode.c:1524\nModules linked in:\nCPU: 0 PID: 92 Comm: kworker/u4:4 Not tainted 6.0.0-syzkaller-09423-g493ffd6605b2 #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 09/22/2022\nWorkqueue: writeback wb_workfn (flush-7:0)\nRIP: 0010:ext4_da_release_space+0x25e/0x370 fs/ext4/inode.c:1528\nRSP: 0018:ffffc900015f6c90 EFLAGS: 00010296\nRAX: 42215896cd52ea00 RBX: 0000000000000000 RCX: 42215896cd52ea00\nRDX: 0000000000000000 RSI: 0000000080000001 RDI: 0000000000000000\nRBP: 1ffff1100e907d96 R08: ffffffff816aa79d R09: fffff520002bece5\nR10: fffff520002bece5 R11: 1ffff920002bece4 R12: ffff888021fd2000\nR13: ffff88807483ecb0 R14: 0000000000000001 R15: ffff88807483e740\nFS: 0000000000000000(0000) GS:ffff8880b9a00000(0000) knlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 00005555569ba628 CR3: 000000000c88e000 CR4: 00000000003506f0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nCall Trace:\n \u003cTASK\u003e\n ext4_es_remove_extent+0x1ab/0x260 fs/ext4/extents_status.c:1461\n mpage_release_unused_pages+0x24d/0xef0 fs/ext4/inode.c:1589\n ext4_writepages+0x12eb/0x3be0 fs/ext4/inode.c:2852\n do_writepages+0x3c3/0x680 mm/page-writeback.c:2469\n __writeback_single_inode+0xd1/0x670 fs/fs-writeback.c:1587\n writeback_sb_inodes+0xb3b/0x18f0 fs/fs-writeback.c:1870\n wb_writeback+0x41f/0x7b0 fs/fs-writeback.c:2044\n wb_do_writeback fs/fs-writeback.c:2187 [inline]\n wb_workfn+0x3cb/0xef0 fs/fs-writeback.c:2227\n process_one_work+0x877/0xdb0 kernel/workqueue.c:2289\n worker_thread+0xb14/0x1330 kernel/workqueue.c:2436\n kthread+0x266/0x300 kernel/kthread.c:376\n ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:306\n \u003c/TASK\u003e\n\nAbove issue may happens as follows:\next4_da_write_begin\n ext4_create_inline_data\n ext4_clear_inode_flag(inode, EXT4_INODE_EXTENTS);\n ext4_set_inode_flag(inode, EXT4_INODE_INLINE_DATA);\n__ext4_ioctl\n ext4_ext_migrate -\u003e will lead to eh-\u003eeh_entries not zero, and set extent flag\next4_da_write_begin\n ext4_da_convert_inline_data_to_extent\n ext4_da_write_inline_data_begin\n ext4_da_map_blocks\n ext4_insert_delayed_block\n\t if (!ext4_es_scan_clu(inode, \u0026ext4_es_is_delonly, lblk))\n\t if (!ext4_es_scan_clu(inode, \u0026ext4_es_is_mapped, lblk))\n\t ext4_clu_mapped(inode, EXT4_B2C(sbi, lblk)); -\u003e will return 1\n\t allocated = true;\n ext4_es_insert_delayed_block(inode, lblk, allocated);\next4_writepages\n mpage_map_and_submit_extent(handle, \u0026mpd, \u0026give_up_on_write); -\u003e return -ENOSPC\n mpage_release_unused_pages(\u0026mpd, give_up_on_write); -\u003e give_up_on_write == 1\n ext4_es_remove_extent\n ext4_da_release_space(inode, reserved);\n if (unlikely(to_free \u003e ei-\u003ei_reserved_data_blocks))\n\t -\u003e to_free == 1 but ei-\u003ei_reserved_data_blocks == 0\n\t -\u003e then trigger warning as above\n\nTo solve above issue, forbid inode do migrate which has inline data.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49880",
"url": "https://www.suse.com/security/cve/CVE-2022-49880"
},
{
"category": "external",
"summary": "SUSE Bug 1242734 for CVE-2022-49880",
"url": "https://bugzilla.suse.com/1242734"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49880"
},
{
"cve": "CVE-2022-49881",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49881"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: cfg80211: fix memory leak in query_regdb_file()\n\nIn the function query_regdb_file() the alpha2 parameter is duplicated\nusing kmemdup() and subsequently freed in regdb_fw_cb(). However,\nrequest_firmware_nowait() can fail without calling regdb_fw_cb() and\nthus leak memory.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49881",
"url": "https://www.suse.com/security/cve/CVE-2022-49881"
},
{
"category": "external",
"summary": "SUSE Bug 1242481 for CVE-2022-49881",
"url": "https://bugzilla.suse.com/1242481"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49881"
},
{
"cve": "CVE-2022-49885",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49885"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nACPI: APEI: Fix integer overflow in ghes_estatus_pool_init()\n\nChange num_ghes from int to unsigned int, preventing an overflow\nand causing subsequent vmalloc() to fail.\n\nThe overflow happens in ghes_estatus_pool_init() when calculating\nlen during execution of the statement below as both multiplication\noperands here are signed int:\n\nlen += (num_ghes * GHES_ESOURCE_PREALLOC_MAX_SIZE);\n\nThe following call trace is observed because of this bug:\n\n[ 9.317108] swapper/0: vmalloc error: size 18446744071562596352, exceeds total pages, mode:0xcc0(GFP_KERNEL), nodemask=(null),cpuset=/,mems_allowed=0-1\n[ 9.317131] Call Trace:\n[ 9.317134] \u003cTASK\u003e\n[ 9.317137] dump_stack_lvl+0x49/0x5f\n[ 9.317145] dump_stack+0x10/0x12\n[ 9.317146] warn_alloc.cold+0x7b/0xdf\n[ 9.317150] ? __device_attach+0x16a/0x1b0\n[ 9.317155] __vmalloc_node_range+0x702/0x740\n[ 9.317160] ? device_add+0x17f/0x920\n[ 9.317164] ? dev_set_name+0x53/0x70\n[ 9.317166] ? platform_device_add+0xf9/0x240\n[ 9.317168] __vmalloc_node+0x49/0x50\n[ 9.317170] ? ghes_estatus_pool_init+0x43/0xa0\n[ 9.317176] vmalloc+0x21/0x30\n[ 9.317177] ghes_estatus_pool_init+0x43/0xa0\n[ 9.317179] acpi_hest_init+0x129/0x19c\n[ 9.317185] acpi_init+0x434/0x4a4\n[ 9.317188] ? acpi_sleep_proc_init+0x2a/0x2a\n[ 9.317190] do_one_initcall+0x48/0x200\n[ 9.317195] kernel_init_freeable+0x221/0x284\n[ 9.317200] ? rest_init+0xe0/0xe0\n[ 9.317204] kernel_init+0x1a/0x130\n[ 9.317205] ret_from_fork+0x22/0x30\n[ 9.317208] \u003c/TASK\u003e\n\n[ rjw: Subject and changelog edits ]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49885",
"url": "https://www.suse.com/security/cve/CVE-2022-49885"
},
{
"category": "external",
"summary": "SUSE Bug 1242735 for CVE-2022-49885",
"url": "https://bugzilla.suse.com/1242735"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49885"
},
{
"cve": "CVE-2022-49886",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49886"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nx86/tdx: Panic on bad configs that #VE on \"private\" memory access\n\nAll normal kernel memory is \"TDX private memory\". This includes\neverything from kernel stacks to kernel text. Handling\nexceptions on arbitrary accesses to kernel memory is essentially\nimpossible because they can happen in horribly nasty places like\nkernel entry/exit. But, TDX hardware can theoretically _deliver_\na virtualization exception (#VE) on any access to private memory.\n\nBut, it\u0027s not as bad as it sounds. TDX can be configured to never\ndeliver these exceptions on private memory with a \"TD attribute\"\ncalled ATTR_SEPT_VE_DISABLE. The guest has no way to *set* this\nattribute, but it can check it.\n\nEnsure ATTR_SEPT_VE_DISABLE is set in early boot. panic() if it\nis unset. There is no sane way for Linux to run with this\nattribute clear so a panic() is appropriate.\n\nThere\u0027s small window during boot before the check where kernel\nhas an early #VE handler. But the handler is only for port I/O\nand will also panic() as soon as it sees any other #VE, such as\na one generated by a private memory access.\n\n[ dhansen: Rewrite changelog and rebase on new tdx_parse_tdinfo().\n\t Add Kirill\u0027s tested-by because I made changes since\n\t he wrote this. ]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49886",
"url": "https://www.suse.com/security/cve/CVE-2022-49886"
},
{
"category": "external",
"summary": "SUSE Bug 1242474 for CVE-2022-49886",
"url": "https://bugzilla.suse.com/1242474"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49886"
},
{
"cve": "CVE-2022-49887",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49887"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmedia: meson: vdec: fix possible refcount leak in vdec_probe()\n\nv4l2_device_unregister need to be called to put the refcount got by\nv4l2_device_register when vdec_probe fails or vdec_remove is called.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49887",
"url": "https://www.suse.com/security/cve/CVE-2022-49887"
},
{
"category": "external",
"summary": "SUSE Bug 1242736 for CVE-2022-49887",
"url": "https://bugzilla.suse.com/1242736"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 2.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49887"
},
{
"cve": "CVE-2022-49888",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49888"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\narm64: entry: avoid kprobe recursion\n\nThe cortex_a76_erratum_1463225_debug_handler() function is called when\nhandling debug exceptions (and synchronous exceptions from BRK\ninstructions), and so is called when a probed function executes. If the\ncompiler does not inline cortex_a76_erratum_1463225_debug_handler(), it\ncan be probed.\n\nIf cortex_a76_erratum_1463225_debug_handler() is probed, any debug\nexception or software breakpoint exception will result in recursive\nexceptions leading to a stack overflow. This can be triggered with the\nftrace multiple_probes selftest, and as per the example splat below.\n\nThis is a regression caused by commit:\n\n 6459b8469753e9fe (\"arm64: entry: consolidate Cortex-A76 erratum 1463225 workaround\")\n\n... which removed the NOKPROBE_SYMBOL() annotation associated with the\nfunction.\n\nMy intent was that cortex_a76_erratum_1463225_debug_handler() would be\ninlined into its caller, el1_dbg(), which is marked noinstr and cannot\nbe probed. Mark cortex_a76_erratum_1463225_debug_handler() as\n__always_inline to ensure this.\n\nExample splat prior to this patch (with recursive entries elided):\n\n| # echo p cortex_a76_erratum_1463225_debug_handler \u003e /sys/kernel/debug/tracing/kprobe_events\n| # echo p do_el0_svc \u003e\u003e /sys/kernel/debug/tracing/kprobe_events\n| # echo 1 \u003e /sys/kernel/debug/tracing/events/kprobes/enable\n| Insufficient stack space to handle exception!\n| ESR: 0x0000000096000047 -- DABT (current EL)\n| FAR: 0xffff800009cefff0\n| Task stack: [0xffff800009cf0000..0xffff800009cf4000]\n| IRQ stack: [0xffff800008000000..0xffff800008004000]\n| Overflow stack: [0xffff00007fbc00f0..0xffff00007fbc10f0]\n| CPU: 0 PID: 145 Comm: sh Not tainted 6.0.0 #2\n| Hardware name: linux,dummy-virt (DT)\n| pstate: 604003c5 (nZCv DAIF +PAN -UAO -TCO -DIT -SSBS BTYPE=--)\n| pc : arm64_enter_el1_dbg+0x4/0x20\n| lr : el1_dbg+0x24/0x5c\n| sp : ffff800009cf0000\n| x29: ffff800009cf0000 x28: ffff000002c74740 x27: 0000000000000000\n| x26: 0000000000000000 x25: 0000000000000000 x24: 0000000000000000\n| x23: 00000000604003c5 x22: ffff80000801745c x21: 0000aaaac95ac068\n| x20: 00000000f2000004 x19: ffff800009cf0040 x18: 0000000000000000\n| x17: 0000000000000000 x16: 0000000000000000 x15: 0000000000000000\n| x14: 0000000000000000 x13: 0000000000000000 x12: 0000000000000000\n| x11: 0000000000000010 x10: ffff800008c87190 x9 : ffff800008ca00d0\n| x8 : 000000000000003c x7 : 0000000000000000 x6 : 0000000000000000\n| x5 : 0000000000000000 x4 : 0000000000000000 x3 : 00000000000043a4\n| x2 : 00000000f2000004 x1 : 00000000f2000004 x0 : ffff800009cf0040\n| Kernel panic - not syncing: kernel stack overflow\n| CPU: 0 PID: 145 Comm: sh Not tainted 6.0.0 #2\n| Hardware name: linux,dummy-virt (DT)\n| Call trace:\n| dump_backtrace+0xe4/0x104\n| show_stack+0x18/0x4c\n| dump_stack_lvl+0x64/0x7c\n| dump_stack+0x18/0x38\n| panic+0x14c/0x338\n| test_taint+0x0/0x2c\n| panic_bad_stack+0x104/0x118\n| handle_bad_stack+0x34/0x48\n| __bad_stack+0x78/0x7c\n| arm64_enter_el1_dbg+0x4/0x20\n| el1h_64_sync_handler+0x40/0x98\n| el1h_64_sync+0x64/0x68\n| cortex_a76_erratum_1463225_debug_handler+0x0/0x34\n...\n| el1h_64_sync_handler+0x40/0x98\n| el1h_64_sync+0x64/0x68\n| cortex_a76_erratum_1463225_debug_handler+0x0/0x34\n...\n| el1h_64_sync_handler+0x40/0x98\n| el1h_64_sync+0x64/0x68\n| cortex_a76_erratum_1463225_debug_handler+0x0/0x34\n| el1h_64_sync_handler+0x40/0x98\n| el1h_64_sync+0x64/0x68\n| do_el0_svc+0x0/0x28\n| el0t_64_sync_handler+0x84/0xf0\n| el0t_64_sync+0x18c/0x190\n| Kernel Offset: disabled\n| CPU features: 0x0080,00005021,19001080\n| Memory Limit: none\n| ---[ end Kernel panic - not syncing: kernel stack overflow ]---\n\nWith this patch, cortex_a76_erratum_1463225_debug_handler() is inlined\ninto el1_dbg(), and el1_dbg() cannot be probed:\n\n| # echo p cortex_a76_erratum_1463225_debug_handler \u003e /sys/kernel/debug/tracing/kprobe_events\n| sh: write error: No such file or directory\n| # grep -w cortex_a76_errat\n---truncated---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49888",
"url": "https://www.suse.com/security/cve/CVE-2022-49888"
},
{
"category": "external",
"summary": "SUSE Bug 1242458 for CVE-2022-49888",
"url": "https://bugzilla.suse.com/1242458"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49888"
},
{
"cve": "CVE-2022-49889",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49889"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nring-buffer: Check for NULL cpu_buffer in ring_buffer_wake_waiters()\n\nOn some machines the number of listed CPUs may be bigger than the actual\nCPUs that exist. The tracing subsystem allocates a per_cpu directory with\naccess to the per CPU ring buffer via a cpuX file. But to save space, the\nring buffer will only allocate buffers for online CPUs, even though the\nCPU array will be as big as the nr_cpu_ids.\n\nWith the addition of waking waiters on the ring buffer when closing the\nfile, the ring_buffer_wake_waiters() now needs to make sure that the\nbuffer is allocated (with the irq_work allocated with it) before trying to\nwake waiters, as it will cause a NULL pointer dereference.\n\nWhile debugging this, I added a NULL check for the buffer itself (which is\nOK to do), and also NULL pointer checks against buffer-\u003ebuffers (which is\nnot fine, and will WARN) as well as making sure the CPU number passed in\nis within the nr_cpu_ids (which is also not fine if it isn\u0027t).\n\n\nBugzilla: https://bugzilla.opensuse.org/show_bug.cgi?id=1204705",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49889",
"url": "https://www.suse.com/security/cve/CVE-2022-49889"
},
{
"category": "external",
"summary": "SUSE Bug 1242455 for CVE-2022-49889",
"url": "https://bugzilla.suse.com/1242455"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49889"
},
{
"cve": "CVE-2022-49890",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49890"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncapabilities: fix potential memleak on error path from vfs_getxattr_alloc()\n\nIn cap_inode_getsecurity(), we will use vfs_getxattr_alloc() to\ncomplete the memory allocation of tmpbuf, if we have completed\nthe memory allocation of tmpbuf, but failed to call handler-\u003eget(...),\nthere will be a memleak in below logic:\n\n |-- ret = (int)vfs_getxattr_alloc(mnt_userns, ...)\n | /* ^^^ alloc for tmpbuf */\n |-- value = krealloc(*xattr_value, error + 1, flags)\n | /* ^^^ alloc memory */\n |-- error = handler-\u003eget(handler, ...)\n | /* error! */\n |-- *xattr_value = value\n | /* xattr_value is \u0026tmpbuf (memory leak!) */\n\nSo we will try to free(tmpbuf) after vfs_getxattr_alloc() fails to fix it.\n\n[PM: subject line and backtrace tweaks]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49890",
"url": "https://www.suse.com/security/cve/CVE-2022-49890"
},
{
"category": "external",
"summary": "SUSE Bug 1242469 for CVE-2022-49890",
"url": "https://bugzilla.suse.com/1242469"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49890"
},
{
"cve": "CVE-2022-49891",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49891"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntracing: kprobe: Fix memory leak in test_gen_kprobe/kretprobe_cmd()\n\ntest_gen_kprobe_cmd() only free buf in fail path, hence buf will leak\nwhen there is no failure. Move kfree(buf) from fail path to common path\nto prevent the memleak. The same reason and solution in\ntest_gen_kretprobe_cmd().\n\nunreferenced object 0xffff888143b14000 (size 2048):\n comm \"insmod\", pid 52490, jiffies 4301890980 (age 40.553s)\n hex dump (first 32 bytes):\n 70 3a 6b 70 72 6f 62 65 73 2f 67 65 6e 5f 6b 70 p:kprobes/gen_kp\n 72 6f 62 65 5f 74 65 73 74 20 64 6f 5f 73 79 73 robe_test do_sys\n backtrace:\n [\u003c000000006d7b836b\u003e] kmalloc_trace+0x27/0xa0\n [\u003c0000000009528b5b\u003e] 0xffffffffa059006f\n [\u003c000000008408b580\u003e] do_one_initcall+0x87/0x2a0\n [\u003c00000000c4980a7e\u003e] do_init_module+0xdf/0x320\n [\u003c00000000d775aad0\u003e] load_module+0x3006/0x3390\n [\u003c00000000e9a74b80\u003e] __do_sys_finit_module+0x113/0x1b0\n [\u003c000000003726480d\u003e] do_syscall_64+0x35/0x80\n [\u003c000000003441e93b\u003e] entry_SYSCALL_64_after_hwframe+0x46/0xb0",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49891",
"url": "https://www.suse.com/security/cve/CVE-2022-49891"
},
{
"category": "external",
"summary": "SUSE Bug 1242456 for CVE-2022-49891",
"url": "https://bugzilla.suse.com/1242456"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49891"
},
{
"cve": "CVE-2022-49892",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49892"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nftrace: Fix use-after-free for dynamic ftrace_ops\n\nKASAN reported a use-after-free with ftrace ops [1]. It was found from\nvmcore that perf had registered two ops with the same content\nsuccessively, both dynamic. After unregistering the second ops, a\nuse-after-free occurred.\n\nIn ftrace_shutdown(), when the second ops is unregistered, the\nFTRACE_UPDATE_CALLS command is not set because there is another enabled\nops with the same content. Also, both ops are dynamic and the ftrace\ncallback function is ftrace_ops_list_func, so the\nFTRACE_UPDATE_TRACE_FUNC command will not be set. Eventually the value\nof \u0027command\u0027 will be 0 and ftrace_shutdown() will skip the rcu\nsynchronization.\n\nHowever, ftrace may be activated. When the ops is released, another CPU\nmay be accessing the ops. Add the missing synchronization to fix this\nproblem.\n\n[1]\nBUG: KASAN: use-after-free in __ftrace_ops_list_func kernel/trace/ftrace.c:7020 [inline]\nBUG: KASAN: use-after-free in ftrace_ops_list_func+0x2b0/0x31c kernel/trace/ftrace.c:7049\nRead of size 8 at addr ffff56551965bbc8 by task syz-executor.2/14468\n\nCPU: 1 PID: 14468 Comm: syz-executor.2 Not tainted 5.10.0 #7\nHardware name: linux,dummy-virt (DT)\nCall trace:\n dump_backtrace+0x0/0x40c arch/arm64/kernel/stacktrace.c:132\n show_stack+0x30/0x40 arch/arm64/kernel/stacktrace.c:196\n __dump_stack lib/dump_stack.c:77 [inline]\n dump_stack+0x1b4/0x248 lib/dump_stack.c:118\n print_address_description.constprop.0+0x28/0x48c mm/kasan/report.c:387\n __kasan_report mm/kasan/report.c:547 [inline]\n kasan_report+0x118/0x210 mm/kasan/report.c:564\n check_memory_region_inline mm/kasan/generic.c:187 [inline]\n __asan_load8+0x98/0xc0 mm/kasan/generic.c:253\n __ftrace_ops_list_func kernel/trace/ftrace.c:7020 [inline]\n ftrace_ops_list_func+0x2b0/0x31c kernel/trace/ftrace.c:7049\n ftrace_graph_call+0x0/0x4\n __might_sleep+0x8/0x100 include/linux/perf_event.h:1170\n __might_fault mm/memory.c:5183 [inline]\n __might_fault+0x58/0x70 mm/memory.c:5171\n do_strncpy_from_user lib/strncpy_from_user.c:41 [inline]\n strncpy_from_user+0x1f4/0x4b0 lib/strncpy_from_user.c:139\n getname_flags+0xb0/0x31c fs/namei.c:149\n getname+0x2c/0x40 fs/namei.c:209\n [...]\n\nAllocated by task 14445:\n kasan_save_stack+0x24/0x50 mm/kasan/common.c:48\n kasan_set_track mm/kasan/common.c:56 [inline]\n __kasan_kmalloc mm/kasan/common.c:479 [inline]\n __kasan_kmalloc.constprop.0+0x110/0x13c mm/kasan/common.c:449\n kasan_kmalloc+0xc/0x14 mm/kasan/common.c:493\n kmem_cache_alloc_trace+0x440/0x924 mm/slub.c:2950\n kmalloc include/linux/slab.h:563 [inline]\n kzalloc include/linux/slab.h:675 [inline]\n perf_event_alloc.part.0+0xb4/0x1350 kernel/events/core.c:11230\n perf_event_alloc kernel/events/core.c:11733 [inline]\n __do_sys_perf_event_open kernel/events/core.c:11831 [inline]\n __se_sys_perf_event_open+0x550/0x15f4 kernel/events/core.c:11723\n __arm64_sys_perf_event_open+0x6c/0x80 kernel/events/core.c:11723\n [...]\n\nFreed by task 14445:\n kasan_save_stack+0x24/0x50 mm/kasan/common.c:48\n kasan_set_track+0x24/0x34 mm/kasan/common.c:56\n kasan_set_free_info+0x20/0x40 mm/kasan/generic.c:358\n __kasan_slab_free.part.0+0x11c/0x1b0 mm/kasan/common.c:437\n __kasan_slab_free mm/kasan/common.c:445 [inline]\n kasan_slab_free+0x2c/0x40 mm/kasan/common.c:446\n slab_free_hook mm/slub.c:1569 [inline]\n slab_free_freelist_hook mm/slub.c:1608 [inline]\n slab_free mm/slub.c:3179 [inline]\n kfree+0x12c/0xc10 mm/slub.c:4176\n perf_event_alloc.part.0+0xa0c/0x1350 kernel/events/core.c:11434\n perf_event_alloc kernel/events/core.c:11733 [inline]\n __do_sys_perf_event_open kernel/events/core.c:11831 [inline]\n __se_sys_perf_event_open+0x550/0x15f4 kernel/events/core.c:11723\n [...]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49892",
"url": "https://www.suse.com/security/cve/CVE-2022-49892"
},
{
"category": "external",
"summary": "SUSE Bug 1242449 for CVE-2022-49892",
"url": "https://bugzilla.suse.com/1242449"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49892"
},
{
"cve": "CVE-2022-49900",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49900"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ni2c: piix4: Fix adapter not be removed in piix4_remove()\n\nIn piix4_probe(), the piix4 adapter will be registered in:\n\n piix4_probe()\n piix4_add_adapters_sb800() / piix4_add_adapter()\n i2c_add_adapter()\n\nBased on the probed device type, piix4_add_adapters_sb800() or single\npiix4_add_adapter() will be called.\nFor the former case, piix4_adapter_count is set as the number of adapters,\nwhile for antoher case it is not set and kept default *zero*.\n\nWhen piix4 is removed, piix4_remove() removes the adapters added in\npiix4_probe(), basing on the piix4_adapter_count value.\nBecause the count is zero for the single adapter case, the adapter won\u0027t\nbe removed and makes the sources allocated for adapter leaked, such as\nthe i2c client and device.\n\nThese sources can still be accessed by i2c or bus and cause problems.\nAn easily reproduced case is that if a new adapter is registered, i2c\nwill get the leaked adapter and try to call smbus_algorithm, which was\nalready freed:\n\nTriggered by: rmmod i2c_piix4 \u0026\u0026 modprobe max31730\n\n BUG: unable to handle page fault for address: ffffffffc053d860\n #PF: supervisor read access in kernel mode\n #PF: error_code(0x0000) - not-present page\n Oops: 0000 [#1] PREEMPT SMP KASAN\n CPU: 0 PID: 3752 Comm: modprobe Tainted: G\n Hardware name: QEMU Standard PC (i440FX + PIIX, 1996)\n RIP: 0010:i2c_default_probe (drivers/i2c/i2c-core-base.c:2259) i2c_core\n RSP: 0018:ffff888107477710 EFLAGS: 00000246\n ...\n \u003cTASK\u003e\n i2c_detect (drivers/i2c/i2c-core-base.c:2302) i2c_core\n __process_new_driver (drivers/i2c/i2c-core-base.c:1336) i2c_core\n bus_for_each_dev (drivers/base/bus.c:301)\n i2c_for_each_dev (drivers/i2c/i2c-core-base.c:1823) i2c_core\n i2c_register_driver (drivers/i2c/i2c-core-base.c:1861) i2c_core\n do_one_initcall (init/main.c:1296)\n do_init_module (kernel/module/main.c:2455)\n ...\n \u003c/TASK\u003e\n ---[ end trace 0000000000000000 ]---\n\nFix this problem by correctly set piix4_adapter_count as 1 for the\nsingle adapter so it can be normally removed.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49900",
"url": "https://www.suse.com/security/cve/CVE-2022-49900"
},
{
"category": "external",
"summary": "SUSE Bug 1242454 for CVE-2022-49900",
"url": "https://bugzilla.suse.com/1242454"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49900"
},
{
"cve": "CVE-2022-49901",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49901"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nblk-mq: Fix kmemleak in blk_mq_init_allocated_queue\n\nThere is a kmemleak caused by modprobe null_blk.ko\n\nunreferenced object 0xffff8881acb1f000 (size 1024):\n comm \"modprobe\", pid 836, jiffies 4294971190 (age 27.068s)\n hex dump (first 32 bytes):\n 00 00 00 00 ad 4e ad de ff ff ff ff 00 00 00 00 .....N..........\n ff ff ff ff ff ff ff ff 00 53 99 9e ff ff ff ff .........S......\n backtrace:\n [\u003c000000004a10c249\u003e] kmalloc_node_trace+0x22/0x60\n [\u003c00000000648f7950\u003e] blk_mq_alloc_and_init_hctx+0x289/0x350\n [\u003c00000000af06de0e\u003e] blk_mq_realloc_hw_ctxs+0x2fe/0x3d0\n [\u003c00000000e00c1872\u003e] blk_mq_init_allocated_queue+0x48c/0x1440\n [\u003c00000000d16b4e68\u003e] __blk_mq_alloc_disk+0xc8/0x1c0\n [\u003c00000000d10c98c3\u003e] 0xffffffffc450d69d\n [\u003c00000000b9299f48\u003e] 0xffffffffc4538392\n [\u003c0000000061c39ed6\u003e] do_one_initcall+0xd0/0x4f0\n [\u003c00000000b389383b\u003e] do_init_module+0x1a4/0x680\n [\u003c0000000087cf3542\u003e] load_module+0x6249/0x7110\n [\u003c00000000beba61b8\u003e] __do_sys_finit_module+0x140/0x200\n [\u003c00000000fdcfff51\u003e] do_syscall_64+0x35/0x80\n [\u003c000000003c0f1f71\u003e] entry_SYSCALL_64_after_hwframe+0x46/0xb0\n\nThat is because q-\u003ema_ops is set to NULL before blk_release_queue is\ncalled.\n\nblk_mq_init_queue_data\n blk_mq_init_allocated_queue\n blk_mq_realloc_hw_ctxs\n for (i = 0; i \u003c set-\u003enr_hw_queues; i++) {\n old_hctx = xa_load(\u0026q-\u003ehctx_table, i);\n if (!blk_mq_alloc_and_init_hctx(.., i, ..))\t\t[1]\n if (!old_hctx)\n\t break;\n\n xa_for_each_start(\u0026q-\u003ehctx_table, j, hctx, j)\n blk_mq_exit_hctx(q, set, hctx, j); \t\t\t[2]\n\n if (!q-\u003enr_hw_queues)\t\t\t\t\t[3]\n goto err_hctxs;\n\n err_exit:\n q-\u003emq_ops = NULL;\t\t\t \t\t\t[4]\n\n blk_put_queue\n blk_release_queue\n if (queue_is_mq(q))\t\t\t\t\t[5]\n blk_mq_release(q);\n\n[1]: blk_mq_alloc_and_init_hctx failed at i != 0.\n[2]: The hctxs allocated by [1] are moved to q-\u003eunused_hctx_list and\nwill be cleaned up in blk_mq_release.\n[3]: q-\u003enr_hw_queues is 0.\n[4]: Set q-\u003emq_ops to NULL.\n[5]: queue_is_mq returns false due to [4]. And blk_mq_release\nwill not be called. The hctxs in q-\u003eunused_hctx_list are leaked.\n\nTo fix it, call blk_release_queue in exception path.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49901",
"url": "https://www.suse.com/security/cve/CVE-2022-49901"
},
{
"category": "external",
"summary": "SUSE Bug 1242448 for CVE-2022-49901",
"url": "https://bugzilla.suse.com/1242448"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49901"
},
{
"cve": "CVE-2022-49902",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49902"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nblock: Fix possible memory leak for rq_wb on add_disk failure\n\nkmemleak reported memory leaks in device_add_disk():\n\nkmemleak: 3 new suspected memory leaks\n\nunreferenced object 0xffff88800f420800 (size 512):\n comm \"modprobe\", pid 4275, jiffies 4295639067 (age 223.512s)\n hex dump (first 32 bytes):\n 04 00 00 00 08 00 00 00 01 00 00 00 00 00 00 00 ................\n 00 e1 f5 05 00 00 00 00 00 00 00 00 00 00 00 00 ................\n backtrace:\n [\u003c00000000d3662699\u003e] kmalloc_trace+0x26/0x60\n [\u003c00000000edc7aadc\u003e] wbt_init+0x50/0x6f0\n [\u003c0000000069601d16\u003e] wbt_enable_default+0x157/0x1c0\n [\u003c0000000028fc393f\u003e] blk_register_queue+0x2a4/0x420\n [\u003c000000007345a042\u003e] device_add_disk+0x6fd/0xe40\n [\u003c0000000060e6aab0\u003e] nbd_dev_add+0x828/0xbf0 [nbd]\n ...\n\nIt is because the memory allocated in wbt_enable_default() is not\nreleased in device_add_disk() error path.\nNormally, these memory are freed in:\n\ndel_gendisk()\n rq_qos_exit()\n rqos-\u003eops-\u003eexit(rqos);\n wbt_exit()\n\nSo rq_qos_exit() is called to free the rq_wb memory for wbt_init().\nHowever in the error path of device_add_disk(), only\nblk_unregister_queue() is called and make rq_wb memory leaked.\n\nAdd rq_qos_exit() to the error path to fix it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49902",
"url": "https://www.suse.com/security/cve/CVE-2022-49902"
},
{
"category": "external",
"summary": "SUSE Bug 1242465 for CVE-2022-49902",
"url": "https://bugzilla.suse.com/1242465"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49902"
},
{
"cve": "CVE-2022-49905",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49905"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/smc: Fix possible leaked pernet namespace in smc_init()\n\nIn smc_init(), register_pernet_subsys(\u0026smc_net_stat_ops) is called\nwithout any error handling.\nIf it fails, registering of \u0026smc_net_ops won\u0027t be reverted.\nAnd if smc_nl_init() fails, \u0026smc_net_stat_ops itself won\u0027t be reverted.\n\nThis leaves wild ops in subsystem linkedlist and when another module\ntries to call register_pernet_operations() it triggers page fault:\n\nBUG: unable to handle page fault for address: fffffbfff81b964c\nRIP: 0010:register_pernet_operations+0x1b9/0x5f0\nCall Trace:\n \u003cTASK\u003e\n register_pernet_subsys+0x29/0x40\n ebtables_init+0x58/0x1000 [ebtables]\n ...",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49905",
"url": "https://www.suse.com/security/cve/CVE-2022-49905"
},
{
"category": "external",
"summary": "SUSE Bug 1242467 for CVE-2022-49905",
"url": "https://bugzilla.suse.com/1242467"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49905"
},
{
"cve": "CVE-2022-49906",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49906"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nibmvnic: Free rwi on reset success\n\nFree the rwi structure in the event that the last rwi in the list\nprocessed successfully. The logic in commit 4f408e1fa6e1 (\"ibmvnic:\nretry reset if there are no other resets\") introduces an issue that\nresults in a 32 byte memory leak whenever the last rwi in the list\ngets processed.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49906",
"url": "https://www.suse.com/security/cve/CVE-2022-49906"
},
{
"category": "external",
"summary": "SUSE Bug 1242464 for CVE-2022-49906",
"url": "https://bugzilla.suse.com/1242464"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49906"
},
{
"cve": "CVE-2022-49908",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49908"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: L2CAP: Fix memory leak in vhci_write\n\nSyzkaller reports a memory leak as follows:\n====================================\nBUG: memory leak\nunreferenced object 0xffff88810d81ac00 (size 240):\n [...]\n hex dump (first 32 bytes):\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n backtrace:\n [\u003cffffffff838733d9\u003e] __alloc_skb+0x1f9/0x270 net/core/skbuff.c:418\n [\u003cffffffff833f742f\u003e] alloc_skb include/linux/skbuff.h:1257 [inline]\n [\u003cffffffff833f742f\u003e] bt_skb_alloc include/net/bluetooth/bluetooth.h:469 [inline]\n [\u003cffffffff833f742f\u003e] vhci_get_user drivers/bluetooth/hci_vhci.c:391 [inline]\n [\u003cffffffff833f742f\u003e] vhci_write+0x5f/0x230 drivers/bluetooth/hci_vhci.c:511\n [\u003cffffffff815e398d\u003e] call_write_iter include/linux/fs.h:2192 [inline]\n [\u003cffffffff815e398d\u003e] new_sync_write fs/read_write.c:491 [inline]\n [\u003cffffffff815e398d\u003e] vfs_write+0x42d/0x540 fs/read_write.c:578\n [\u003cffffffff815e3cdd\u003e] ksys_write+0x9d/0x160 fs/read_write.c:631\n [\u003cffffffff845e0645\u003e] do_syscall_x64 arch/x86/entry/common.c:50 [inline]\n [\u003cffffffff845e0645\u003e] do_syscall_64+0x35/0xb0 arch/x86/entry/common.c:80\n [\u003cffffffff84600087\u003e] entry_SYSCALL_64_after_hwframe+0x63/0xcd\n====================================\n\nHCI core will uses hci_rx_work() to process frame, which is queued to\nthe hdev-\u003erx_q tail in hci_recv_frame() by HCI driver.\n\nYet the problem is that, HCI core may not free the skb after handling\nACL data packets. To be more specific, when start fragment does not\ncontain the L2CAP length, HCI core just copies skb into conn-\u003erx_skb and\nfinishes frame process in l2cap_recv_acldata(), without freeing the skb,\nwhich triggers the above memory leak.\n\nThis patch solves it by releasing the relative skb, after processing\nthe above case in l2cap_recv_acldata().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49908",
"url": "https://www.suse.com/security/cve/CVE-2022-49908"
},
{
"category": "external",
"summary": "SUSE Bug 1242157 for CVE-2022-49908",
"url": "https://bugzilla.suse.com/1242157"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49908"
},
{
"cve": "CVE-2022-49909",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49909"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: L2CAP: fix use-after-free in l2cap_conn_del()\n\nWhen l2cap_recv_frame() is invoked to receive data, and the cid is\nL2CAP_CID_A2MP, if the channel does not exist, it will create a channel.\nHowever, after a channel is created, the hold operation of the channel\nis not performed. In this case, the value of channel reference counting\nis 1. As a result, after hci_error_reset() is triggered, l2cap_conn_del()\ninvokes the close hook function of A2MP to release the channel. Then\n l2cap_chan_unlock(chan) will trigger UAF issue.\n\nThe process is as follows:\nReceive data:\nl2cap_data_channel()\n a2mp_channel_create() ---\u003echannel ref is 2\n l2cap_chan_put() ---\u003echannel ref is 1\n\nTriger event:\n hci_error_reset()\n hci_dev_do_close()\n ...\n l2cap_disconn_cfm()\n l2cap_conn_del()\n l2cap_chan_hold() ---\u003echannel ref is 2\n l2cap_chan_del() ---\u003echannel ref is 1\n a2mp_chan_close_cb() ---\u003echannel ref is 0, release channel\n l2cap_chan_unlock() ---\u003eUAF of channel\n\nThe detailed Call Trace is as follows:\nBUG: KASAN: use-after-free in __mutex_unlock_slowpath+0xa6/0x5e0\nRead of size 8 at addr ffff8880160664b8 by task kworker/u11:1/7593\nWorkqueue: hci0 hci_error_reset\nCall Trace:\n \u003cTASK\u003e\n dump_stack_lvl+0xcd/0x134\n print_report.cold+0x2ba/0x719\n kasan_report+0xb1/0x1e0\n kasan_check_range+0x140/0x190\n __mutex_unlock_slowpath+0xa6/0x5e0\n l2cap_conn_del+0x404/0x7b0\n l2cap_disconn_cfm+0x8c/0xc0\n hci_conn_hash_flush+0x11f/0x260\n hci_dev_close_sync+0x5f5/0x11f0\n hci_dev_do_close+0x2d/0x70\n hci_error_reset+0x9e/0x140\n process_one_work+0x98a/0x1620\n worker_thread+0x665/0x1080\n kthread+0x2e4/0x3a0\n ret_from_fork+0x1f/0x30\n \u003c/TASK\u003e\n\nAllocated by task 7593:\n kasan_save_stack+0x1e/0x40\n __kasan_kmalloc+0xa9/0xd0\n l2cap_chan_create+0x40/0x930\n amp_mgr_create+0x96/0x990\n a2mp_channel_create+0x7d/0x150\n l2cap_recv_frame+0x51b8/0x9a70\n l2cap_recv_acldata+0xaa3/0xc00\n hci_rx_work+0x702/0x1220\n process_one_work+0x98a/0x1620\n worker_thread+0x665/0x1080\n kthread+0x2e4/0x3a0\n ret_from_fork+0x1f/0x30\n\nFreed by task 7593:\n kasan_save_stack+0x1e/0x40\n kasan_set_track+0x21/0x30\n kasan_set_free_info+0x20/0x30\n ____kasan_slab_free+0x167/0x1c0\n slab_free_freelist_hook+0x89/0x1c0\n kfree+0xe2/0x580\n l2cap_chan_put+0x22a/0x2d0\n l2cap_conn_del+0x3fc/0x7b0\n l2cap_disconn_cfm+0x8c/0xc0\n hci_conn_hash_flush+0x11f/0x260\n hci_dev_close_sync+0x5f5/0x11f0\n hci_dev_do_close+0x2d/0x70\n hci_error_reset+0x9e/0x140\n process_one_work+0x98a/0x1620\n worker_thread+0x665/0x1080\n kthread+0x2e4/0x3a0\n ret_from_fork+0x1f/0x30\n\nLast potentially related work creation:\n kasan_save_stack+0x1e/0x40\n __kasan_record_aux_stack+0xbe/0xd0\n call_rcu+0x99/0x740\n netlink_release+0xe6a/0x1cf0\n __sock_release+0xcd/0x280\n sock_close+0x18/0x20\n __fput+0x27c/0xa90\n task_work_run+0xdd/0x1a0\n exit_to_user_mode_prepare+0x23c/0x250\n syscall_exit_to_user_mode+0x19/0x50\n do_syscall_64+0x42/0x80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\n\nSecond to last potentially related work creation:\n kasan_save_stack+0x1e/0x40\n __kasan_record_aux_stack+0xbe/0xd0\n call_rcu+0x99/0x740\n netlink_release+0xe6a/0x1cf0\n __sock_release+0xcd/0x280\n sock_close+0x18/0x20\n __fput+0x27c/0xa90\n task_work_run+0xdd/0x1a0\n exit_to_user_mode_prepare+0x23c/0x250\n syscall_exit_to_user_mode+0x19/0x50\n do_syscall_64+0x42/0x80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49909",
"url": "https://www.suse.com/security/cve/CVE-2022-49909"
},
{
"category": "external",
"summary": "SUSE Bug 1242453 for CVE-2022-49909",
"url": "https://bugzilla.suse.com/1242453"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49909"
},
{
"cve": "CVE-2022-49910",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49910"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sdu\n\nFix the race condition between the following two flows that run in\nparallel:\n\n1. l2cap_reassemble_sdu -\u003e chan-\u003eops-\u003erecv (l2cap_sock_recv_cb) -\u003e\n __sock_queue_rcv_skb.\n\n2. bt_sock_recvmsg -\u003e skb_recv_datagram, skb_free_datagram.\n\nAn SKB can be queued by the first flow and immediately dequeued and\nfreed by the second flow, therefore the callers of l2cap_reassemble_sdu\ncan\u0027t use the SKB after that function returns. However, some places\ncontinue accessing struct l2cap_ctrl that resides in the SKB\u0027s CB for a\nshort time after l2cap_reassemble_sdu returns, leading to a\nuse-after-free condition (the stack trace is below, line numbers for\nkernel 5.19.8).\n\nFix it by keeping a local copy of struct l2cap_ctrl.\n\nBUG: KASAN: use-after-free in l2cap_rx_state_recv (net/bluetooth/l2cap_core.c:6906) bluetooth\nRead of size 1 at addr ffff88812025f2f0 by task kworker/u17:3/43169\n\nWorkqueue: hci0 hci_rx_work [bluetooth]\nCall Trace:\n \u003cTASK\u003e\n dump_stack_lvl (lib/dump_stack.c:107 (discriminator 4))\n print_report.cold (mm/kasan/report.c:314 mm/kasan/report.c:429)\n ? l2cap_rx_state_recv (net/bluetooth/l2cap_core.c:6906) bluetooth\n kasan_report (mm/kasan/report.c:162 mm/kasan/report.c:493)\n ? l2cap_rx_state_recv (net/bluetooth/l2cap_core.c:6906) bluetooth\n l2cap_rx_state_recv (net/bluetooth/l2cap_core.c:6906) bluetooth\n l2cap_rx (net/bluetooth/l2cap_core.c:7236 net/bluetooth/l2cap_core.c:7271) bluetooth\n ret_from_fork (arch/x86/entry/entry_64.S:306)\n \u003c/TASK\u003e\n\nAllocated by task 43169:\n kasan_save_stack (mm/kasan/common.c:39)\n __kasan_slab_alloc (mm/kasan/common.c:45 mm/kasan/common.c:436 mm/kasan/common.c:469)\n kmem_cache_alloc_node (mm/slab.h:750 mm/slub.c:3243 mm/slub.c:3293)\n __alloc_skb (net/core/skbuff.c:414)\n l2cap_recv_frag (./include/net/bluetooth/bluetooth.h:425 net/bluetooth/l2cap_core.c:8329) bluetooth\n l2cap_recv_acldata (net/bluetooth/l2cap_core.c:8442) bluetooth\n hci_rx_work (net/bluetooth/hci_core.c:3642 net/bluetooth/hci_core.c:3832) bluetooth\n process_one_work (kernel/workqueue.c:2289)\n worker_thread (./include/linux/list.h:292 kernel/workqueue.c:2437)\n kthread (kernel/kthread.c:376)\n ret_from_fork (arch/x86/entry/entry_64.S:306)\n\nFreed by task 27920:\n kasan_save_stack (mm/kasan/common.c:39)\n kasan_set_track (mm/kasan/common.c:45)\n kasan_set_free_info (mm/kasan/generic.c:372)\n ____kasan_slab_free (mm/kasan/common.c:368 mm/kasan/common.c:328)\n slab_free_freelist_hook (mm/slub.c:1780)\n kmem_cache_free (mm/slub.c:3536 mm/slub.c:3553)\n skb_free_datagram (./include/net/sock.h:1578 ./include/net/sock.h:1639 net/core/datagram.c:323)\n bt_sock_recvmsg (net/bluetooth/af_bluetooth.c:295) bluetooth\n l2cap_sock_recvmsg (net/bluetooth/l2cap_sock.c:1212) bluetooth\n sock_read_iter (net/socket.c:1087)\n new_sync_read (./include/linux/fs.h:2052 fs/read_write.c:401)\n vfs_read (fs/read_write.c:482)\n ksys_read (fs/read_write.c:620)\n do_syscall_64 (arch/x86/entry/common.c:50 arch/x86/entry/common.c:80)\n entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:120)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49910",
"url": "https://www.suse.com/security/cve/CVE-2022-49910"
},
{
"category": "external",
"summary": "SUSE Bug 1242452 for CVE-2022-49910",
"url": "https://bugzilla.suse.com/1242452"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49910"
},
{
"cve": "CVE-2022-49915",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49915"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmISDN: fix possible memory leak in mISDN_register_device()\n\nAfer commit 1fa5ae857bb1 (\"driver core: get rid of struct device\u0027s\nbus_id string array\"), the name of device is allocated dynamically,\nadd put_device() to give up the reference, so that the name can be\nfreed in kobject_cleanup() when the refcount is 0.\n\nSet device class before put_device() to avoid null release() function\nWARN message in device_release().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49915",
"url": "https://www.suse.com/security/cve/CVE-2022-49915"
},
{
"category": "external",
"summary": "SUSE Bug 1242409 for CVE-2022-49915",
"url": "https://bugzilla.suse.com/1242409"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49915"
},
{
"cve": "CVE-2022-49916",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49916"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nrose: Fix NULL pointer dereference in rose_send_frame()\n\nThe syzkaller reported an issue:\n\nKASAN: null-ptr-deref in range [0x0000000000000380-0x0000000000000387]\nCPU: 0 PID: 4069 Comm: kworker/0:15 Not tainted 6.0.0-syzkaller-02734-g0326074ff465 #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 09/22/2022\nWorkqueue: rcu_gp srcu_invoke_callbacks\nRIP: 0010:rose_send_frame+0x1dd/0x2f0 net/rose/rose_link.c:101\nCall Trace:\n \u003cIRQ\u003e\n rose_transmit_clear_request+0x1d5/0x290 net/rose/rose_link.c:255\n rose_rx_call_request+0x4c0/0x1bc0 net/rose/af_rose.c:1009\n rose_loopback_timer+0x19e/0x590 net/rose/rose_loopback.c:111\n call_timer_fn+0x1a0/0x6b0 kernel/time/timer.c:1474\n expire_timers kernel/time/timer.c:1519 [inline]\n __run_timers.part.0+0x674/0xa80 kernel/time/timer.c:1790\n __run_timers kernel/time/timer.c:1768 [inline]\n run_timer_softirq+0xb3/0x1d0 kernel/time/timer.c:1803\n __do_softirq+0x1d0/0x9c8 kernel/softirq.c:571\n [...]\n \u003c/IRQ\u003e\n\nIt triggers NULL pointer dereference when \u0027neigh-\u003edev-\u003edev_addr\u0027 is\ncalled in the rose_send_frame(). It\u0027s the first occurrence of the\n`neigh` is in rose_loopback_timer() as `rose_loopback_neigh\u0027, and\nthe \u0027dev\u0027 in \u0027rose_loopback_neigh\u0027 is initialized sa nullptr.\n\nIt had been fixed by commit 3b3fd068c56e3fbea30090859216a368398e39bf\n(\"rose: Fix Null pointer dereference in rose_send_frame()\") ever.\nBut it\u0027s introduced by commit 3c53cd65dece47dd1f9d3a809f32e59d1d87b2b8\n(\"rose: check NULL rose_loopback_neigh-\u003eloopback\") again.\n\nWe fix it by add NULL check in rose_transmit_clear_request(). When\nthe \u0027dev\u0027 in \u0027neigh\u0027 is NULL, we don\u0027t reply the request and just\nclear it.\n\nsyzkaller don\u0027t provide repro, and I provide a syz repro like:\nr0 = syz_init_net_socket$bt_sco(0x1f, 0x5, 0x2)\nioctl$sock_inet_SIOCSIFFLAGS(r0, 0x8914, \u0026(0x7f0000000180)={\u0027rose0\\x00\u0027, 0x201})\nr1 = syz_init_net_socket$rose(0xb, 0x5, 0x0)\nbind$rose(r1, \u0026(0x7f00000000c0)=@full={0xb, @dev, @null, 0x0, [@null, @null, @netrom, @netrom, @default, @null]}, 0x40)\nconnect$rose(r1, \u0026(0x7f0000000240)=@short={0xb, @dev={0xbb, 0xbb, 0xbb, 0x1, 0x0}, @remote={0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0xcc, 0x1}, 0x1, @netrom={0xbb, 0xbb, 0xbb, 0xbb, 0xbb, 0x0, 0x0}}, 0x1c)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49916",
"url": "https://www.suse.com/security/cve/CVE-2022-49916"
},
{
"category": "external",
"summary": "SUSE Bug 1242421 for CVE-2022-49916",
"url": "https://bugzilla.suse.com/1242421"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49916"
},
{
"cve": "CVE-2022-49917",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49917"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nipvs: fix WARNING in ip_vs_app_net_cleanup()\n\nDuring the initialization of ip_vs_app_net_init(), if file ip_vs_app\nfails to be created, the initialization is successful by default.\nTherefore, the ip_vs_app file doesn\u0027t be found during the remove in\nip_vs_app_net_cleanup(). It will cause WRNING.\n\nThe following is the stack information:\nname \u0027ip_vs_app\u0027\nWARNING: CPU: 1 PID: 9 at fs/proc/generic.c:712 remove_proc_entry+0x389/0x460\nModules linked in:\nWorkqueue: netns cleanup_net\nRIP: 0010:remove_proc_entry+0x389/0x460\nCall Trace:\n\u003cTASK\u003e\nops_exit_list+0x125/0x170\ncleanup_net+0x4ea/0xb00\nprocess_one_work+0x9bf/0x1710\nworker_thread+0x665/0x1080\nkthread+0x2e4/0x3a0\nret_from_fork+0x1f/0x30\n\u003c/TASK\u003e",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49917",
"url": "https://www.suse.com/security/cve/CVE-2022-49917"
},
{
"category": "external",
"summary": "SUSE Bug 1242406 for CVE-2022-49917",
"url": "https://bugzilla.suse.com/1242406"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49917"
},
{
"cve": "CVE-2022-49918",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49918"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nipvs: fix WARNING in __ip_vs_cleanup_batch()\n\nDuring the initialization of ip_vs_conn_net_init(), if file ip_vs_conn\nor ip_vs_conn_sync fails to be created, the initialization is successful\nby default. Therefore, the ip_vs_conn or ip_vs_conn_sync file doesn\u0027t\nbe found during the remove.\n\nThe following is the stack information:\nname \u0027ip_vs_conn_sync\u0027\nWARNING: CPU: 3 PID: 9 at fs/proc/generic.c:712\nremove_proc_entry+0x389/0x460\nModules linked in:\nWorkqueue: netns cleanup_net\nRIP: 0010:remove_proc_entry+0x389/0x460\nCall Trace:\n\u003cTASK\u003e\n__ip_vs_cleanup_batch+0x7d/0x120\nops_exit_list+0x125/0x170\ncleanup_net+0x4ea/0xb00\nprocess_one_work+0x9bf/0x1710\nworker_thread+0x665/0x1080\nkthread+0x2e4/0x3a0\nret_from_fork+0x1f/0x30\n\u003c/TASK\u003e",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49918",
"url": "https://www.suse.com/security/cve/CVE-2022-49918"
},
{
"category": "external",
"summary": "SUSE Bug 1242425 for CVE-2022-49918",
"url": "https://bugzilla.suse.com/1242425"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49918"
},
{
"cve": "CVE-2022-49921",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49921"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: sched: Fix use after free in red_enqueue()\n\nWe can\u0027t use \"skb\" again after passing it to qdisc_enqueue(). This is\nbasically identical to commit 2f09707d0c97 (\"sch_sfb: Also store skb\nlen before calling child enqueue\").",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49921",
"url": "https://www.suse.com/security/cve/CVE-2022-49921"
},
{
"category": "external",
"summary": "SUSE Bug 1242359 for CVE-2022-49921",
"url": "https://bugzilla.suse.com/1242359"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49921"
},
{
"cve": "CVE-2022-49922",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49922"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()\n\nnfcmrvl_i2c_nci_send() will be called by nfcmrvl_nci_send(), and skb\nshould be freed in nfcmrvl_i2c_nci_send(). However, nfcmrvl_nci_send()\nwill only free skb when i2c_master_send() return \u003e=0, which means skb\nwill memleak when i2c_master_send() failed. Free skb no matter whether\ni2c_master_send() succeeds.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49922",
"url": "https://www.suse.com/security/cve/CVE-2022-49922"
},
{
"category": "external",
"summary": "SUSE Bug 1242378 for CVE-2022-49922",
"url": "https://bugzilla.suse.com/1242378"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49922"
},
{
"cve": "CVE-2022-49923",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49923"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfc: nxp-nci: Fix potential memory leak in nxp_nci_send()\n\nnxp_nci_send() will call nxp_nci_i2c_write(), and only free skb when\nnxp_nci_i2c_write() failed. However, even if the nxp_nci_i2c_write()\nrun succeeds, the skb will not be freed in nxp_nci_i2c_write(). As the\nresult, the skb will memleak. nxp_nci_send() should also free the skb\nwhen nxp_nci_i2c_write() succeeds.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49923",
"url": "https://www.suse.com/security/cve/CVE-2022-49923"
},
{
"category": "external",
"summary": "SUSE Bug 1242394 for CVE-2022-49923",
"url": "https://bugzilla.suse.com/1242394"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49923"
},
{
"cve": "CVE-2022-49924",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49924"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfc: fdp: Fix potential memory leak in fdp_nci_send()\n\nfdp_nci_send() will call fdp_nci_i2c_write that will not free skb in\nthe function. As a result, when fdp_nci_i2c_write() finished, the skb\nwill memleak. fdp_nci_send() should free skb after fdp_nci_i2c_write()\nfinished.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49924",
"url": "https://www.suse.com/security/cve/CVE-2022-49924"
},
{
"category": "external",
"summary": "SUSE Bug 1242426 for CVE-2022-49924",
"url": "https://bugzilla.suse.com/1242426"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49924"
},
{
"cve": "CVE-2022-49925",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49925"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nRDMA/core: Fix null-ptr-deref in ib_core_cleanup()\n\nKASAN reported a null-ptr-deref error:\n\n KASAN: null-ptr-deref in range [0x0000000000000118-0x000000000000011f]\n CPU: 1 PID: 379\n Hardware name: QEMU Standard PC (i440FX + PIIX, 1996)\n RIP: 0010:destroy_workqueue+0x2f/0x740\n RSP: 0018:ffff888016137df8 EFLAGS: 00000202\n ...\n Call Trace:\n ib_core_cleanup+0xa/0xa1 [ib_core]\n __do_sys_delete_module.constprop.0+0x34f/0x5b0\n do_syscall_64+0x3a/0x90\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\n RIP: 0033:0x7fa1a0d221b7\n ...\n\nIt is because the fail of roce_gid_mgmt_init() is ignored:\n\n ib_core_init()\n roce_gid_mgmt_init()\n gid_cache_wq = alloc_ordered_workqueue # fail\n ...\n ib_core_cleanup()\n roce_gid_mgmt_cleanup()\n destroy_workqueue(gid_cache_wq)\n # destroy an unallocated wq\n\nFix this by catching the fail of roce_gid_mgmt_init() in ib_core_init().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49925",
"url": "https://www.suse.com/security/cve/CVE-2022-49925"
},
{
"category": "external",
"summary": "SUSE Bug 1242371 for CVE-2022-49925",
"url": "https://bugzilla.suse.com/1242371"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49925"
},
{
"cve": "CVE-2022-49927",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49927"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfs4: Fix kmemleak when allocate slot failed\n\nIf one of the slot allocate failed, should cleanup all the other\nallocated slots, otherwise, the allocated slots will leak:\n\n unreferenced object 0xffff8881115aa100 (size 64):\n comm \"\"mount.nfs\"\", pid 679, jiffies 4294744957 (age 115.037s)\n hex dump (first 32 bytes):\n 00 cc 19 73 81 88 ff ff 00 a0 5a 11 81 88 ff ff ...s......Z.....\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n backtrace:\n [\u003c000000007a4c434a\u003e] nfs4_find_or_create_slot+0x8e/0x130\n [\u003c000000005472a39c\u003e] nfs4_realloc_slot_table+0x23f/0x270\n [\u003c00000000cd8ca0eb\u003e] nfs40_init_client+0x4a/0x90\n [\u003c00000000128486db\u003e] nfs4_init_client+0xce/0x270\n [\u003c000000008d2cacad\u003e] nfs4_set_client+0x1a2/0x2b0\n [\u003c000000000e593b52\u003e] nfs4_create_server+0x300/0x5f0\n [\u003c00000000e4425dd2\u003e] nfs4_try_get_tree+0x65/0x110\n [\u003c00000000d3a6176f\u003e] vfs_get_tree+0x41/0xf0\n [\u003c0000000016b5ad4c\u003e] path_mount+0x9b3/0xdd0\n [\u003c00000000494cae71\u003e] __x64_sys_mount+0x190/0x1d0\n [\u003c000000005d56bdec\u003e] do_syscall_64+0x35/0x80\n [\u003c00000000687c9ae4\u003e] entry_SYSCALL_64_after_hwframe+0x46/0xb0",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49927",
"url": "https://www.suse.com/security/cve/CVE-2022-49927"
},
{
"category": "external",
"summary": "SUSE Bug 1242416 for CVE-2022-49927",
"url": "https://bugzilla.suse.com/1242416"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49927"
},
{
"cve": "CVE-2022-49928",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49928"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nSUNRPC: Fix null-ptr-deref when xps sysfs alloc failed\n\nThere is a null-ptr-deref when xps sysfs alloc failed:\n BUG: KASAN: null-ptr-deref in sysfs_do_create_link_sd+0x40/0xd0\n Read of size 8 at addr 0000000000000030 by task gssproxy/457\n\n CPU: 5 PID: 457 Comm: gssproxy Not tainted 6.0.0-09040-g02357b27ee03 #9\n Call Trace:\n \u003cTASK\u003e\n dump_stack_lvl+0x34/0x44\n kasan_report+0xa3/0x120\n sysfs_do_create_link_sd+0x40/0xd0\n rpc_sysfs_client_setup+0x161/0x1b0\n rpc_new_client+0x3fc/0x6e0\n rpc_create_xprt+0x71/0x220\n rpc_create+0x1d4/0x350\n gssp_rpc_create+0xc3/0x160\n set_gssp_clnt+0xbc/0x140\n write_gssp+0x116/0x1a0\n proc_reg_write+0xd6/0x130\n vfs_write+0x177/0x690\n ksys_write+0xb9/0x150\n do_syscall_64+0x35/0x80\n entry_SYSCALL_64_after_hwframe+0x46/0xb0\n\nWhen the xprt_switch sysfs alloc failed, should not add xprt and\nswitch sysfs to it, otherwise, maybe null-ptr-deref; also initialize\nthe \u0027xps_sysfs\u0027 to NULL to avoid oops when destroy it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49928",
"url": "https://www.suse.com/security/cve/CVE-2022-49928"
},
{
"category": "external",
"summary": "SUSE Bug 1242369 for CVE-2022-49928",
"url": "https://bugzilla.suse.com/1242369"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49928"
},
{
"cve": "CVE-2022-49929",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49929"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nRDMA/rxe: Fix mr leak in RESPST_ERR_RNR\n\nrxe_recheck_mr() will increase mr\u0027s ref_cnt, so we should call rxe_put(mr)\nto drop mr\u0027s ref_cnt in RESPST_ERR_RNR to avoid below warning:\n\n WARNING: CPU: 0 PID: 4156 at drivers/infiniband/sw/rxe/rxe_pool.c:259 __rxe_cleanup+0x1df/0x240 [rdma_rxe]\n...\n Call Trace:\n rxe_dereg_mr+0x4c/0x60 [rdma_rxe]\n ib_dereg_mr_user+0xa8/0x200 [ib_core]\n ib_mr_pool_destroy+0x77/0xb0 [ib_core]\n nvme_rdma_destroy_queue_ib+0x89/0x240 [nvme_rdma]\n nvme_rdma_free_queue+0x40/0x50 [nvme_rdma]\n nvme_rdma_teardown_io_queues.part.0+0xc3/0x120 [nvme_rdma]\n nvme_rdma_error_recovery_work+0x4d/0xf0 [nvme_rdma]\n process_one_work+0x582/0xa40\n ? pwq_dec_nr_in_flight+0x100/0x100\n ? rwlock_bug.part.0+0x60/0x60\n worker_thread+0x2a9/0x700\n ? process_one_work+0xa40/0xa40\n kthread+0x168/0x1a0\n ? kthread_complete_and_exit+0x20/0x20\n ret_from_fork+0x22/0x30",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49929",
"url": "https://www.suse.com/security/cve/CVE-2022-49929"
},
{
"category": "external",
"summary": "SUSE Bug 1242360 for CVE-2022-49929",
"url": "https://bugzilla.suse.com/1242360"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49929"
},
{
"cve": "CVE-2022-49931",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2022-49931"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nIB/hfi1: Correctly move list in sc_disable()\n\nCommit 13bac861952a (\"IB/hfi1: Fix abba locking issue with sc_disable()\")\nincorrectly tries to move a list from one list head to another. The\nresult is a kernel crash.\n\nThe crash is triggered when a link goes down and there are waiters for a\nsend to complete. The following signature is seen:\n\n BUG: kernel NULL pointer dereference, address: 0000000000000030\n [...]\n Call Trace:\n sc_disable+0x1ba/0x240 [hfi1]\n pio_freeze+0x3d/0x60 [hfi1]\n handle_freeze+0x27/0x1b0 [hfi1]\n process_one_work+0x1b0/0x380\n ? process_one_work+0x380/0x380\n worker_thread+0x30/0x360\n ? process_one_work+0x380/0x380\n kthread+0xd7/0x100\n ? kthread_complete_and_exit+0x20/0x20\n ret_from_fork+0x1f/0x30\n\nThe fix is to use the correct call to move the list.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2022-49931",
"url": "https://www.suse.com/security/cve/CVE-2022-49931"
},
{
"category": "external",
"summary": "SUSE Bug 1242382 for CVE-2022-49931",
"url": "https://bugzilla.suse.com/1242382"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2022-49931"
},
{
"cve": "CVE-2023-1990",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-1990"
}
],
"notes": [
{
"category": "general",
"text": "A use-after-free flaw was found in ndlc_remove in drivers/nfc/st-nci/ndlc.c in the Linux Kernel. This flaw could allow an attacker to crash the system due to a race problem.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-1990",
"url": "https://www.suse.com/security/cve/CVE-2023-1990"
},
{
"category": "external",
"summary": "SUSE Bug 1210337 for CVE-2023-1990",
"url": "https://bugzilla.suse.com/1210337"
},
{
"category": "external",
"summary": "SUSE Bug 1210501 for CVE-2023-1990",
"url": "https://bugzilla.suse.com/1210501"
},
{
"category": "external",
"summary": "SUSE Bug 1214128 for CVE-2023-1990",
"url": "https://bugzilla.suse.com/1214128"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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 Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "important"
}
],
"title": "CVE-2023-1990"
},
{
"cve": "CVE-2023-28866",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-28866"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel through 6.2.8, net/bluetooth/hci_sync.c allows out-of-bounds access because amp_init1[] and amp_init2[] are supposed to have an intentionally invalid element, but do not.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-28866",
"url": "https://www.suse.com/security/cve/CVE-2023-28866"
},
{
"category": "external",
"summary": "SUSE Bug 1209780 for CVE-2023-28866",
"url": "https://bugzilla.suse.com/1209780"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-28866"
},
{
"cve": "CVE-2023-53035",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53035"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy()\n\nThe ioctl helper function nilfs_ioctl_wrap_copy(), which exchanges a\nmetadata array to/from user space, may copy uninitialized buffer regions\nto user space memory for read-only ioctl commands NILFS_IOCTL_GET_SUINFO\nand NILFS_IOCTL_GET_CPINFO.\n\nThis can occur when the element size of the user space metadata given by\nthe v_size member of the argument nilfs_argv structure is larger than the\nsize of the metadata element (nilfs_suinfo structure or nilfs_cpinfo\nstructure) on the file system side.\n\nKMSAN-enabled kernels detect this issue as follows:\n\n BUG: KMSAN: kernel-infoleak in instrument_copy_to_user\n include/linux/instrumented.h:121 [inline]\n BUG: KMSAN: kernel-infoleak in _copy_to_user+0xc0/0x100 lib/usercopy.c:33\n instrument_copy_to_user include/linux/instrumented.h:121 [inline]\n _copy_to_user+0xc0/0x100 lib/usercopy.c:33\n copy_to_user include/linux/uaccess.h:169 [inline]\n nilfs_ioctl_wrap_copy+0x6fa/0xc10 fs/nilfs2/ioctl.c:99\n nilfs_ioctl_get_info fs/nilfs2/ioctl.c:1173 [inline]\n nilfs_ioctl+0x2402/0x4450 fs/nilfs2/ioctl.c:1290\n nilfs_compat_ioctl+0x1b8/0x200 fs/nilfs2/ioctl.c:1343\n __do_compat_sys_ioctl fs/ioctl.c:968 [inline]\n __se_compat_sys_ioctl+0x7dd/0x1000 fs/ioctl.c:910\n __ia32_compat_sys_ioctl+0x93/0xd0 fs/ioctl.c:910\n do_syscall_32_irqs_on arch/x86/entry/common.c:112 [inline]\n __do_fast_syscall_32+0xa2/0x100 arch/x86/entry/common.c:178\n do_fast_syscall_32+0x37/0x80 arch/x86/entry/common.c:203\n do_SYSENTER_32+0x1f/0x30 arch/x86/entry/common.c:246\n entry_SYSENTER_compat_after_hwframe+0x70/0x82\n\n Uninit was created at:\n __alloc_pages+0x9f6/0xe90 mm/page_alloc.c:5572\n alloc_pages+0xab0/0xd80 mm/mempolicy.c:2287\n __get_free_pages+0x34/0xc0 mm/page_alloc.c:5599\n nilfs_ioctl_wrap_copy+0x223/0xc10 fs/nilfs2/ioctl.c:74\n nilfs_ioctl_get_info fs/nilfs2/ioctl.c:1173 [inline]\n nilfs_ioctl+0x2402/0x4450 fs/nilfs2/ioctl.c:1290\n nilfs_compat_ioctl+0x1b8/0x200 fs/nilfs2/ioctl.c:1343\n __do_compat_sys_ioctl fs/ioctl.c:968 [inline]\n __se_compat_sys_ioctl+0x7dd/0x1000 fs/ioctl.c:910\n __ia32_compat_sys_ioctl+0x93/0xd0 fs/ioctl.c:910\n do_syscall_32_irqs_on arch/x86/entry/common.c:112 [inline]\n __do_fast_syscall_32+0xa2/0x100 arch/x86/entry/common.c:178\n do_fast_syscall_32+0x37/0x80 arch/x86/entry/common.c:203\n do_SYSENTER_32+0x1f/0x30 arch/x86/entry/common.c:246\n entry_SYSENTER_compat_after_hwframe+0x70/0x82\n\n Bytes 16-127 of 3968 are uninitialized\n ...\n\nThis eliminates the leak issue by initializing the page allocated as\nbuffer using get_zeroed_page().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53035",
"url": "https://www.suse.com/security/cve/CVE-2023-53035"
},
{
"category": "external",
"summary": "SUSE Bug 1242739 for CVE-2023-53035",
"url": "https://bugzilla.suse.com/1242739"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53035"
},
{
"cve": "CVE-2023-53036",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53036"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amdgpu: Fix call trace warning and hang when removing amdgpu device\n\nOn GPUs with RAS enabled, below call trace and hang are observed when\nshutting down device.\n\nv2: use DRM device unplugged flag instead of shutdown flag as the check to\nprevent memory wipe in shutdown stage.\n\n[ +0.000000] RIP: 0010:amdgpu_vram_mgr_fini+0x18d/0x1c0 [amdgpu]\n[ +0.000001] PKRU: 55555554\n[ +0.000001] Call Trace:\n[ +0.000001] \u003cTASK\u003e\n[ +0.000002] amdgpu_ttm_fini+0x140/0x1c0 [amdgpu]\n[ +0.000183] amdgpu_bo_fini+0x27/0xa0 [amdgpu]\n[ +0.000184] gmc_v11_0_sw_fini+0x2b/0x40 [amdgpu]\n[ +0.000163] amdgpu_device_fini_sw+0xb6/0x510 [amdgpu]\n[ +0.000152] amdgpu_driver_release_kms+0x16/0x30 [amdgpu]\n[ +0.000090] drm_dev_release+0x28/0x50 [drm]\n[ +0.000016] devm_drm_dev_init_release+0x38/0x60 [drm]\n[ +0.000011] devm_action_release+0x15/0x20\n[ +0.000003] release_nodes+0x40/0xc0\n[ +0.000001] devres_release_all+0x9e/0xe0\n[ +0.000001] device_unbind_cleanup+0x12/0x80\n[ +0.000003] device_release_driver_internal+0xff/0x160\n[ +0.000001] driver_detach+0x4a/0x90\n[ +0.000001] bus_remove_driver+0x6c/0xf0\n[ +0.000001] driver_unregister+0x31/0x50\n[ +0.000001] pci_unregister_driver+0x40/0x90\n[ +0.000003] amdgpu_exit+0x15/0x120 [amdgpu]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53036",
"url": "https://www.suse.com/security/cve/CVE-2023-53036"
},
{
"category": "external",
"summary": "SUSE Bug 1242740 for CVE-2023-53036",
"url": "https://bugzilla.suse.com/1242740"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53036"
},
{
"cve": "CVE-2023-53038",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53038"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read()\n\nIf kzalloc() fails in lpfc_sli4_cgn_params_read(), then we rely on\nlpfc_read_object()\u0027s routine to NULL check pdata.\n\nCurrently, an early return error is thrown from lpfc_read_object() to\nprotect us from NULL ptr dereference, but the errno code is -ENODEV.\n\nChange the errno code to a more appropriate -ENOMEM.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53038",
"url": "https://www.suse.com/security/cve/CVE-2023-53038"
},
{
"category": "external",
"summary": "SUSE Bug 1242743 for CVE-2023-53038",
"url": "https://bugzilla.suse.com/1242743"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 0,
"baseSeverity": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "not set"
}
],
"title": "CVE-2023-53038"
},
{
"cve": "CVE-2023-53039",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53039"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: intel-ish-hid: ipc: Fix potential use-after-free in work function\n\nWhen a reset notify IPC message is received, the ISR schedules a work\nfunction and passes the ISHTP device to it via a global pointer\nishtp_dev. If ish_probe() fails, the devm-managed device resources\nincluding ishtp_dev are freed, but the work is not cancelled, causing a\nuse-after-free when the work function tries to access ishtp_dev. Use\ndevm_work_autocancel() instead, so that the work is automatically\ncancelled if probe fails.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53039",
"url": "https://www.suse.com/security/cve/CVE-2023-53039"
},
{
"category": "external",
"summary": "SUSE Bug 1242745 for CVE-2023-53039",
"url": "https://bugzilla.suse.com/1242745"
},
{
"category": "external",
"summary": "SUSE Bug 1242880 for CVE-2023-53039",
"url": "https://bugzilla.suse.com/1242880"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53039"
},
{
"cve": "CVE-2023-53040",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53040"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nca8210: fix mac_len negative array access\n\nThis patch fixes a buffer overflow access of skb-\u003edata if\nieee802154_hdr_peek_addrs() fails.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53040",
"url": "https://www.suse.com/security/cve/CVE-2023-53040"
},
{
"category": "external",
"summary": "SUSE Bug 1242746 for CVE-2023-53040",
"url": "https://bugzilla.suse.com/1242746"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53040"
},
{
"cve": "CVE-2023-53041",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53041"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: qla2xxx: Perform lockless command completion in abort path\n\nWhile adding and removing the controller, the following call trace was\nobserved:\n\nWARNING: CPU: 3 PID: 623596 at kernel/dma/mapping.c:532 dma_free_attrs+0x33/0x50\nCPU: 3 PID: 623596 Comm: sh Kdump: loaded Not tainted 5.14.0-96.el9.x86_64 #1\nRIP: 0010:dma_free_attrs+0x33/0x50\n\nCall Trace:\n qla2x00_async_sns_sp_done+0x107/0x1b0 [qla2xxx]\n qla2x00_abort_srb+0x8e/0x250 [qla2xxx]\n ? ql_dbg+0x70/0x100 [qla2xxx]\n __qla2x00_abort_all_cmds+0x108/0x190 [qla2xxx]\n qla2x00_abort_all_cmds+0x24/0x70 [qla2xxx]\n qla2x00_abort_isp_cleanup+0x305/0x3e0 [qla2xxx]\n qla2x00_remove_one+0x364/0x400 [qla2xxx]\n pci_device_remove+0x36/0xa0\n __device_release_driver+0x17a/0x230\n device_release_driver+0x24/0x30\n pci_stop_bus_device+0x68/0x90\n pci_stop_and_remove_bus_device_locked+0x16/0x30\n remove_store+0x75/0x90\n kernfs_fop_write_iter+0x11c/0x1b0\n new_sync_write+0x11f/0x1b0\n vfs_write+0x1eb/0x280\n ksys_write+0x5f/0xe0\n do_syscall_64+0x5c/0x80\n ? do_user_addr_fault+0x1d8/0x680\n ? do_syscall_64+0x69/0x80\n ? exc_page_fault+0x62/0x140\n ? asm_exc_page_fault+0x8/0x30\n entry_SYSCALL_64_after_hwframe+0x44/0xae\n\nThe command was completed in the abort path during driver unload with a\nlock held, causing the warning in abort path. Hence complete the command\nwithout any lock held.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53041",
"url": "https://www.suse.com/security/cve/CVE-2023-53041"
},
{
"category": "external",
"summary": "SUSE Bug 1242747 for CVE-2023-53041",
"url": "https://bugzilla.suse.com/1242747"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53041"
},
{
"cve": "CVE-2023-53042",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53042"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amd/display: Do not set DRR on pipe Commit\n\n[WHY]\nWriting to DRR registers such as OTG_V_TOTAL_MIN on the same frame as a\npipe commit can cause underflow.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53042",
"url": "https://www.suse.com/security/cve/CVE-2023-53042"
},
{
"category": "external",
"summary": "SUSE Bug 1242748 for CVE-2023-53042",
"url": "https://bugzilla.suse.com/1242748"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53042"
},
{
"cve": "CVE-2023-53044",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53044"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndm stats: check for and propagate alloc_percpu failure\n\nCheck alloc_precpu()\u0027s return value and return an error from\ndm_stats_init() if it fails. Update alloc_dev() to fail if\ndm_stats_init() does.\n\nOtherwise, a NULL pointer dereference will occur in dm_stats_cleanup()\neven if dm-stats isn\u0027t being actively used.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53044",
"url": "https://www.suse.com/security/cve/CVE-2023-53044"
},
{
"category": "external",
"summary": "SUSE Bug 1242759 for CVE-2023-53044",
"url": "https://bugzilla.suse.com/1242759"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53044"
},
{
"cve": "CVE-2023-53045",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53045"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: gadget: u_audio: don\u0027t let userspace block driver unbind\n\nIn the unbind callback for f_uac1 and f_uac2, a call to snd_card_free()\nvia g_audio_cleanup() will disconnect the card and then wait for all\nresources to be released, which happens when the refcount falls to zero.\nSince userspace can keep the refcount incremented by not closing the\nrelevant file descriptor, the call to unbind may block indefinitely.\nThis can cause a deadlock during reboot, as evidenced by the following\nblocked task observed on my machine:\n\n task:reboot state:D stack:0 pid:2827 ppid:569 flags:0x0000000c\n Call trace:\n __switch_to+0xc8/0x140\n __schedule+0x2f0/0x7c0\n schedule+0x60/0xd0\n schedule_timeout+0x180/0x1d4\n wait_for_completion+0x78/0x180\n snd_card_free+0x90/0xa0\n g_audio_cleanup+0x2c/0x64\n afunc_unbind+0x28/0x60\n ...\n kernel_restart+0x4c/0xac\n __do_sys_reboot+0xcc/0x1ec\n __arm64_sys_reboot+0x28/0x30\n invoke_syscall+0x4c/0x110\n ...\n\nThe issue can also be observed by opening the card with arecord and\nthen stopping the process through the shell before unbinding:\n\n # arecord -D hw:UAC2Gadget -f S32_LE -c 2 -r 48000 /dev/null\n Recording WAVE \u0027/dev/null\u0027 : Signed 32 bit Little Endian, Rate 48000 Hz, Stereo\n ^Z[1]+ Stopped arecord -D hw:UAC2Gadget -f S32_LE -c 2 -r 48000 /dev/null\n # echo gadget.0 \u003e /sys/bus/gadget/drivers/configfs-gadget/unbind\n (observe that the unbind command never finishes)\n\nFix the problem by using snd_card_free_when_closed() instead, which will\nstill disconnect the card as desired, but defer the task of freeing the\nresources to the core once userspace closes its file descriptor.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53045",
"url": "https://www.suse.com/security/cve/CVE-2023-53045"
},
{
"category": "external",
"summary": "SUSE Bug 1242756 for CVE-2023-53045",
"url": "https://bugzilla.suse.com/1242756"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53045"
},
{
"cve": "CVE-2023-53049",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53049"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: ucsi: Fix NULL pointer deref in ucsi_connector_change()\n\nWhen ucsi_init() fails, ucsi-\u003econnector is NULL, yet in case of\nucsi_acpi we may still get events which cause the ucs_acpi code to call\nucsi_connector_change(), which then derefs the NULL ucsi-\u003econnector\npointer.\n\nFix this by not setting ucsi-\u003entfy inside ucsi_init() until ucsi_init()\nhas succeeded, so that ucsi_connector_change() ignores the events\nbecause UCSI_ENABLE_NTFY_CONNECTOR_CHANGE is not set in the ntfy mask.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53049",
"url": "https://www.suse.com/security/cve/CVE-2023-53049"
},
{
"category": "external",
"summary": "SUSE Bug 1242244 for CVE-2023-53049",
"url": "https://bugzilla.suse.com/1242244"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53049"
},
{
"cve": "CVE-2023-53052",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53052"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncifs: fix use-after-free bug in refresh_cache_worker()\n\nThe UAF bug occurred because we were putting DFS root sessions in\ncifs_umount() while DFS cache refresher was being executed.\n\nMake DFS root sessions have same lifetime as DFS tcons so we can avoid\nthe use-after-free bug is DFS cache refresher and other places that\nrequire IPCs to get new DFS referrals on. Also, get rid of mount\ngroup handling in DFS cache as we no longer need it.\n\nThis fixes below use-after-free bug catched by KASAN\n\n[ 379.946955] BUG: KASAN: use-after-free in __refresh_tcon.isra.0+0x10b/0xc10 [cifs]\n[ 379.947642] Read of size 8 at addr ffff888018f57030 by task kworker/u4:3/56\n[ 379.948096]\n[ 379.948208] CPU: 0 PID: 56 Comm: kworker/u4:3 Not tainted 6.2.0-rc7-lku #23\n[ 379.948661] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS\nrel-1.16.0-0-gd239552-rebuilt.opensuse.org 04/01/2014\n[ 379.949368] Workqueue: cifs-dfscache refresh_cache_worker [cifs]\n[ 379.949942] Call Trace:\n[ 379.950113] \u003cTASK\u003e\n[ 379.950260] dump_stack_lvl+0x50/0x67\n[ 379.950510] print_report+0x16a/0x48e\n[ 379.950759] ? __virt_addr_valid+0xd8/0x160\n[ 379.951040] ? __phys_addr+0x41/0x80\n[ 379.951285] kasan_report+0xdb/0x110\n[ 379.951533] ? __refresh_tcon.isra.0+0x10b/0xc10 [cifs]\n[ 379.952056] ? __refresh_tcon.isra.0+0x10b/0xc10 [cifs]\n[ 379.952585] __refresh_tcon.isra.0+0x10b/0xc10 [cifs]\n[ 379.953096] ? __pfx___refresh_tcon.isra.0+0x10/0x10 [cifs]\n[ 379.953637] ? __pfx___mutex_lock+0x10/0x10\n[ 379.953915] ? lock_release+0xb6/0x720\n[ 379.954167] ? __pfx_lock_acquire+0x10/0x10\n[ 379.954443] ? refresh_cache_worker+0x34e/0x6d0 [cifs]\n[ 379.954960] ? __pfx_wb_workfn+0x10/0x10\n[ 379.955239] refresh_cache_worker+0x4ad/0x6d0 [cifs]\n[ 379.955755] ? __pfx_refresh_cache_worker+0x10/0x10 [cifs]\n[ 379.956323] ? __pfx_lock_acquired+0x10/0x10\n[ 379.956615] ? read_word_at_a_time+0xe/0x20\n[ 379.956898] ? lockdep_hardirqs_on_prepare+0x12/0x220\n[ 379.957235] process_one_work+0x535/0x990\n[ 379.957509] ? __pfx_process_one_work+0x10/0x10\n[ 379.957812] ? lock_acquired+0xb7/0x5f0\n[ 379.958069] ? __list_add_valid+0x37/0xd0\n[ 379.958341] ? __list_add_valid+0x37/0xd0\n[ 379.958611] worker_thread+0x8e/0x630\n[ 379.958861] ? __pfx_worker_thread+0x10/0x10\n[ 379.959148] kthread+0x17d/0x1b0\n[ 379.959369] ? __pfx_kthread+0x10/0x10\n[ 379.959630] ret_from_fork+0x2c/0x50\n[ 379.959879] \u003c/TASK\u003e",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53052",
"url": "https://www.suse.com/security/cve/CVE-2023-53052"
},
{
"category": "external",
"summary": "SUSE Bug 1242749 for CVE-2023-53052",
"url": "https://bugzilla.suse.com/1242749"
},
{
"category": "external",
"summary": "SUSE Bug 1242881 for CVE-2023-53052",
"url": "https://bugzilla.suse.com/1242881"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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 Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "important"
}
],
"title": "CVE-2023-53052"
},
{
"cve": "CVE-2023-53054",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53054"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: dwc2: fix a devres leak in hw_enable upon suspend resume\n\nEach time the platform goes to low power, PM suspend / resume routines\ncall: __dwc2_lowlevel_hw_enable -\u003e devm_add_action_or_reset().\nThis adds a new devres each time.\nThis may also happen at runtime, as dwc2_lowlevel_hw_enable() can be\ncalled from udc_start().\n\nThis can be seen with tracing:\n- echo 1 \u003e /sys/kernel/debug/tracing/events/dev/devres_log/enable\n- go to low power\n- cat /sys/kernel/debug/tracing/trace\n\nA new \"ADD\" entry is found upon each low power cycle:\n... devres_log: 49000000.usb-otg ADD 82a13bba devm_action_release (8 bytes)\n... devres_log: 49000000.usb-otg ADD 49889daf devm_action_release (8 bytes)\n...\n\nA second issue is addressed here:\n- regulator_bulk_enable() is called upon each PM cycle (suspend/resume).\n- regulator_bulk_disable() never gets called.\n\nSo the reference count for these regulators constantly increase, by one\nupon each low power cycle, due to missing regulator_bulk_disable() call\nin __dwc2_lowlevel_hw_disable().\n\nThe original fix that introduced the devm_add_action_or_reset() call,\nfixed an issue during probe, that happens due to other errors in\ndwc2_driver_probe() -\u003e dwc2_core_reset(). Then the probe fails without\ndisabling regulators, when dr_mode == USB_DR_MODE_PERIPHERAL.\n\nRather fix the error path: disable all the low level hardware in the\nerror path, by using the \"hsotg-\u003ell_hw_enabled\" flag. Checking dr_mode\nhas been introduced to avoid a dual call to dwc2_lowlevel_hw_disable().\n\"ll_hw_enabled\" should achieve the same (and is used currently in the\nremove() routine).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53054",
"url": "https://www.suse.com/security/cve/CVE-2023-53054"
},
{
"category": "external",
"summary": "SUSE Bug 1242226 for CVE-2023-53054",
"url": "https://bugzilla.suse.com/1242226"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53054"
},
{
"cve": "CVE-2023-53056",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53056"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: qla2xxx: Synchronize the IOCB count to be in order\n\nA system hang was observed with the following call trace:\n\nBUG: kernel NULL pointer dereference, address: 0000000000000000\nPGD 0 P4D 0\nOops: 0000 [#1] PREEMPT SMP NOPTI\nCPU: 15 PID: 86747 Comm: nvme Kdump: loaded Not tainted 6.2.0+ #1\nHardware name: Dell Inc. PowerEdge R6515/04F3CJ, BIOS 2.7.3 03/31/2022\nRIP: 0010:__wake_up_common+0x55/0x190\nCode: 41 f6 01 04 0f 85 b2 00 00 00 48 8b 43 08 4c 8d\n 40 e8 48 8d 43 08 48 89 04 24 48 89 c6\\\n 49 8d 40 18 48 39 c6 0f 84 e9 00 00 00 \u003c49\u003e 8b 40 18 89 6c 24 14 31\n ed 4c 8d 60 e8 41 8b 18 f6 c3 04 75 5d\nRSP: 0018:ffffb05a82afbba0 EFLAGS: 00010082\nRAX: 0000000000000000 RBX: ffff8f9b83a00018 RCX: 0000000000000000\nRDX: 0000000000000001 RSI: ffff8f9b83a00020 RDI: ffff8f9b83a00018\nRBP: 0000000000000001 R08: ffffffffffffffe8 R09: ffffb05a82afbbf8\nR10: 70735f7472617473 R11: 5f30307832616c71 R12: 0000000000000001\nR13: 0000000000000003 R14: 0000000000000000 R15: 0000000000000000\nFS: 00007f815cf4c740(0000) GS:ffff8f9eeed80000(0000)\n\tknlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 0000000000000000 CR3: 000000010633a000 CR4: 0000000000350ee0\nCall Trace:\n \u003cTASK\u003e\n __wake_up_common_lock+0x83/0xd0\n qla_nvme_ls_req+0x21b/0x2b0 [qla2xxx]\n __nvme_fc_send_ls_req+0x1b5/0x350 [nvme_fc]\n nvme_fc_xmt_disconnect_assoc+0xca/0x110 [nvme_fc]\n nvme_fc_delete_association+0x1bf/0x220 [nvme_fc]\n ? nvme_remove_namespaces+0x9f/0x140 [nvme_core]\n nvme_do_delete_ctrl+0x5b/0xa0 [nvme_core]\n nvme_sysfs_delete+0x5f/0x70 [nvme_core]\n kernfs_fop_write_iter+0x12b/0x1c0\n vfs_write+0x2a3/0x3b0\n ksys_write+0x5f/0xe0\n do_syscall_64+0x5c/0x90\n ? syscall_exit_work+0x103/0x130\n ? syscall_exit_to_user_mode+0x12/0x30\n ? do_syscall_64+0x69/0x90\n ? exit_to_user_mode_loop+0xd0/0x130\n ? exit_to_user_mode_prepare+0xec/0x100\n ? syscall_exit_to_user_mode+0x12/0x30\n ? do_syscall_64+0x69/0x90\n ? syscall_exit_to_user_mode+0x12/0x30\n ? do_syscall_64+0x69/0x90\n entry_SYSCALL_64_after_hwframe+0x72/0xdc\n RIP: 0033:0x7f815cd3eb97\n\nThe IOCB counts are out of order and that would block any commands from\ngoing out and subsequently hang the system. Synchronize the IOCB count to\nbe in correct order.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53056",
"url": "https://www.suse.com/security/cve/CVE-2023-53056"
},
{
"category": "external",
"summary": "SUSE Bug 1242219 for CVE-2023-53056",
"url": "https://bugzilla.suse.com/1242219"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53056"
},
{
"cve": "CVE-2023-53057",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53057"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: HCI: Fix global-out-of-bounds\n\nTo loop a variable-length array, hci_init_stage_sync(stage) considers\nthat stage[i] is valid as long as stage[i-1].func is valid.\nThus, the last element of stage[].func should be intentionally invalid\nas hci_init0[], le_init2[], and others did.\nHowever, amp_init1[] and amp_init2[] have no invalid element, letting\nhci_init_stage_sync() keep accessing amp_init1[] over its valid range.\nThis patch fixes this by adding {} in the last of amp_init1[] and\namp_init2[].\n\n==================================================================\nBUG: KASAN: global-out-of-bounds in hci_dev_open_sync (\n/v6.2-bzimage/net/bluetooth/hci_sync.c:3154\n/v6.2-bzimage/net/bluetooth/hci_sync.c:3343\n/v6.2-bzimage/net/bluetooth/hci_sync.c:4418\n/v6.2-bzimage/net/bluetooth/hci_sync.c:4609\n/v6.2-bzimage/net/bluetooth/hci_sync.c:4689)\nRead of size 8 at addr ffffffffaed1ab70 by task kworker/u5:0/1032\nCPU: 0 PID: 1032 Comm: kworker/u5:0 Not tainted 6.2.0 #3\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.15.0-1 04\nWorkqueue: hci1 hci_power_on\nCall Trace:\n \u003cTASK\u003e\ndump_stack_lvl (/v6.2-bzimage/lib/dump_stack.c:107 (discriminator 1))\nprint_report (/v6.2-bzimage/mm/kasan/report.c:307\n /v6.2-bzimage/mm/kasan/report.c:417)\n? hci_dev_open_sync (/v6.2-bzimage/net/bluetooth/hci_sync.c:3154\n /v6.2-bzimage/net/bluetooth/hci_sync.c:3343\n /v6.2-bzimage/net/bluetooth/hci_sync.c:4418\n /v6.2-bzimage/net/bluetooth/hci_sync.c:4609\n /v6.2-bzimage/net/bluetooth/hci_sync.c:4689)\nkasan_report (/v6.2-bzimage/mm/kasan/report.c:184\n /v6.2-bzimage/mm/kasan/report.c:519)\n? hci_dev_open_sync (/v6.2-bzimage/net/bluetooth/hci_sync.c:3154\n /v6.2-bzimage/net/bluetooth/hci_sync.c:3343\n /v6.2-bzimage/net/bluetooth/hci_sync.c:4418\n /v6.2-bzimage/net/bluetooth/hci_sync.c:4609\n /v6.2-bzimage/net/bluetooth/hci_sync.c:4689)\nhci_dev_open_sync (/v6.2-bzimage/net/bluetooth/hci_sync.c:3154\n /v6.2-bzimage/net/bluetooth/hci_sync.c:3343\n /v6.2-bzimage/net/bluetooth/hci_sync.c:4418\n /v6.2-bzimage/net/bluetooth/hci_sync.c:4609\n /v6.2-bzimage/net/bluetooth/hci_sync.c:4689)\n? __pfx_hci_dev_open_sync (/v6.2-bzimage/net/bluetooth/hci_sync.c:4635)\n? mutex_lock (/v6.2-bzimage/./arch/x86/include/asm/atomic64_64.h:190\n /v6.2-bzimage/./include/linux/atomic/atomic-long.h:443\n /v6.2-bzimage/./include/linux/atomic/atomic-instrumented.h:1781\n /v6.2-bzimage/kernel/locking/mutex.c:171\n /v6.2-bzimage/kernel/locking/mutex.c:285)\n? __pfx_mutex_lock (/v6.2-bzimage/kernel/locking/mutex.c:282)\nhci_power_on (/v6.2-bzimage/net/bluetooth/hci_core.c:485\n /v6.2-bzimage/net/bluetooth/hci_core.c:984)\n? __pfx_hci_power_on (/v6.2-bzimage/net/bluetooth/hci_core.c:969)\n? read_word_at_a_time (/v6.2-bzimage/./include/asm-generic/rwonce.h:85)\n? strscpy (/v6.2-bzimage/./arch/x86/include/asm/word-at-a-time.h:62\n /v6.2-bzimage/lib/string.c:161)\nprocess_one_work (/v6.2-bzimage/kernel/workqueue.c:2294)\nworker_thread (/v6.2-bzimage/./include/linux/list.h:292\n /v6.2-bzimage/kernel/workqueue.c:2437)\n? __pfx_worker_thread (/v6.2-bzimage/kernel/workqueue.c:2379)\nkthread (/v6.2-bzimage/kernel/kthread.c:376)\n? __pfx_kthread (/v6.2-bzimage/kernel/kthread.c:331)\nret_from_fork (/v6.2-bzimage/arch/x86/entry/entry_64.S:314)\n \u003c/TASK\u003e\nThe buggy address belongs to the variable:\namp_init1+0x30/0x60\nThe buggy address belongs to the physical page:\npage:000000003a157ec6 refcount:1 mapcount:0 mapping:0000000000000000 ia\nflags: 0x200000000001000(reserved|node=0|zone=2)\nraw: 0200000000001000 ffffea0005054688 ffffea0005054688 000000000000000\nraw: 0000000000000000 0000000000000000 00000001ffffffff 000000000000000\npage dumped because: kasan: bad access detected\nMemory state around the buggy address:\n ffffffffaed1aa00: f9 f9 f9 f9 00 00 00 00 f9 f9 f9 f9 00 00 00 00\n ffffffffaed1aa80: 00 00 00 00 f9 f9 f9 f9 00 00 00 00 00 00 00 00\n\u003effffffffaed1ab00: 00 f9 f9 f9 f9 f9 f9 f9 00 00 00 00 00 00 f9 f9\n \n---truncated---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53057",
"url": "https://www.suse.com/security/cve/CVE-2023-53057"
},
{
"category": "external",
"summary": "SUSE Bug 1242240 for CVE-2023-53057",
"url": "https://bugzilla.suse.com/1242240"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53057"
},
{
"cve": "CVE-2023-53058",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53058"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/mlx5: E-Switch, Fix an Oops in error handling code\n\nThe error handling dereferences \"vport\". There is nothing we can do if\nit is an error pointer except returning the error code.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53058",
"url": "https://www.suse.com/security/cve/CVE-2023-53058"
},
{
"category": "external",
"summary": "SUSE Bug 1242237 for CVE-2023-53058",
"url": "https://bugzilla.suse.com/1242237"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53058"
},
{
"cve": "CVE-2023-53059",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53059"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nplatform/chrome: cros_ec_chardev: fix kernel data leak from ioctl\n\nIt is possible to peep kernel page\u0027s data by providing larger `insize`\nin struct cros_ec_command[1] when invoking EC host commands.\n\nFix it by using zeroed memory.\n\n[1]: https://elixir.bootlin.com/linux/v6.2/source/include/linux/platform_data/cros_ec_proto.h#L74",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53059",
"url": "https://www.suse.com/security/cve/CVE-2023-53059"
},
{
"category": "external",
"summary": "SUSE Bug 1242230 for CVE-2023-53059",
"url": "https://bugzilla.suse.com/1242230"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53059"
},
{
"cve": "CVE-2023-53060",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53060"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nigb: revert rtnl_lock() that causes deadlock\n\nThe commit 6faee3d4ee8b (\"igb: Add lock to avoid data race\") adds\nrtnl_lock to eliminate a false data race shown below\n\n (FREE from device detaching) | (USE from netdev core)\nigb_remove | igb_ndo_get_vf_config\n igb_disable_sriov | vf \u003e= adapter-\u003evfs_allocated_count?\n kfree(adapter-\u003evf_data) |\n adapter-\u003evfs_allocated_count = 0 |\n | memcpy(... adapter-\u003evf_data[vf]\n\nThe above race will never happen and the extra rtnl_lock causes deadlock\nbelow\n\n[ 141.420169] \u003cTASK\u003e\n[ 141.420672] __schedule+0x2dd/0x840\n[ 141.421427] schedule+0x50/0xc0\n[ 141.422041] schedule_preempt_disabled+0x11/0x20\n[ 141.422678] __mutex_lock.isra.13+0x431/0x6b0\n[ 141.423324] unregister_netdev+0xe/0x20\n[ 141.423578] igbvf_remove+0x45/0xe0 [igbvf]\n[ 141.423791] pci_device_remove+0x36/0xb0\n[ 141.423990] device_release_driver_internal+0xc1/0x160\n[ 141.424270] pci_stop_bus_device+0x6d/0x90\n[ 141.424507] pci_stop_and_remove_bus_device+0xe/0x20\n[ 141.424789] pci_iov_remove_virtfn+0xba/0x120\n[ 141.425452] sriov_disable+0x2f/0xf0\n[ 141.425679] igb_disable_sriov+0x4e/0x100 [igb]\n[ 141.426353] igb_remove+0xa0/0x130 [igb]\n[ 141.426599] pci_device_remove+0x36/0xb0\n[ 141.426796] device_release_driver_internal+0xc1/0x160\n[ 141.427060] driver_detach+0x44/0x90\n[ 141.427253] bus_remove_driver+0x55/0xe0\n[ 141.427477] pci_unregister_driver+0x2a/0xa0\n[ 141.428296] __x64_sys_delete_module+0x141/0x2b0\n[ 141.429126] ? mntput_no_expire+0x4a/0x240\n[ 141.429363] ? syscall_trace_enter.isra.19+0x126/0x1a0\n[ 141.429653] do_syscall_64+0x5b/0x80\n[ 141.429847] ? exit_to_user_mode_prepare+0x14d/0x1c0\n[ 141.430109] ? syscall_exit_to_user_mode+0x12/0x30\n[ 141.430849] ? do_syscall_64+0x67/0x80\n[ 141.431083] ? syscall_exit_to_user_mode_prepare+0x183/0x1b0\n[ 141.431770] ? syscall_exit_to_user_mode+0x12/0x30\n[ 141.432482] ? do_syscall_64+0x67/0x80\n[ 141.432714] ? exc_page_fault+0x64/0x140\n[ 141.432911] entry_SYSCALL_64_after_hwframe+0x72/0xdc\n\nSince the igb_disable_sriov() will call pci_disable_sriov() before\nreleasing any resources, the netdev core will synchronize the cleanup to\navoid any races. This patch removes the useless rtnl_(un)lock to guarantee\ncorrectness.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53060",
"url": "https://www.suse.com/security/cve/CVE-2023-53060"
},
{
"category": "external",
"summary": "SUSE Bug 1242241 for CVE-2023-53060",
"url": "https://bugzilla.suse.com/1242241"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53060"
},
{
"cve": "CVE-2023-53062",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53062"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: usb: smsc95xx: Limit packet length to skb-\u003elen\n\nPacket length retrieved from descriptor may be larger than\nthe actual socket buffer length. In such case the cloned\nskb passed up the network stack will leak kernel memory contents.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53062",
"url": "https://www.suse.com/security/cve/CVE-2023-53062"
},
{
"category": "external",
"summary": "SUSE Bug 1242228 for CVE-2023-53062",
"url": "https://bugzilla.suse.com/1242228"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53062"
},
{
"cve": "CVE-2023-53064",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53064"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niavf: fix hang on reboot with ice\n\nWhen a system with E810 with existing VFs gets rebooted the following\nhang may be observed.\n\n Pid 1 is hung in iavf_remove(), part of a network driver:\n PID: 1 TASK: ffff965400e5a340 CPU: 24 COMMAND: \"systemd-shutdow\"\n #0 [ffffaad04005fa50] __schedule at ffffffff8b3239cb\n #1 [ffffaad04005fae8] schedule at ffffffff8b323e2d\n #2 [ffffaad04005fb00] schedule_hrtimeout_range_clock at ffffffff8b32cebc\n #3 [ffffaad04005fb80] usleep_range_state at ffffffff8b32c930\n #4 [ffffaad04005fbb0] iavf_remove at ffffffffc12b9b4c [iavf]\n #5 [ffffaad04005fbf0] pci_device_remove at ffffffff8add7513\n #6 [ffffaad04005fc10] device_release_driver_internal at ffffffff8af08baa\n #7 [ffffaad04005fc40] pci_stop_bus_device at ffffffff8adcc5fc\n #8 [ffffaad04005fc60] pci_stop_and_remove_bus_device at ffffffff8adcc81e\n #9 [ffffaad04005fc70] pci_iov_remove_virtfn at ffffffff8adf9429\n #10 [ffffaad04005fca8] sriov_disable at ffffffff8adf98e4\n #11 [ffffaad04005fcc8] ice_free_vfs at ffffffffc04bb2c8 [ice]\n #12 [ffffaad04005fd10] ice_remove at ffffffffc04778fe [ice]\n #13 [ffffaad04005fd38] ice_shutdown at ffffffffc0477946 [ice]\n #14 [ffffaad04005fd50] pci_device_shutdown at ffffffff8add58f1\n #15 [ffffaad04005fd70] device_shutdown at ffffffff8af05386\n #16 [ffffaad04005fd98] kernel_restart at ffffffff8a92a870\n #17 [ffffaad04005fda8] __do_sys_reboot at ffffffff8a92abd6\n #18 [ffffaad04005fee0] do_syscall_64 at ffffffff8b317159\n #19 [ffffaad04005ff08] __context_tracking_enter at ffffffff8b31b6fc\n #20 [ffffaad04005ff18] syscall_exit_to_user_mode at ffffffff8b31b50d\n #21 [ffffaad04005ff28] do_syscall_64 at ffffffff8b317169\n #22 [ffffaad04005ff50] entry_SYSCALL_64_after_hwframe at ffffffff8b40009b\n RIP: 00007f1baa5c13d7 RSP: 00007fffbcc55a98 RFLAGS: 00000202\n RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f1baa5c13d7\n RDX: 0000000001234567 RSI: 0000000028121969 RDI: 00000000fee1dead\n RBP: 00007fffbcc55ca0 R8: 0000000000000000 R9: 00007fffbcc54e90\n R10: 00007fffbcc55050 R11: 0000000000000202 R12: 0000000000000005\n R13: 0000000000000000 R14: 00007fffbcc55af0 R15: 0000000000000000\n ORIG_RAX: 00000000000000a9 CS: 0033 SS: 002b\n\nDuring reboot all drivers PM shutdown callbacks are invoked.\nIn iavf_shutdown() the adapter state is changed to __IAVF_REMOVE.\nIn ice_shutdown() the call chain above is executed, which at some point\ncalls iavf_remove(). However iavf_remove() expects the VF to be in one\nof the states __IAVF_RUNNING, __IAVF_DOWN or __IAVF_INIT_FAILED. If\nthat\u0027s not the case it sleeps forever.\nSo if iavf_shutdown() gets invoked before iavf_remove() the system will\nhang indefinitely because the adapter is already in state __IAVF_REMOVE.\n\nFix this by returning from iavf_remove() if the state is __IAVF_REMOVE,\nas we already went through iavf_shutdown().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53064",
"url": "https://www.suse.com/security/cve/CVE-2023-53064"
},
{
"category": "external",
"summary": "SUSE Bug 1242222 for CVE-2023-53064",
"url": "https://bugzilla.suse.com/1242222"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53064"
},
{
"cve": "CVE-2023-53065",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53065"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nperf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_event_bpf_output\n\nsyzkaller reportes a KASAN issue with stack-out-of-bounds.\nThe call trace is as follows:\n dump_stack+0x9c/0xd3\n print_address_description.constprop.0+0x19/0x170\n __kasan_report.cold+0x6c/0x84\n kasan_report+0x3a/0x50\n __perf_event_header__init_id+0x34/0x290\n perf_event_header__init_id+0x48/0x60\n perf_output_begin+0x4a4/0x560\n perf_event_bpf_output+0x161/0x1e0\n perf_iterate_sb_cpu+0x29e/0x340\n perf_iterate_sb+0x4c/0xc0\n perf_event_bpf_event+0x194/0x2c0\n __bpf_prog_put.constprop.0+0x55/0xf0\n __cls_bpf_delete_prog+0xea/0x120 [cls_bpf]\n cls_bpf_delete_prog_work+0x1c/0x30 [cls_bpf]\n process_one_work+0x3c2/0x730\n worker_thread+0x93/0x650\n kthread+0x1b8/0x210\n ret_from_fork+0x1f/0x30\n\ncommit 267fb27352b6 (\"perf: Reduce stack usage of perf_output_begin()\")\nuse on-stack struct perf_sample_data of the caller function.\n\nHowever, perf_event_bpf_output uses incorrect parameter to convert\nsmall-sized data (struct perf_bpf_event) into large-sized data\n(struct perf_sample_data), which causes memory overwriting occurs in\n__perf_event_header__init_id.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53065",
"url": "https://www.suse.com/security/cve/CVE-2023-53065"
},
{
"category": "external",
"summary": "SUSE Bug 1242229 for CVE-2023-53065",
"url": "https://bugzilla.suse.com/1242229"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53065"
},
{
"cve": "CVE-2023-53066",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53066"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nqed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_info\n\nWe have to make sure that the info returned by the helper is valid\nbefore using it.\n\nFound by Linux Verification Center (linuxtesting.org) with the SVACE\nstatic analysis tool.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53066",
"url": "https://www.suse.com/security/cve/CVE-2023-53066"
},
{
"category": "external",
"summary": "SUSE Bug 1242227 for CVE-2023-53066",
"url": "https://bugzilla.suse.com/1242227"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53066"
},
{
"cve": "CVE-2023-53068",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53068"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: usb: lan78xx: Limit packet length to skb-\u003elen\n\nPacket length retrieved from descriptor may be larger than\nthe actual socket buffer length. In such case the cloned\nskb passed up the network stack will leak kernel memory contents.\n\nAdditionally prevent integer underflow when size is less than\nETH_FCS_LEN.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53068",
"url": "https://www.suse.com/security/cve/CVE-2023-53068"
},
{
"category": "external",
"summary": "SUSE Bug 1242239 for CVE-2023-53068",
"url": "https://bugzilla.suse.com/1242239"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53068"
},
{
"cve": "CVE-2023-53070",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53070"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nACPI: PPTT: Fix to avoid sleep in the atomic context when PPTT is absent\n\nCommit 0c80f9e165f8 (\"ACPI: PPTT: Leave the table mapped for the runtime usage\")\nenabled to map PPTT once on the first invocation of acpi_get_pptt() and\nnever unmapped the same allowing it to be used at runtime with out the\nhassle of mapping and unmapping the table. This was needed to fetch LLC\ninformation from the PPTT in the cpuhotplug path which is executed in\nthe atomic context as the acpi_get_table() might sleep waiting for a\nmutex.\n\nHowever it missed to handle the case when there is no PPTT on the system\nwhich results in acpi_get_pptt() being called from all the secondary\nCPUs attempting to fetch the LLC information in the atomic context\nwithout knowing the absence of PPTT resulting in the splat like below:\n\n | BUG: sleeping function called from invalid context at kernel/locking/semaphore.c:164\n | in_atomic(): 1, irqs_disabled(): 1, non_block: 0, pid: 0, name: swapper/1\n | preempt_count: 1, expected: 0\n | RCU nest depth: 0, expected: 0\n | no locks held by swapper/1/0.\n | irq event stamp: 0\n | hardirqs last enabled at (0): 0x0\n | hardirqs last disabled at (0): copy_process+0x61c/0x1b40\n | softirqs last enabled at (0): copy_process+0x61c/0x1b40\n | softirqs last disabled at (0): 0x0\n | CPU: 1 PID: 0 Comm: swapper/1 Not tainted 6.3.0-rc1 #1\n | Call trace:\n | dump_backtrace+0xac/0x138\n | show_stack+0x30/0x48\n | dump_stack_lvl+0x60/0xb0\n | dump_stack+0x18/0x28\n | __might_resched+0x160/0x270\n | __might_sleep+0x58/0xb0\n | down_timeout+0x34/0x98\n | acpi_os_wait_semaphore+0x7c/0xc0\n | acpi_ut_acquire_mutex+0x58/0x108\n | acpi_get_table+0x40/0xe8\n | acpi_get_pptt+0x48/0xa0\n | acpi_get_cache_info+0x38/0x140\n | init_cache_level+0xf4/0x118\n | detect_cache_attributes+0x2e4/0x640\n | update_siblings_masks+0x3c/0x330\n | store_cpu_topology+0x88/0xf0\n | secondary_start_kernel+0xd0/0x168\n | __secondary_switched+0xb8/0xc0\n\nUpdate acpi_get_pptt() to consider the fact that PPTT is once checked and\nis not available on the system and return NULL avoiding any attempts to\nfetch PPTT and thereby avoiding any possible sleep waiting for a mutex\nin the atomic context.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53070",
"url": "https://www.suse.com/security/cve/CVE-2023-53070"
},
{
"category": "external",
"summary": "SUSE Bug 1242286 for CVE-2023-53070",
"url": "https://bugzilla.suse.com/1242286"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53070"
},
{
"cve": "CVE-2023-53071",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53071"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: mt76: do not run mt76_unregister_device() on unregistered hw\n\nTrying to probe a mt7921e pci card without firmware results in a\nsuccessful probe where ieee80211_register_hw hasn\u0027t been called. When\nremoving the driver, ieee802111_unregister_hw is called unconditionally\nleading to a kernel NULL pointer dereference.\nFix the issue running mt76_unregister_device routine just for registered\nhw.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53071",
"url": "https://www.suse.com/security/cve/CVE-2023-53071"
},
{
"category": "external",
"summary": "SUSE Bug 1242217 for CVE-2023-53071",
"url": "https://bugzilla.suse.com/1242217"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53071"
},
{
"cve": "CVE-2023-53073",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53073"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nperf/x86/amd/core: Always clear status for idx\n\nThe variable \u0027status\u0027 (which contains the unhandled overflow bits) is\nnot being properly masked in some cases, displaying the following\nwarning:\n\n WARNING: CPU: 156 PID: 475601 at arch/x86/events/amd/core.c:972 amd_pmu_v2_handle_irq+0x216/0x270\n\nThis seems to be happening because the loop is being continued before\nthe status bit being unset, in case x86_perf_event_set_period()\nreturns 0. This is also causing an inconsistency because the \"handled\"\ncounter is incremented, but the status bit is not cleaned.\n\nMove the bit cleaning together above, together when the \"handled\"\ncounter is incremented.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53073",
"url": "https://www.suse.com/security/cve/CVE-2023-53073"
},
{
"category": "external",
"summary": "SUSE Bug 1242224 for CVE-2023-53073",
"url": "https://bugzilla.suse.com/1242224"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53073"
},
{
"cve": "CVE-2023-53074",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53074"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amdgpu: fix ttm_bo calltrace warning in psp_hw_fini\n\nThe call trace occurs when the amdgpu is removed after\nthe mode1 reset. During mode1 reset, from suspend to resume,\nthere is no need to reinitialize the ta firmware buffer\nwhich caused the bo pin_count increase redundantly.\n\n[ 489.885525] Call Trace:\n[ 489.885525] \u003cTASK\u003e\n[ 489.885526] amdttm_bo_put+0x34/0x50 [amdttm]\n[ 489.885529] amdgpu_bo_free_kernel+0xe8/0x130 [amdgpu]\n[ 489.885620] psp_free_shared_bufs+0xb7/0x150 [amdgpu]\n[ 489.885720] psp_hw_fini+0xce/0x170 [amdgpu]\n[ 489.885815] amdgpu_device_fini_hw+0x2ff/0x413 [amdgpu]\n[ 489.885960] ? blocking_notifier_chain_unregister+0x56/0xb0\n[ 489.885962] amdgpu_driver_unload_kms+0x51/0x60 [amdgpu]\n[ 489.886049] amdgpu_pci_remove+0x5a/0x140 [amdgpu]\n[ 489.886132] ? __pm_runtime_resume+0x60/0x90\n[ 489.886134] pci_device_remove+0x3e/0xb0\n[ 489.886135] __device_release_driver+0x1ab/0x2a0\n[ 489.886137] driver_detach+0xf3/0x140\n[ 489.886138] bus_remove_driver+0x6c/0xf0\n[ 489.886140] driver_unregister+0x31/0x60\n[ 489.886141] pci_unregister_driver+0x40/0x90\n[ 489.886142] amdgpu_exit+0x15/0x451 [amdgpu]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53074",
"url": "https://www.suse.com/security/cve/CVE-2023-53074"
},
{
"category": "external",
"summary": "SUSE Bug 1242751 for CVE-2023-53074",
"url": "https://bugzilla.suse.com/1242751"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 0,
"baseSeverity": "NONE",
"vectorString": "CVSS:3.1/AV:P/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53074"
},
{
"cve": "CVE-2023-53075",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53075"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nftrace: Fix invalid address access in lookup_rec() when index is 0\n\nKASAN reported follow problem:\n\n BUG: KASAN: use-after-free in lookup_rec\n Read of size 8 at addr ffff000199270ff0 by task modprobe\n CPU: 2 Comm: modprobe\n Call trace:\n kasan_report\n __asan_load8\n lookup_rec\n ftrace_location\n arch_check_ftrace_location\n check_kprobe_address_safe\n register_kprobe\n\nWhen checking pg-\u003erecords[pg-\u003eindex - 1].ip in lookup_rec(), it can get a\npg which is newly added to ftrace_pages_start in ftrace_process_locs().\nBefore the first pg-\u003eindex++, index is 0 and accessing pg-\u003erecords[-1].ip\nwill cause this problem.\n\nDon\u0027t check the ip when pg-\u003eindex is 0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53075",
"url": "https://www.suse.com/security/cve/CVE-2023-53075"
},
{
"category": "external",
"summary": "SUSE Bug 1242218 for CVE-2023-53075",
"url": "https://bugzilla.suse.com/1242218"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53075"
},
{
"cve": "CVE-2023-53077",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53077"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytes\n\n[WHY]\nWhen PTEBufferSizeInRequests is zero, UBSAN reports the following\nwarning because dml_log2 returns an unexpected negative value:\n\n shift exponent 4294966273 is too large for 32-bit type \u0027int\u0027\n\n[HOW]\n\nIn the case PTEBufferSizeInRequests is zero, skip the dml_log2() and\nassign the result directly.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53077",
"url": "https://www.suse.com/security/cve/CVE-2023-53077"
},
{
"category": "external",
"summary": "SUSE Bug 1242752 for CVE-2023-53077",
"url": "https://bugzilla.suse.com/1242752"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53077"
},
{
"cve": "CVE-2023-53078",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53078"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: scsi_dh_alua: Fix memleak for \u0027qdata\u0027 in alua_activate()\n\nIf alua_rtpg_queue() failed from alua_activate(), then \u0027qdata\u0027 is not\nfreed, which will cause following memleak:\n\nunreferenced object 0xffff88810b2c6980 (size 32):\n comm \"kworker/u16:2\", pid 635322, jiffies 4355801099 (age 1216426.076s)\n hex dump (first 32 bytes):\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n 40 39 24 c1 ff ff ff ff 00 f8 ea 0a 81 88 ff ff @9$.............\n backtrace:\n [\u003c0000000098f3a26d\u003e] alua_activate+0xb0/0x320\n [\u003c000000003b529641\u003e] scsi_dh_activate+0xb2/0x140\n [\u003c000000007b296db3\u003e] activate_path_work+0xc6/0xe0 [dm_multipath]\n [\u003c000000007adc9ace\u003e] process_one_work+0x3c5/0x730\n [\u003c00000000c457a985\u003e] worker_thread+0x93/0x650\n [\u003c00000000cb80e628\u003e] kthread+0x1ba/0x210\n [\u003c00000000a1e61077\u003e] ret_from_fork+0x22/0x30\n\nFix the problem by freeing \u0027qdata\u0027 in error path.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53078",
"url": "https://www.suse.com/security/cve/CVE-2023-53078"
},
{
"category": "external",
"summary": "SUSE Bug 1242231 for CVE-2023-53078",
"url": "https://bugzilla.suse.com/1242231"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53078"
},
{
"cve": "CVE-2023-53079",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53079"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/mlx5: Fix steering rules cleanup\n\nvport\u0027s mc, uc and multicast rules are not deleted in teardown path when\nEEH happens. Since the vport\u0027s promisc settings(uc, mc and all) in\nfirmware are reset after EEH, mlx5 driver will try to delete the above\nrules in the initialization path. This cause kernel crash because these\nsoftware rules are no longer valid.\n\nFix by nullifying these rules right after delete to avoid accessing any dangling\npointers.\n\nCall Trace:\n__list_del_entry_valid+0xcc/0x100 (unreliable)\ntree_put_node+0xf4/0x1b0 [mlx5_core]\ntree_remove_node+0x30/0x70 [mlx5_core]\nmlx5_del_flow_rules+0x14c/0x1f0 [mlx5_core]\nesw_apply_vport_rx_mode+0x10c/0x200 [mlx5_core]\nesw_update_vport_rx_mode+0xb4/0x180 [mlx5_core]\nesw_vport_change_handle_locked+0x1ec/0x230 [mlx5_core]\nesw_enable_vport+0x130/0x260 [mlx5_core]\nmlx5_eswitch_enable_sriov+0x2a0/0x2f0 [mlx5_core]\nmlx5_device_enable_sriov+0x74/0x440 [mlx5_core]\nmlx5_load_one+0x114c/0x1550 [mlx5_core]\nmlx5_pci_resume+0x68/0xf0 [mlx5_core]\neeh_report_resume+0x1a4/0x230\neeh_pe_dev_traverse+0x98/0x170\neeh_handle_normal_event+0x3e4/0x640\neeh_handle_event+0x4c/0x370\neeh_event_handler+0x14c/0x210\nkthread+0x168/0x1b0\nret_from_kernel_thread+0x5c/0x84",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53079",
"url": "https://www.suse.com/security/cve/CVE-2023-53079"
},
{
"category": "external",
"summary": "SUSE Bug 1242765 for CVE-2023-53079",
"url": "https://bugzilla.suse.com/1242765"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53079"
},
{
"cve": "CVE-2023-53081",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53081"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nocfs2: fix data corruption after failed write\n\nWhen buffered write fails to copy data into underlying page cache page,\nocfs2_write_end_nolock() just zeroes out and dirties the page. This can\nleave dirty page beyond EOF and if page writeback tries to write this page\nbefore write succeeds and expands i_size, page gets into inconsistent\nstate where page dirty bit is clear but buffer dirty bits stay set\nresulting in page data never getting written and so data copied to the\npage is lost. Fix the problem by invalidating page beyond EOF after\nfailed write.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53081",
"url": "https://www.suse.com/security/cve/CVE-2023-53081"
},
{
"category": "external",
"summary": "SUSE Bug 1242281 for CVE-2023-53081",
"url": "https://bugzilla.suse.com/1242281"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53081"
},
{
"cve": "CVE-2023-53082",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53082"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nvp_vdpa: fix the crash in hot unplug with vp_vdpa\n\nWhile unplugging the vp_vdpa device, it triggers a kernel panic\nThe root cause is: vdpa_mgmtdev_unregister() will accesses modern\ndevices which will cause a use after free.\nSo need to change the sequence in vp_vdpa_remove\n\n[ 195.003359] BUG: unable to handle page fault for address: ff4e8beb80199014\n[ 195.004012] #PF: supervisor read access in kernel mode\n[ 195.004486] #PF: error_code(0x0000) - not-present page\n[ 195.004960] PGD 100000067 P4D 1001b6067 PUD 1001b7067 PMD 1001b8067 PTE 0\n[ 195.005578] Oops: 0000 1 PREEMPT SMP PTI\n[ 195.005968] CPU: 13 PID: 164 Comm: kworker/u56:10 Kdump: loaded Not tainted 5.14.0-252.el9.x86_64 #1\n[ 195.006792] Hardware name: Red Hat KVM/RHEL, BIOS edk2-20221207gitfff6d81270b5-2.el9 unknown\n[ 195.007556] Workqueue: kacpi_hotplug acpi_hotplug_work_fn\n[ 195.008059] RIP: 0010:ioread8+0x31/0x80\n[ 195.008418] Code: 77 28 48 81 ff 00 00 01 00 76 0b 89 fa ec 0f b6 c0 c3 cc cc cc cc 8b 15 ad 72 93 01 b8 ff 00 00 00 85 d2 75 0f c3 cc cc cc cc \u003c8a\u003e 07 0f b6 c0 c3 cc cc cc cc 83 ea 01 48 83 ec 08 48 89 fe 48 c7\n[ 195.010104] RSP: 0018:ff4e8beb8067bab8 EFLAGS: 00010292\n[ 195.010584] RAX: ffffffffc05834a0 RBX: ffffffffc05843c0 RCX: ff4e8beb8067bae0\n[ 195.011233] RDX: ff1bcbd580f88000 RSI: 0000000000000246 RDI: ff4e8beb80199014\n[ 195.011881] RBP: ff1bcbd587e39000 R08: ffffffff916fa2d0 R09: ff4e8beb8067ba68\n[ 195.012527] R10: 000000000000001c R11: 0000000000000000 R12: ff1bcbd5a3de9120\n[ 195.013179] R13: ffffffffc062d000 R14: 0000000000000080 R15: ff1bcbe402bc7805\n[ 195.013826] FS: 0000000000000000(0000) GS:ff1bcbe402740000(0000) knlGS:0000000000000000\n[ 195.014564] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n[ 195.015093] CR2: ff4e8beb80199014 CR3: 0000000107dea002 CR4: 0000000000771ee0\n[ 195.015741] PKRU: 55555554\n[ 195.016001] Call Trace:\n[ 195.016233] \u003cTASK\u003e\n[ 195.016434] vp_modern_get_status+0x12/0x20\n[ 195.016823] vp_vdpa_reset+0x1b/0x50 [vp_vdpa]\n[ 195.017238] virtio_vdpa_reset+0x3c/0x48 [virtio_vdpa]\n[ 195.017709] remove_vq_common+0x1f/0x3a0 [virtio_net]\n[ 195.018178] virtnet_remove+0x5d/0x70 [virtio_net]\n[ 195.018618] virtio_dev_remove+0x3d/0x90\n[ 195.018986] device_release_driver_internal+0x1aa/0x230\n[ 195.019466] bus_remove_device+0xd8/0x150\n[ 195.019841] device_del+0x18b/0x3f0\n[ 195.020167] ? kernfs_find_ns+0x35/0xd0\n[ 195.020526] device_unregister+0x13/0x60\n[ 195.020894] unregister_virtio_device+0x11/0x20\n[ 195.021311] device_release_driver_internal+0x1aa/0x230\n[ 195.021790] bus_remove_device+0xd8/0x150\n[ 195.022162] device_del+0x18b/0x3f0\n[ 195.022487] device_unregister+0x13/0x60\n[ 195.022852] ? vdpa_dev_remove+0x30/0x30 [vdpa]\n[ 195.023270] vp_vdpa_dev_del+0x12/0x20 [vp_vdpa]\n[ 195.023694] vdpa_match_remove+0x2b/0x40 [vdpa]\n[ 195.024115] bus_for_each_dev+0x78/0xc0\n[ 195.024471] vdpa_mgmtdev_unregister+0x65/0x80 [vdpa]\n[ 195.024937] vp_vdpa_remove+0x23/0x40 [vp_vdpa]\n[ 195.025353] pci_device_remove+0x36/0xa0\n[ 195.025719] device_release_driver_internal+0x1aa/0x230\n[ 195.026201] pci_stop_bus_device+0x6c/0x90\n[ 195.026580] pci_stop_and_remove_bus_device+0xe/0x20\n[ 195.027039] disable_slot+0x49/0x90\n[ 195.027366] acpiphp_disable_and_eject_slot+0x15/0x90\n[ 195.027832] hotplug_event+0xea/0x210\n[ 195.028171] ? hotplug_event+0x210/0x210\n[ 195.028535] acpiphp_hotplug_notify+0x22/0x80\n[ 195.028942] ? hotplug_event+0x210/0x210\n[ 195.029303] acpi_device_hotplug+0x8a/0x1d0\n[ 195.029690] acpi_hotplug_work_fn+0x1a/0x30\n[ 195.030077] process_one_work+0x1e8/0x3c0\n[ 195.030451] worker_thread+0x50/0x3b0\n[ 195.030791] ? rescuer_thread+0x3a0/0x3a0\n[ 195.031165] kthread+0xd9/0x100\n[ 195.031459] ? kthread_complete_and_exit+0x20/0x20\n[ 195.031899] ret_from_fork+0x22/0x30\n[ 195.032233] \u003c/TASK\u003e",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53082",
"url": "https://www.suse.com/security/cve/CVE-2023-53082"
},
{
"category": "external",
"summary": "SUSE Bug 1242295 for CVE-2023-53082",
"url": "https://bugzilla.suse.com/1242295"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53082"
},
{
"cve": "CVE-2023-53084",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53084"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/shmem-helper: Remove another errant put in error path\n\ndrm_gem_shmem_mmap() doesn\u0027t own reference in error code path, resulting\nin the dma-buf shmem GEM object getting prematurely freed leading to a\nlater use-after-free.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53084",
"url": "https://www.suse.com/security/cve/CVE-2023-53084"
},
{
"category": "external",
"summary": "SUSE Bug 1242294 for CVE-2023-53084",
"url": "https://bugzilla.suse.com/1242294"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53084"
},
{
"cve": "CVE-2023-53087",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53087"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/i915/active: Fix misuse of non-idle barriers as fence trackers\n\nUsers reported oopses on list corruptions when using i915 perf with a\nnumber of concurrently running graphics applications. Root cause analysis\npointed at an issue in barrier processing code -- a race among perf open /\nclose replacing active barriers with perf requests on kernel context and\nconcurrent barrier preallocate / acquire operations performed during user\ncontext first pin / last unpin.\n\nWhen adding a request to a composite tracker, we try to reuse an existing\nfence tracker, already allocated and registered with that composite. The\ntracker we obtain may already track another fence, may be an idle barrier,\nor an active barrier.\n\nIf the tracker we get occurs a non-idle barrier then we try to delete that\nbarrier from a list of barrier tasks it belongs to. However, while doing\nthat we don\u0027t respect return value from a function that performs the\nbarrier deletion. Should the deletion ever fail, we would end up reusing\nthe tracker still registered as a barrier task. Since the same structure\nfield is reused with both fence callback lists and barrier tasks list,\nlist corruptions would likely occur.\n\nBarriers are now deleted from a barrier tasks list by temporarily removing\nthe list content, traversing that content with skip over the node to be\ndeleted, then populating the list back with the modified content. Should\nthat intentionally racy concurrent deletion attempts be not serialized,\none or more of those may fail because of the list being temporary empty.\n\nRelated code that ignores the results of barrier deletion was initially\nintroduced in v5.4 by commit d8af05ff38ae (\"drm/i915: Allow sharing the\nidle-barrier from other kernel requests\"). However, all users of the\nbarrier deletion routine were apparently serialized at that time, then the\nissue didn\u0027t exhibit itself. Results of git bisect with help of a newly\ndeveloped igt@gem_barrier_race@remote-request IGT test indicate that list\ncorruptions might start to appear after commit 311770173fac (\"drm/i915/gt:\nSchedule request retirement when timeline idles\"), introduced in v5.5.\n\nRespect results of barrier deletion attempts -- mark the barrier as idle\nonly if successfully deleted from the list. Then, before proceeding with\nsetting our fence as the one currently tracked, make sure that the tracker\nwe\u0027ve got is not a non-idle barrier. If that check fails then don\u0027t use\nthat tracker but go back and try to acquire a new, usable one.\n\nv3: use unlikely() to document what outcome we expect (Andi),\n - fix bad grammar in commit description.\nv2: no code changes,\n - blame commit 311770173fac (\"drm/i915/gt: Schedule request retirement\n when timeline idles\"), v5.5, not commit d8af05ff38ae (\"drm/i915: Allow\n sharing the idle-barrier from other kernel requests\"), v5.4,\n - reword commit description.\n\n(cherry picked from commit 506006055769b10d1b2b4e22f636f3b45e0e9fc7)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53087",
"url": "https://www.suse.com/security/cve/CVE-2023-53087"
},
{
"category": "external",
"summary": "SUSE Bug 1242280 for CVE-2023-53087",
"url": "https://bugzilla.suse.com/1242280"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53087"
},
{
"cve": "CVE-2023-53089",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53089"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix task hung in ext4_xattr_delete_inode\n\nSyzbot reported a hung task problem:\n==================================================================\nINFO: task syz-executor232:5073 blocked for more than 143 seconds.\n Not tainted 6.2.0-rc2-syzkaller-00024-g512dee0c00ad #0\n\"echo 0 \u003e /proc/sys/kernel/hung_task_timeout_secs\" disables this message.\ntask:syz-exec232 state:D stack:21024 pid:5073 ppid:5072 flags:0x00004004\nCall Trace:\n \u003cTASK\u003e\n context_switch kernel/sched/core.c:5244 [inline]\n __schedule+0x995/0xe20 kernel/sched/core.c:6555\n schedule+0xcb/0x190 kernel/sched/core.c:6631\n __wait_on_freeing_inode fs/inode.c:2196 [inline]\n find_inode_fast+0x35a/0x4c0 fs/inode.c:950\n iget_locked+0xb1/0x830 fs/inode.c:1273\n __ext4_iget+0x22e/0x3ed0 fs/ext4/inode.c:4861\n ext4_xattr_inode_iget+0x68/0x4e0 fs/ext4/xattr.c:389\n ext4_xattr_inode_dec_ref_all+0x1a7/0xe50 fs/ext4/xattr.c:1148\n ext4_xattr_delete_inode+0xb04/0xcd0 fs/ext4/xattr.c:2880\n ext4_evict_inode+0xd7c/0x10b0 fs/ext4/inode.c:296\n evict+0x2a4/0x620 fs/inode.c:664\n ext4_orphan_cleanup+0xb60/0x1340 fs/ext4/orphan.c:474\n __ext4_fill_super fs/ext4/super.c:5516 [inline]\n ext4_fill_super+0x81cd/0x8700 fs/ext4/super.c:5644\n get_tree_bdev+0x400/0x620 fs/super.c:1282\n vfs_get_tree+0x88/0x270 fs/super.c:1489\n do_new_mount+0x289/0xad0 fs/namespace.c:3145\n do_mount fs/namespace.c:3488 [inline]\n __do_sys_mount fs/namespace.c:3697 [inline]\n __se_sys_mount+0x2d3/0x3c0 fs/namespace.c:3674\n do_syscall_x64 arch/x86/entry/common.c:50 [inline]\n do_syscall_64+0x3d/0xb0 arch/x86/entry/common.c:80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\nRIP: 0033:0x7fa5406fd5ea\nRSP: 002b:00007ffc7232f968 EFLAGS: 00000202 ORIG_RAX: 00000000000000a5\nRAX: ffffffffffffffda RBX: 0000000000000003 RCX: 00007fa5406fd5ea\nRDX: 0000000020000440 RSI: 0000000020000000 RDI: 00007ffc7232f970\nRBP: 00007ffc7232f970 R08: 00007ffc7232f9b0 R09: 0000000000000432\nR10: 0000000000804a03 R11: 0000000000000202 R12: 0000000000000004\nR13: 0000555556a7a2c0 R14: 00007ffc7232f9b0 R15: 0000000000000000\n \u003c/TASK\u003e\n==================================================================\n\nThe problem is that the inode contains an xattr entry with ea_inum of 15\nwhen cleaning up an orphan inode \u003c15\u003e. When evict inode \u003c15\u003e, the reference\ncounting of the corresponding EA inode is decreased. When EA inode \u003c15\u003e is\nfound by find_inode_fast() in __ext4_iget(), it is found that the EA inode\nholds the I_FREEING flag and waits for the EA inode to complete deletion.\nAs a result, when inode \u003c15\u003e is being deleted, we wait for inode \u003c15\u003e to\ncomplete the deletion, resulting in an infinite loop and triggering Hung\nTask. To solve this problem, we only need to check whether the ino of EA\ninode and parent is the same before getting EA inode.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53089",
"url": "https://www.suse.com/security/cve/CVE-2023-53089"
},
{
"category": "external",
"summary": "SUSE Bug 1242744 for CVE-2023-53089",
"url": "https://bugzilla.suse.com/1242744"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53089"
},
{
"cve": "CVE-2023-53090",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53090"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amdkfd: Fix an illegal memory access\n\nIn the kfd_wait_on_events() function, the kfd_event_waiter structure is\nallocated by alloc_event_waiters(), but the event field of the waiter\nstructure is not initialized; When copy_from_user() fails in the\nkfd_wait_on_events() function, it will enter exception handling to\nrelease the previously allocated memory of the waiter structure;\nDue to the event field of the waiters structure being accessed\nin the free_waiters() function, this results in illegal memory access\nand system crash, here is the crash log:\n\nlocalhost kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x185/0x1e0\nlocalhost kernel: RSP: 0018:ffffaa53c362bd60 EFLAGS: 00010082\nlocalhost kernel: RAX: ff3d3d6bff4007cb RBX: 0000000000000282 RCX: 00000000002c0000\nlocalhost kernel: RDX: ffff9e855eeacb80 RSI: 000000000000279c RDI: ffffe7088f6a21d0\nlocalhost kernel: RBP: ffffe7088f6a21d0 R08: 00000000002c0000 R09: ffffaa53c362be64\nlocalhost kernel: R10: ffffaa53c362bbd8 R11: 0000000000000001 R12: 0000000000000002\nlocalhost kernel: R13: ffff9e7ead15d600 R14: 0000000000000000 R15: ffff9e7ead15d698\nlocalhost kernel: FS: 0000152a3d111700(0000) GS:ffff9e855ee80000(0000) knlGS:0000000000000000\nlocalhost kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nlocalhost kernel: CR2: 0000152938000010 CR3: 000000044d7a4000 CR4: 00000000003506e0\nlocalhost kernel: Call Trace:\nlocalhost kernel: _raw_spin_lock_irqsave+0x30/0x40\nlocalhost kernel: remove_wait_queue+0x12/0x50\nlocalhost kernel: kfd_wait_on_events+0x1b6/0x490 [hydcu]\nlocalhost kernel: ? ftrace_graph_caller+0xa0/0xa0\nlocalhost kernel: kfd_ioctl+0x38c/0x4a0 [hydcu]\nlocalhost kernel: ? kfd_ioctl_set_trap_handler+0x70/0x70 [hydcu]\nlocalhost kernel: ? kfd_ioctl_create_queue+0x5a0/0x5a0 [hydcu]\nlocalhost kernel: ? ftrace_graph_caller+0xa0/0xa0\nlocalhost kernel: __x64_sys_ioctl+0x8e/0xd0\nlocalhost kernel: ? syscall_trace_enter.isra.18+0x143/0x1b0\nlocalhost kernel: do_syscall_64+0x33/0x80\nlocalhost kernel: entry_SYSCALL_64_after_hwframe+0x44/0xa9\nlocalhost kernel: RIP: 0033:0x152a4dff68d7\n\nAllocate the structure with kcalloc, and remove redundant 0-initialization\nand a redundant loop condition check.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53090",
"url": "https://www.suse.com/security/cve/CVE-2023-53090"
},
{
"category": "external",
"summary": "SUSE Bug 1242753 for CVE-2023-53090",
"url": "https://bugzilla.suse.com/1242753"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53090"
},
{
"cve": "CVE-2023-53091",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53091"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: update s_journal_inum if it changes after journal replay\n\nWhen mounting a crafted ext4 image, s_journal_inum may change after journal\nreplay, which is obviously unreasonable because we have successfully loaded\nand replayed the journal through the old s_journal_inum. And the new\ns_journal_inum bypasses some of the checks in ext4_get_journal(), which\nmay trigger a null pointer dereference problem. So if s_journal_inum\nchanges after the journal replay, we ignore the change, and rewrite the\ncurrent journal_inum to the superblock.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53091",
"url": "https://www.suse.com/security/cve/CVE-2023-53091"
},
{
"category": "external",
"summary": "SUSE Bug 1242767 for CVE-2023-53091",
"url": "https://bugzilla.suse.com/1242767"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53091"
},
{
"cve": "CVE-2023-53092",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53092"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ninterconnect: exynos: fix node leak in probe PM QoS error path\n\nMake sure to add the newly allocated interconnect node to the provider\nbefore adding the PM QoS request so that the node is freed on errors.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53092",
"url": "https://www.suse.com/security/cve/CVE-2023-53092"
},
{
"category": "external",
"summary": "SUSE Bug 1242415 for CVE-2023-53092",
"url": "https://bugzilla.suse.com/1242415"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53092"
},
{
"cve": "CVE-2023-53093",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53093"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntracing: Do not let histogram values have some modifiers\n\nHistogram values can not be strings, stacktraces, graphs, symbols,\nsyscalls, or grouped in buckets or log. Give an error if a value is set to\ndo so.\n\nNote, the histogram code was not prepared to handle these modifiers for\nhistograms and caused a bug.\n\nMark Rutland reported:\n\n # echo \u0027p:copy_to_user __arch_copy_to_user n=$arg2\u0027 \u003e\u003e /sys/kernel/tracing/kprobe_events\n # echo \u0027hist:keys=n:vals=hitcount.buckets=8:sort=hitcount\u0027 \u003e /sys/kernel/tracing/events/kprobes/copy_to_user/trigger\n # cat /sys/kernel/tracing/events/kprobes/copy_to_user/hist\n[ 143.694628] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000\n[ 143.695190] Mem abort info:\n[ 143.695362] ESR = 0x0000000096000004\n[ 143.695604] EC = 0x25: DABT (current EL), IL = 32 bits\n[ 143.695889] SET = 0, FnV = 0\n[ 143.696077] EA = 0, S1PTW = 0\n[ 143.696302] FSC = 0x04: level 0 translation fault\n[ 143.702381] Data abort info:\n[ 143.702614] ISV = 0, ISS = 0x00000004\n[ 143.702832] CM = 0, WnR = 0\n[ 143.703087] user pgtable: 4k pages, 48-bit VAs, pgdp=00000000448f9000\n[ 143.703407] [0000000000000000] pgd=0000000000000000, p4d=0000000000000000\n[ 143.704137] Internal error: Oops: 0000000096000004 [#1] PREEMPT SMP\n[ 143.704714] Modules linked in:\n[ 143.705273] CPU: 0 PID: 133 Comm: cat Not tainted 6.2.0-00003-g6fc512c10a7c #3\n[ 143.706138] Hardware name: linux,dummy-virt (DT)\n[ 143.706723] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)\n[ 143.707120] pc : hist_field_name.part.0+0x14/0x140\n[ 143.707504] lr : hist_field_name.part.0+0x104/0x140\n[ 143.707774] sp : ffff800008333a30\n[ 143.707952] x29: ffff800008333a30 x28: 0000000000000001 x27: 0000000000400cc0\n[ 143.708429] x26: ffffd7a653b20260 x25: 0000000000000000 x24: ffff10d303ee5800\n[ 143.708776] x23: ffffd7a6539b27b0 x22: ffff10d303fb8c00 x21: 0000000000000001\n[ 143.709127] x20: ffff10d303ec2000 x19: 0000000000000000 x18: 0000000000000000\n[ 143.709478] x17: 0000000000000000 x16: 0000000000000000 x15: 0000000000000000\n[ 143.709824] x14: 0000000000000000 x13: 203a6f666e692072 x12: 6567676972742023\n[ 143.710179] x11: 0a230a6d6172676f x10: 000000000000002c x9 : ffffd7a6521e018c\n[ 143.710584] x8 : 000000000000002c x7 : 7f7f7f7f7f7f7f7f x6 : 000000000000002c\n[ 143.710915] x5 : ffff10d303b0103e x4 : ffffd7a653b20261 x3 : 000000000000003d\n[ 143.711239] x2 : 0000000000020001 x1 : 0000000000000001 x0 : 0000000000000000\n[ 143.711746] Call trace:\n[ 143.712115] hist_field_name.part.0+0x14/0x140\n[ 143.712642] hist_field_name.part.0+0x104/0x140\n[ 143.712925] hist_field_print+0x28/0x140\n[ 143.713125] event_hist_trigger_print+0x174/0x4d0\n[ 143.713348] hist_show+0xf8/0x980\n[ 143.713521] seq_read_iter+0x1bc/0x4b0\n[ 143.713711] seq_read+0x8c/0xc4\n[ 143.713876] vfs_read+0xc8/0x2a4\n[ 143.714043] ksys_read+0x70/0xfc\n[ 143.714218] __arm64_sys_read+0x24/0x30\n[ 143.714400] invoke_syscall+0x50/0x120\n[ 143.714587] el0_svc_common.constprop.0+0x4c/0x100\n[ 143.714807] do_el0_svc+0x44/0xd0\n[ 143.714970] el0_svc+0x2c/0x84\n[ 143.715134] el0t_64_sync_handler+0xbc/0x140\n[ 143.715334] el0t_64_sync+0x190/0x194\n[ 143.715742] Code: a9bd7bfd 910003fd a90153f3 aa0003f3 (f9400000)\n[ 143.716510] ---[ end trace 0000000000000000 ]---\nSegmentation fault",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53093",
"url": "https://www.suse.com/security/cve/CVE-2023-53093"
},
{
"category": "external",
"summary": "SUSE Bug 1242279 for CVE-2023-53093",
"url": "https://bugzilla.suse.com/1242279"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53093"
},
{
"cve": "CVE-2023-53095",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53095"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/ttm: Fix a NULL pointer dereference\n\nThe LRU mechanism may look up a resource in the process of being removed\nfrom an object. The locking rules here are a bit unclear but it looks\ncurrently like res-\u003ebo assignment is protected by the LRU lock, whereas\nbo-\u003eresource is protected by the object lock, while *clearing* of\nbo-\u003eresource is also protected by the LRU lock. This means that if\nwe check that bo-\u003eresource points to the LRU resource under the LRU\nlock we should be safe.\nSo perform that check before deciding to swap out a bo. That avoids\ndereferencing a NULL bo-\u003eresource in ttm_bo_swapout().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53095",
"url": "https://www.suse.com/security/cve/CVE-2023-53095"
},
{
"category": "external",
"summary": "SUSE Bug 1242278 for CVE-2023-53095",
"url": "https://bugzilla.suse.com/1242278"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53095"
},
{
"cve": "CVE-2023-53096",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53096"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ninterconnect: fix mem leak when freeing nodes\n\nThe node link array is allocated when adding links to a node but is not\ndeallocated when nodes are destroyed.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53096",
"url": "https://www.suse.com/security/cve/CVE-2023-53096"
},
{
"category": "external",
"summary": "SUSE Bug 1242289 for CVE-2023-53096",
"url": "https://bugzilla.suse.com/1242289"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53096"
},
{
"cve": "CVE-2023-53098",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53098"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmedia: rc: gpio-ir-recv: add remove function\n\nIn case runtime PM is enabled, do runtime PM clean up to remove\ncpu latency qos request, otherwise driver removal may have below\nkernel dump:\n\n[ 19.463299] Unable to handle kernel NULL pointer dereference at\nvirtual address 0000000000000048\n[ 19.472161] Mem abort info:\n[ 19.474985] ESR = 0x0000000096000004\n[ 19.478754] EC = 0x25: DABT (current EL), IL = 32 bits\n[ 19.484081] SET = 0, FnV = 0\n[ 19.487149] EA = 0, S1PTW = 0\n[ 19.490361] FSC = 0x04: level 0 translation fault\n[ 19.495256] Data abort info:\n[ 19.498149] ISV = 0, ISS = 0x00000004\n[ 19.501997] CM = 0, WnR = 0\n[ 19.504977] user pgtable: 4k pages, 48-bit VAs, pgdp=0000000049f81000\n[ 19.511432] [0000000000000048] pgd=0000000000000000,\np4d=0000000000000000\n[ 19.518245] Internal error: Oops: 0000000096000004 [#1] PREEMPT SMP\n[ 19.524520] Modules linked in: gpio_ir_recv(+) rc_core [last\nunloaded: rc_core]\n[ 19.531845] CPU: 0 PID: 445 Comm: insmod Not tainted\n6.2.0-rc1-00028-g2c397a46d47c #72\n[ 19.531854] Hardware name: FSL i.MX8MM EVK board (DT)\n[ 19.531859] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO -DIT -SSBS\nBTYPE=--)\n[ 19.551777] pc : cpu_latency_qos_remove_request+0x20/0x110\n[ 19.557277] lr : gpio_ir_recv_runtime_suspend+0x18/0x30\n[gpio_ir_recv]\n[ 19.557294] sp : ffff800008ce3740\n[ 19.557297] x29: ffff800008ce3740 x28: 0000000000000000 x27:\nffff800008ce3d50\n[ 19.574270] x26: ffffc7e3e9cea100 x25: 00000000000f4240 x24:\nffffc7e3f9ef0e30\n[ 19.574284] x23: 0000000000000000 x22: ffff0061803820f4 x21:\n0000000000000008\n[ 19.574296] x20: ffffc7e3fa75df30 x19: 0000000000000020 x18:\nffffffffffffffff\n[ 19.588570] x17: 0000000000000000 x16: ffffc7e3f9efab70 x15:\nffffffffffffffff\n[ 19.595712] x14: ffff800008ce37b8 x13: ffff800008ce37aa x12:\n0000000000000001\n[ 19.602853] x11: 0000000000000001 x10: ffffcbe3ec0dff87 x9 :\n0000000000000008\n[ 19.609991] x8 : 0101010101010101 x7 : 0000000000000000 x6 :\n000000000f0bfe9f\n[ 19.624261] x5 : 00ffffffffffffff x4 : 0025ab8e00000000 x3 :\nffff006180382010\n[ 19.631405] x2 : ffffc7e3e9ce8030 x1 : ffffc7e3fc3eb810 x0 :\n0000000000000020\n[ 19.638548] Call trace:\n[ 19.640995] cpu_latency_qos_remove_request+0x20/0x110\n[ 19.646142] gpio_ir_recv_runtime_suspend+0x18/0x30 [gpio_ir_recv]\n[ 19.652339] pm_generic_runtime_suspend+0x2c/0x44\n[ 19.657055] __rpm_callback+0x48/0x1dc\n[ 19.660807] rpm_callback+0x6c/0x80\n[ 19.664301] rpm_suspend+0x10c/0x640\n[ 19.667880] rpm_idle+0x250/0x2d0\n[ 19.671198] update_autosuspend+0x38/0xe0\n[ 19.675213] pm_runtime_set_autosuspend_delay+0x40/0x60\n[ 19.680442] gpio_ir_recv_probe+0x1b4/0x21c [gpio_ir_recv]\n[ 19.685941] platform_probe+0x68/0xc0\n[ 19.689610] really_probe+0xc0/0x3dc\n[ 19.693189] __driver_probe_device+0x7c/0x190\n[ 19.697550] driver_probe_device+0x3c/0x110\n[ 19.701739] __driver_attach+0xf4/0x200\n[ 19.705578] bus_for_each_dev+0x70/0xd0\n[ 19.709417] driver_attach+0x24/0x30\n[ 19.712998] bus_add_driver+0x17c/0x240\n[ 19.716834] driver_register+0x78/0x130\n[ 19.720676] __platform_driver_register+0x28/0x34\n[ 19.725386] gpio_ir_recv_driver_init+0x20/0x1000 [gpio_ir_recv]\n[ 19.731404] do_one_initcall+0x44/0x2ac\n[ 19.735243] do_init_module+0x48/0x1d0\n[ 19.739003] load_module+0x19fc/0x2034\n[ 19.742759] __do_sys_finit_module+0xac/0x12c\n[ 19.747124] __arm64_sys_finit_module+0x20/0x30\n[ 19.751664] invoke_syscall+0x48/0x114\n[ 19.755420] el0_svc_common.constprop.0+0xcc/0xec\n[ 19.760132] do_el0_svc+0x38/0xb0\n[ 19.763456] el0_svc+0x2c/0x84\n[ 19.766516] el0t_64_sync_handler+0xf4/0x120\n[ 19.770789] el0t_64_sync+0x190/0x194\n[ 19.774460] Code: 910003fd a90153f3 aa0003f3 91204021 (f9401400)\n[ 19.780556] ---[ end trace 0000000000000000 ]---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53098",
"url": "https://www.suse.com/security/cve/CVE-2023-53098"
},
{
"category": "external",
"summary": "SUSE Bug 1242779 for CVE-2023-53098",
"url": "https://bugzilla.suse.com/1242779"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53098"
},
{
"cve": "CVE-2023-53099",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53099"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nfirmware: xilinx: don\u0027t make a sleepable memory allocation from an atomic context\n\nThe following issue was discovered using lockdep:\n[ 6.691371] BUG: sleeping function called from invalid context at include/linux/sched/mm.h:209\n[ 6.694602] in_atomic(): 1, irqs_disabled(): 128, non_block: 0, pid: 1, name: swapper/0\n[ 6.702431] 2 locks held by swapper/0/1:\n[ 6.706300] #0: ffffff8800f6f188 (\u0026dev-\u003emutex){....}-{3:3}, at: __device_driver_lock+0x4c/0x90\n[ 6.714900] #1: ffffffc009a2abb8 (enable_lock){....}-{2:2}, at: clk_enable_lock+0x4c/0x140\n[ 6.723156] irq event stamp: 304030\n[ 6.726596] hardirqs last enabled at (304029): [\u003cffffffc008d17ee0\u003e] _raw_spin_unlock_irqrestore+0xc0/0xd0\n[ 6.736142] hardirqs last disabled at (304030): [\u003cffffffc00876bc5c\u003e] clk_enable_lock+0xfc/0x140\n[ 6.744742] softirqs last enabled at (303958): [\u003cffffffc0080904f0\u003e] _stext+0x4f0/0x894\n[ 6.752655] softirqs last disabled at (303951): [\u003cffffffc0080e53b8\u003e] irq_exit+0x238/0x280\n[ 6.760744] CPU: 1 PID: 1 Comm: swapper/0 Tainted: G U 5.15.36 #2\n[ 6.768048] Hardware name: xlnx,zynqmp (DT)\n[ 6.772179] Call trace:\n[ 6.774584] dump_backtrace+0x0/0x300\n[ 6.778197] show_stack+0x18/0x30\n[ 6.781465] dump_stack_lvl+0xb8/0xec\n[ 6.785077] dump_stack+0x1c/0x38\n[ 6.788345] ___might_sleep+0x1a8/0x2a0\n[ 6.792129] __might_sleep+0x6c/0xd0\n[ 6.795655] kmem_cache_alloc_trace+0x270/0x3d0\n[ 6.800127] do_feature_check_call+0x100/0x220\n[ 6.804513] zynqmp_pm_invoke_fn+0x8c/0xb0\n[ 6.808555] zynqmp_pm_clock_getstate+0x90/0xe0\n[ 6.813027] zynqmp_pll_is_enabled+0x8c/0x120\n[ 6.817327] zynqmp_pll_enable+0x38/0xc0\n[ 6.821197] clk_core_enable+0x144/0x400\n[ 6.825067] clk_core_enable+0xd4/0x400\n[ 6.828851] clk_core_enable+0xd4/0x400\n[ 6.832635] clk_core_enable+0xd4/0x400\n[ 6.836419] clk_core_enable+0xd4/0x400\n[ 6.840203] clk_core_enable+0xd4/0x400\n[ 6.843987] clk_core_enable+0xd4/0x400\n[ 6.847771] clk_core_enable+0xd4/0x400\n[ 6.851555] clk_core_enable_lock+0x24/0x50\n[ 6.855683] clk_enable+0x24/0x40\n[ 6.858952] fclk_probe+0x84/0xf0\n[ 6.862220] platform_probe+0x8c/0x110\n[ 6.865918] really_probe+0x110/0x5f0\n[ 6.869530] __driver_probe_device+0xcc/0x210\n[ 6.873830] driver_probe_device+0x64/0x140\n[ 6.877958] __driver_attach+0x114/0x1f0\n[ 6.881828] bus_for_each_dev+0xe8/0x160\n[ 6.885698] driver_attach+0x34/0x50\n[ 6.889224] bus_add_driver+0x228/0x300\n[ 6.893008] driver_register+0xc0/0x1e0\n[ 6.896792] __platform_driver_register+0x44/0x60\n[ 6.901436] fclk_driver_init+0x1c/0x28\n[ 6.905220] do_one_initcall+0x104/0x590\n[ 6.909091] kernel_init_freeable+0x254/0x2bc\n[ 6.913390] kernel_init+0x24/0x130\n[ 6.916831] ret_from_fork+0x10/0x20\n\nFix it by passing the GFP_ATOMIC gfp flag for the corresponding\nmemory allocation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53099",
"url": "https://www.suse.com/security/cve/CVE-2023-53099"
},
{
"category": "external",
"summary": "SUSE Bug 1242399 for CVE-2023-53099",
"url": "https://bugzilla.suse.com/1242399"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53099"
},
{
"cve": "CVE-2023-53100",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53100"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix WARNING in ext4_update_inline_data\n\nSyzbot found the following issue:\nEXT4-fs (loop0): mounted filesystem 00000000-0000-0000-0000-000000000000 without journal. Quota mode: none.\nfscrypt: AES-256-CTS-CBC using implementation \"cts-cbc-aes-aesni\"\nfscrypt: AES-256-XTS using implementation \"xts-aes-aesni\"\n------------[ cut here ]------------\nWARNING: CPU: 0 PID: 5071 at mm/page_alloc.c:5525 __alloc_pages+0x30a/0x560 mm/page_alloc.c:5525\nModules linked in:\nCPU: 1 PID: 5071 Comm: syz-executor263 Not tainted 6.2.0-rc1-syzkaller #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 10/26/2022\nRIP: 0010:__alloc_pages+0x30a/0x560 mm/page_alloc.c:5525\nRSP: 0018:ffffc90003c2f1c0 EFLAGS: 00010246\nRAX: ffffc90003c2f220 RBX: 0000000000000014 RCX: 0000000000000000\nRDX: 0000000000000028 RSI: 0000000000000000 RDI: ffffc90003c2f248\nRBP: ffffc90003c2f2d8 R08: dffffc0000000000 R09: ffffc90003c2f220\nR10: fffff52000785e49 R11: 1ffff92000785e44 R12: 0000000000040d40\nR13: 1ffff92000785e40 R14: dffffc0000000000 R15: 1ffff92000785e3c\nFS: 0000555556c0d300(0000) GS:ffff8880b9800000(0000) knlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 00007f95d5e04138 CR3: 00000000793aa000 CR4: 00000000003506f0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nCall Trace:\n \u003cTASK\u003e\n __alloc_pages_node include/linux/gfp.h:237 [inline]\n alloc_pages_node include/linux/gfp.h:260 [inline]\n __kmalloc_large_node+0x95/0x1e0 mm/slab_common.c:1113\n __do_kmalloc_node mm/slab_common.c:956 [inline]\n __kmalloc+0xfe/0x190 mm/slab_common.c:981\n kmalloc include/linux/slab.h:584 [inline]\n kzalloc include/linux/slab.h:720 [inline]\n ext4_update_inline_data+0x236/0x6b0 fs/ext4/inline.c:346\n ext4_update_inline_dir fs/ext4/inline.c:1115 [inline]\n ext4_try_add_inline_entry+0x328/0x990 fs/ext4/inline.c:1307\n ext4_add_entry+0x5a4/0xeb0 fs/ext4/namei.c:2385\n ext4_add_nondir+0x96/0x260 fs/ext4/namei.c:2772\n ext4_create+0x36c/0x560 fs/ext4/namei.c:2817\n lookup_open fs/namei.c:3413 [inline]\n open_last_lookups fs/namei.c:3481 [inline]\n path_openat+0x12ac/0x2dd0 fs/namei.c:3711\n do_filp_open+0x264/0x4f0 fs/namei.c:3741\n do_sys_openat2+0x124/0x4e0 fs/open.c:1310\n do_sys_open fs/open.c:1326 [inline]\n __do_sys_openat fs/open.c:1342 [inline]\n __se_sys_openat fs/open.c:1337 [inline]\n __x64_sys_openat+0x243/0x290 fs/open.c:1337\n do_syscall_x64 arch/x86/entry/common.c:50 [inline]\n do_syscall_64+0x3d/0xb0 arch/x86/entry/common.c:80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\n\nAbove issue happens as follows:\next4_iget\n ext4_find_inline_data_nolock -\u003ei_inline_off=164 i_inline_size=60\next4_try_add_inline_entry\n __ext4_mark_inode_dirty\n ext4_expand_extra_isize_ea -\u003ei_extra_isize=32 s_want_extra_isize=44\n ext4_xattr_shift_entries\n\t -\u003eafter shift i_inline_off is incorrect, actually is change to 176\next4_try_add_inline_entry\n ext4_update_inline_dir\n get_max_inline_xattr_value_size\n if (EXT4_I(inode)-\u003ei_inline_off)\n\tentry = (struct ext4_xattr_entry *)((void *)raw_inode +\n\t\t\tEXT4_I(inode)-\u003ei_inline_off);\n free += EXT4_XATTR_SIZE(le32_to_cpu(entry-\u003ee_value_size));\n\t-\u003eAs entry is incorrect, then \u0027free\u0027 may be negative\n ext4_update_inline_data\n value = kzalloc(len, GFP_NOFS);\n -\u003e len is unsigned int, maybe very large, then trigger warning when\n \u0027kzalloc()\u0027\n\nTo resolve the above issue we need to update \u0027i_inline_off\u0027 after\n\u0027ext4_xattr_shift_entries()\u0027. We do not need to set\nEXT4_STATE_MAY_INLINE_DATA flag here, since ext4_mark_inode_dirty()\nalready sets this flag if needed. Setting EXT4_STATE_MAY_INLINE_DATA\nwhen it is needed may trigger a BUG_ON in ext4_writepages().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53100",
"url": "https://www.suse.com/security/cve/CVE-2023-53100"
},
{
"category": "external",
"summary": "SUSE Bug 1242790 for CVE-2023-53100",
"url": "https://bugzilla.suse.com/1242790"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53100"
},
{
"cve": "CVE-2023-53101",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53101"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: zero i_disksize when initializing the bootloader inode\n\nIf the boot loader inode has never been used before, the\nEXT4_IOC_SWAP_BOOT inode will initialize it, including setting the\ni_size to 0. However, if the \"never before used\" boot loader has a\nnon-zero i_size, then i_disksize will be non-zero, and the\ninconsistency between i_size and i_disksize can trigger a kernel\nwarning:\n\n WARNING: CPU: 0 PID: 2580 at fs/ext4/file.c:319\n CPU: 0 PID: 2580 Comm: bb Not tainted 6.3.0-rc1-00004-g703695902cfa\n RIP: 0010:ext4_file_write_iter+0xbc7/0xd10\n Call Trace:\n vfs_write+0x3b1/0x5c0\n ksys_write+0x77/0x160\n __x64_sys_write+0x22/0x30\n do_syscall_64+0x39/0x80\n\nReproducer:\n 1. create corrupted image and mount it:\n mke2fs -t ext4 /tmp/foo.img 200\n debugfs -wR \"sif \u003c5\u003e size 25700\" /tmp/foo.img\n mount -t ext4 /tmp/foo.img /mnt\n cd /mnt\n echo 123 \u003e file\n 2. Run the reproducer program:\n posix_memalign(\u0026buf, 1024, 1024)\n fd = open(\"file\", O_RDWR | O_DIRECT);\n ioctl(fd, EXT4_IOC_SWAP_BOOT);\n write(fd, buf, 1024);\n\nFix this by setting i_disksize as well as i_size to zero when\ninitiaizing the boot loader inode.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53101",
"url": "https://www.suse.com/security/cve/CVE-2023-53101"
},
{
"category": "external",
"summary": "SUSE Bug 1242791 for CVE-2023-53101",
"url": "https://bugzilla.suse.com/1242791"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53101"
},
{
"cve": "CVE-2023-53102",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53102"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nice: xsk: disable txq irq before flushing hw\n\nice_qp_dis() intends to stop a given queue pair that is a target of xsk\npool attach/detach. One of the steps is to disable interrupts on these\nqueues. It currently is broken in a way that txq irq is turned off\n*after* HW flush which in turn takes no effect.\n\nice_qp_dis():\n-\u003e ice_qvec_dis_irq()\n--\u003e disable rxq irq\n--\u003e flush hw\n-\u003e ice_vsi_stop_tx_ring()\n--\u003edisable txq irq\n\nBelow splat can be triggered by following steps:\n- start xdpsock WITHOUT loading xdp prog\n- run xdp_rxq_info with XDP_TX action on this interface\n- start traffic\n- terminate xdpsock\n\n[ 256.312485] BUG: kernel NULL pointer dereference, address: 0000000000000018\n[ 256.319560] #PF: supervisor read access in kernel mode\n[ 256.324775] #PF: error_code(0x0000) - not-present page\n[ 256.329994] PGD 0 P4D 0\n[ 256.332574] Oops: 0000 [#1] PREEMPT SMP NOPTI\n[ 256.337006] CPU: 3 PID: 32 Comm: ksoftirqd/3 Tainted: G OE 6.2.0-rc5+ #51\n[ 256.345218] Hardware name: Intel Corporation S2600WFT/S2600WFT, BIOS SE5C620.86B.02.01.0008.031920191559 03/19/2019\n[ 256.355807] RIP: 0010:ice_clean_rx_irq_zc+0x9c/0x7d0 [ice]\n[ 256.361423] Code: b7 8f 8a 00 00 00 66 39 ca 0f 84 f1 04 00 00 49 8b 47 40 4c 8b 24 d0 41 0f b7 45 04 66 25 ff 3f 66 89 04 24 0f 84 85 02 00 00 \u003c49\u003e 8b 44 24 18 0f b7 14 24 48 05 00 01 00 00 49 89 04 24 49 89 44\n[ 256.380463] RSP: 0018:ffffc900088bfd20 EFLAGS: 00010206\n[ 256.385765] RAX: 000000000000003c RBX: 0000000000000035 RCX: 000000000000067f\n[ 256.393012] RDX: 0000000000000775 RSI: 0000000000000000 RDI: ffff8881deb3ac80\n[ 256.400256] RBP: 000000000000003c R08: ffff889847982710 R09: 0000000000010000\n[ 256.407500] R10: ffffffff82c060c0 R11: 0000000000000004 R12: 0000000000000000\n[ 256.414746] R13: ffff88811165eea0 R14: ffffc9000d255000 R15: ffff888119b37600\n[ 256.421990] FS: 0000000000000000(0000) GS:ffff8897e0cc0000(0000) knlGS:0000000000000000\n[ 256.430207] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n[ 256.436036] CR2: 0000000000000018 CR3: 0000000005c0a006 CR4: 00000000007706e0\n[ 256.443283] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\n[ 256.450527] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\n[ 256.457770] PKRU: 55555554\n[ 256.460529] Call Trace:\n[ 256.463015] \u003cTASK\u003e\n[ 256.465157] ? ice_xmit_zc+0x6e/0x150 [ice]\n[ 256.469437] ice_napi_poll+0x46d/0x680 [ice]\n[ 256.473815] ? _raw_spin_unlock_irqrestore+0x1b/0x40\n[ 256.478863] __napi_poll+0x29/0x160\n[ 256.482409] net_rx_action+0x136/0x260\n[ 256.486222] __do_softirq+0xe8/0x2e5\n[ 256.489853] ? smpboot_thread_fn+0x2c/0x270\n[ 256.494108] run_ksoftirqd+0x2a/0x50\n[ 256.497747] smpboot_thread_fn+0x1c1/0x270\n[ 256.501907] ? __pfx_smpboot_thread_fn+0x10/0x10\n[ 256.506594] kthread+0xea/0x120\n[ 256.509785] ? __pfx_kthread+0x10/0x10\n[ 256.513597] ret_from_fork+0x29/0x50\n[ 256.517238] \u003c/TASK\u003e\n\nIn fact, irqs were not disabled and napi managed to be scheduled and run\nwhile xsk_pool pointer was still valid, but SW ring of xdp_buff pointers\nwas already freed.\n\nTo fix this, call ice_qvec_dis_irq() after ice_vsi_stop_tx_ring(). Also\nwhile at it, remove redundant ice_clean_rx_ring() call - this is handled\nin ice_qp_clean_rings().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53102",
"url": "https://www.suse.com/security/cve/CVE-2023-53102"
},
{
"category": "external",
"summary": "SUSE Bug 1242393 for CVE-2023-53102",
"url": "https://bugzilla.suse.com/1242393"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53102"
},
{
"cve": "CVE-2023-53105",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53105"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/mlx5e: Fix cleanup null-ptr deref on encap lock\n\nDuring module is unloaded while a peer tc flow is still offloaded,\nfirst the peer uplink rep profile is changed to a nic profile, and so\nneigh encap lock is destroyed. Next during unload, the VF reps netdevs\nare unregistered which causes the original non-peer tc flow to be deleted,\nwhich deletes the peer flow. The peer flow deletion detaches the encap\nentry and try to take the already destroyed encap lock, causing the\nbelow trace.\n\nFix this by clearing peer flows during tc eswitch cleanup\n(mlx5e_tc_esw_cleanup()).\n\nRelevant trace:\n[ 4316.837128] BUG: kernel NULL pointer dereference, address: 00000000000001d8\n[ 4316.842239] RIP: 0010:__mutex_lock+0xb5/0xc40\n[ 4316.851897] Call Trace:\n[ 4316.852481] \u003cTASK\u003e\n[ 4316.857214] mlx5e_rep_neigh_entry_release+0x93/0x790 [mlx5_core]\n[ 4316.858258] mlx5e_rep_encap_entry_detach+0xa7/0xf0 [mlx5_core]\n[ 4316.859134] mlx5e_encap_dealloc+0xa3/0xf0 [mlx5_core]\n[ 4316.859867] clean_encap_dests.part.0+0x5c/0xe0 [mlx5_core]\n[ 4316.860605] mlx5e_tc_del_fdb_flow+0x32a/0x810 [mlx5_core]\n[ 4316.862609] __mlx5e_tc_del_fdb_peer_flow+0x1a2/0x250 [mlx5_core]\n[ 4316.863394] mlx5e_tc_del_flow+0x(/0x630 [mlx5_core]\n[ 4316.864090] mlx5e_flow_put+0x5f/0x100 [mlx5_core]\n[ 4316.864771] mlx5e_delete_flower+0x4de/0xa40 [mlx5_core]\n[ 4316.865486] tc_setup_cb_reoffload+0x20/0x80\n[ 4316.865905] fl_reoffload+0x47c/0x510 [cls_flower]\n[ 4316.869181] tcf_block_playback_offloads+0x91/0x1d0\n[ 4316.869649] tcf_block_unbind+0xe7/0x1b0\n[ 4316.870049] tcf_block_offload_cmd.isra.0+0x1ee/0x270\n[ 4316.879266] tcf_block_offload_unbind+0x61/0xa0\n[ 4316.879711] __tcf_block_put+0xa4/0x310",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53105",
"url": "https://www.suse.com/security/cve/CVE-2023-53105"
},
{
"category": "external",
"summary": "SUSE Bug 1242400 for CVE-2023-53105",
"url": "https://bugzilla.suse.com/1242400"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53105"
},
{
"cve": "CVE-2023-53106",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53106"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfc: st-nci: Fix use after free bug in ndlc_remove due to race condition\n\nThis bug influences both st_nci_i2c_remove and st_nci_spi_remove.\nTake st_nci_i2c_remove as an example.\n\nIn st_nci_i2c_probe, it called ndlc_probe and bound \u0026ndlc-\u003esm_work\nwith llt_ndlc_sm_work.\n\nWhen it calls ndlc_recv or timeout handler, it will finally call\nschedule_work to start the work.\n\nWhen we call st_nci_i2c_remove to remove the driver, there\nmay be a sequence as follows:\n\nFix it by finishing the work before cleanup in ndlc_remove\n\nCPU0 CPU1\n\n |llt_ndlc_sm_work\nst_nci_i2c_remove |\n ndlc_remove |\n st_nci_remove |\n nci_free_device|\n kfree(ndev) |\n//free ndlc-\u003endev |\n |llt_ndlc_rcv_queue\n |nci_recv_frame\n |//use ndlc-\u003endev",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53106",
"url": "https://www.suse.com/security/cve/CVE-2023-53106"
},
{
"category": "external",
"summary": "SUSE Bug 1242215 for CVE-2023-53106",
"url": "https://bugzilla.suse.com/1242215"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53106"
},
{
"cve": "CVE-2023-53108",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53108"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/iucv: Fix size of interrupt data\n\niucv_irq_data needs to be 4 bytes larger.\nThese bytes are not used by the iucv module, but written by\nthe z/VM hypervisor in case a CPU is deconfigured.\n\nReported as:\nBUG dma-kmalloc-64 (Not tainted): kmalloc Redzone overwritten\n-----------------------------------------------------------------------------\n0x0000000000400564-0x0000000000400567 @offset=1380. First byte 0x80 instead of 0xcc\nAllocated in iucv_cpu_prepare+0x44/0xd0 age=167839 cpu=2 pid=1\n__kmem_cache_alloc_node+0x166/0x450\nkmalloc_node_trace+0x3a/0x70\niucv_cpu_prepare+0x44/0xd0\ncpuhp_invoke_callback+0x156/0x2f0\ncpuhp_issue_call+0xf0/0x298\n__cpuhp_setup_state_cpuslocked+0x136/0x338\n__cpuhp_setup_state+0xf4/0x288\niucv_init+0xf4/0x280\ndo_one_initcall+0x78/0x390\ndo_initcalls+0x11a/0x140\nkernel_init_freeable+0x25e/0x2a0\nkernel_init+0x2e/0x170\n__ret_from_fork+0x3c/0x58\nret_from_fork+0xa/0x40\nFreed in iucv_init+0x92/0x280 age=167839 cpu=2 pid=1\n__kmem_cache_free+0x308/0x358\niucv_init+0x92/0x280\ndo_one_initcall+0x78/0x390\ndo_initcalls+0x11a/0x140\nkernel_init_freeable+0x25e/0x2a0\nkernel_init+0x2e/0x170\n__ret_from_fork+0x3c/0x58\nret_from_fork+0xa/0x40\nSlab 0x0000037200010000 objects=32 used=30 fp=0x0000000000400640 flags=0x1ffff00000010200(slab|head|node=0|zone=0|\nObject 0x0000000000400540 @offset=1344 fp=0x0000000000000000\nRedzone 0000000000400500: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc ................\nRedzone 0000000000400510: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc ................\nRedzone 0000000000400520: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc ................\nRedzone 0000000000400530: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc ................\nObject 0000000000400540: 00 01 00 03 00 00 00 00 00 00 00 00 00 00 00 00 ................\nObject 0000000000400550: f3 86 81 f2 f4 82 f8 82 f0 f0 f0 f0 f0 f0 f0 f2 ................\nObject 0000000000400560: 00 00 00 00 80 00 00 00 cc cc cc cc cc cc cc cc ................\nObject 0000000000400570: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc ................\nRedzone 0000000000400580: cc cc cc cc cc cc cc cc ........\nPadding 00000000004005d4: 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a ZZZZZZZZZZZZZZZZ\nPadding 00000000004005e4: 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a ZZZZZZZZZZZZZZZZ\nPadding 00000000004005f4: 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a ZZZZZZZZZZZZ\nCPU: 6 PID: 121030 Comm: 116-pai-crypto. Not tainted 6.3.0-20230221.rc0.git4.99b8246b2d71.300.fc37.s390x+debug #1\nHardware name: IBM 3931 A01 704 (z/VM 7.3.0)\nCall Trace:\n[\u003c000000032aa034ec\u003e] dump_stack_lvl+0xac/0x100\n[\u003c0000000329f5a6cc\u003e] check_bytes_and_report+0x104/0x140\n[\u003c0000000329f5aa78\u003e] check_object+0x370/0x3c0\n[\u003c0000000329f5ede6\u003e] free_debug_processing+0x15e/0x348\n[\u003c0000000329f5f06a\u003e] free_to_partial_list+0x9a/0x2f0\n[\u003c0000000329f5f4a4\u003e] __slab_free+0x1e4/0x3a8\n[\u003c0000000329f61768\u003e] __kmem_cache_free+0x308/0x358\n[\u003c000000032a91465c\u003e] iucv_cpu_dead+0x6c/0x88\n[\u003c0000000329c2fc66\u003e] cpuhp_invoke_callback+0x156/0x2f0\n[\u003c000000032aa062da\u003e] _cpu_down.constprop.0+0x22a/0x5e0\n[\u003c0000000329c3243e\u003e] cpu_device_down+0x4e/0x78\n[\u003c000000032a61dee0\u003e] device_offline+0xc8/0x118\n[\u003c000000032a61e048\u003e] online_store+0x60/0xe0\n[\u003c000000032a08b6b0\u003e] kernfs_fop_write_iter+0x150/0x1e8\n[\u003c0000000329fab65c\u003e] vfs_write+0x174/0x360\n[\u003c0000000329fab9fc\u003e] ksys_write+0x74/0x100\n[\u003c000000032aa03a5a\u003e] __do_syscall+0x1da/0x208\n[\u003c000000032aa177b2\u003e] system_call+0x82/0xb0\nINFO: lockdep is turned off.\nFIX dma-kmalloc-64: Restoring kmalloc Redzone 0x0000000000400564-0x0000000000400567=0xcc\nFIX dma-kmalloc-64: Object at 0x0000000000400540 not freed",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53108",
"url": "https://www.suse.com/security/cve/CVE-2023-53108"
},
{
"category": "external",
"summary": "SUSE Bug 1242422 for CVE-2023-53108",
"url": "https://bugzilla.suse.com/1242422"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53108"
},
{
"cve": "CVE-2023-53109",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53109"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: tunnels: annotate lockless accesses to dev-\u003eneeded_headroom\n\nIP tunnels can apparently update dev-\u003eneeded_headroom\nin their xmit path.\n\nThis patch takes care of three tunnels xmit, and also the\ncore LL_RESERVED_SPACE() and LL_RESERVED_SPACE_EXTRA()\nhelpers.\n\nMore changes might be needed for completeness.\n\nBUG: KCSAN: data-race in ip_tunnel_xmit / ip_tunnel_xmit\n\nread to 0xffff88815b9da0ec of 2 bytes by task 888 on cpu 1:\nip_tunnel_xmit+0x1270/0x1730 net/ipv4/ip_tunnel.c:803\n__gre_xmit net/ipv4/ip_gre.c:469 [inline]\nipgre_xmit+0x516/0x570 net/ipv4/ip_gre.c:661\n__netdev_start_xmit include/linux/netdevice.h:4881 [inline]\nnetdev_start_xmit include/linux/netdevice.h:4895 [inline]\nxmit_one net/core/dev.c:3580 [inline]\ndev_hard_start_xmit+0x127/0x400 net/core/dev.c:3596\n__dev_queue_xmit+0x1007/0x1eb0 net/core/dev.c:4246\ndev_queue_xmit include/linux/netdevice.h:3051 [inline]\nneigh_direct_output+0x17/0x20 net/core/neighbour.c:1623\nneigh_output include/net/neighbour.h:546 [inline]\nip_finish_output2+0x740/0x840 net/ipv4/ip_output.c:228\nip_finish_output+0xf4/0x240 net/ipv4/ip_output.c:316\nNF_HOOK_COND include/linux/netfilter.h:291 [inline]\nip_output+0xe5/0x1b0 net/ipv4/ip_output.c:430\ndst_output include/net/dst.h:444 [inline]\nip_local_out+0x64/0x80 net/ipv4/ip_output.c:126\niptunnel_xmit+0x34a/0x4b0 net/ipv4/ip_tunnel_core.c:82\nip_tunnel_xmit+0x1451/0x1730 net/ipv4/ip_tunnel.c:813\n__gre_xmit net/ipv4/ip_gre.c:469 [inline]\nipgre_xmit+0x516/0x570 net/ipv4/ip_gre.c:661\n__netdev_start_xmit include/linux/netdevice.h:4881 [inline]\nnetdev_start_xmit include/linux/netdevice.h:4895 [inline]\nxmit_one net/core/dev.c:3580 [inline]\ndev_hard_start_xmit+0x127/0x400 net/core/dev.c:3596\n__dev_queue_xmit+0x1007/0x1eb0 net/core/dev.c:4246\ndev_queue_xmit include/linux/netdevice.h:3051 [inline]\nneigh_direct_output+0x17/0x20 net/core/neighbour.c:1623\nneigh_output include/net/neighbour.h:546 [inline]\nip_finish_output2+0x740/0x840 net/ipv4/ip_output.c:228\nip_finish_output+0xf4/0x240 net/ipv4/ip_output.c:316\nNF_HOOK_COND include/linux/netfilter.h:291 [inline]\nip_output+0xe5/0x1b0 net/ipv4/ip_output.c:430\ndst_output include/net/dst.h:444 [inline]\nip_local_out+0x64/0x80 net/ipv4/ip_output.c:126\niptunnel_xmit+0x34a/0x4b0 net/ipv4/ip_tunnel_core.c:82\nip_tunnel_xmit+0x1451/0x1730 net/ipv4/ip_tunnel.c:813\n__gre_xmit net/ipv4/ip_gre.c:469 [inline]\nipgre_xmit+0x516/0x570 net/ipv4/ip_gre.c:661\n__netdev_start_xmit include/linux/netdevice.h:4881 [inline]\nnetdev_start_xmit include/linux/netdevice.h:4895 [inline]\nxmit_one net/core/dev.c:3580 [inline]\ndev_hard_start_xmit+0x127/0x400 net/core/dev.c:3596\n__dev_queue_xmit+0x1007/0x1eb0 net/core/dev.c:4246\ndev_queue_xmit include/linux/netdevice.h:3051 [inline]\nneigh_direct_output+0x17/0x20 net/core/neighbour.c:1623\nneigh_output include/net/neighbour.h:546 [inline]\nip_finish_output2+0x740/0x840 net/ipv4/ip_output.c:228\nip_finish_output+0xf4/0x240 net/ipv4/ip_output.c:316\nNF_HOOK_COND include/linux/netfilter.h:291 [inline]\nip_output+0xe5/0x1b0 net/ipv4/ip_output.c:430\ndst_output include/net/dst.h:444 [inline]\nip_local_out+0x64/0x80 net/ipv4/ip_output.c:126\niptunnel_xmit+0x34a/0x4b0 net/ipv4/ip_tunnel_core.c:82\nip_tunnel_xmit+0x1451/0x1730 net/ipv4/ip_tunnel.c:813\n__gre_xmit net/ipv4/ip_gre.c:469 [inline]\nipgre_xmit+0x516/0x570 net/ipv4/ip_gre.c:661\n__netdev_start_xmit include/linux/netdevice.h:4881 [inline]\nnetdev_start_xmit include/linux/netdevice.h:4895 [inline]\nxmit_one net/core/dev.c:3580 [inline]\ndev_hard_start_xmit+0x127/0x400 net/core/dev.c:3596\n__dev_queue_xmit+0x1007/0x1eb0 net/core/dev.c:4246\ndev_queue_xmit include/linux/netdevice.h:3051 [inline]\nneigh_direct_output+0x17/0x20 net/core/neighbour.c:1623\nneigh_output include/net/neighbour.h:546 [inline]\nip_finish_output2+0x740/0x840 net/ipv4/ip_output.c:228\nip_finish_output+0xf4/0x240 net/ipv4/ip_output.c:316\nNF_HOOK_COND include/linux/netfilter.h:291 [inline]\nip_output+0xe5/0x1b0 net/i\n---truncated---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53109",
"url": "https://www.suse.com/security/cve/CVE-2023-53109"
},
{
"category": "external",
"summary": "SUSE Bug 1242405 for CVE-2023-53109",
"url": "https://bugzilla.suse.com/1242405"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53109"
},
{
"cve": "CVE-2023-53111",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53111"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nloop: Fix use-after-free issues\n\ndo_req_filebacked() calls blk_mq_complete_request() synchronously or\nasynchronously when using asynchronous I/O unless memory allocation fails.\nHence, modify loop_handle_cmd() such that it does not dereference \u0027cmd\u0027 nor\n\u0027rq\u0027 after do_req_filebacked() finished unless we are sure that the request\nhas not yet been completed. This patch fixes the following kernel crash:\n\nUnable to handle kernel NULL pointer dereference at virtual address 0000000000000054\nCall trace:\n css_put.42938+0x1c/0x1ac\n loop_process_work+0xc8c/0xfd4\n loop_rootcg_workfn+0x24/0x34\n process_one_work+0x244/0x558\n worker_thread+0x400/0x8fc\n kthread+0x16c/0x1e0\n ret_from_fork+0x10/0x20",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53111",
"url": "https://www.suse.com/security/cve/CVE-2023-53111"
},
{
"category": "external",
"summary": "SUSE Bug 1242428 for CVE-2023-53111",
"url": "https://bugzilla.suse.com/1242428"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53111"
},
{
"cve": "CVE-2023-53112",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53112"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/i915/sseu: fix max_subslices array-index-out-of-bounds access\n\nIt seems that commit bc3c5e0809ae (\"drm/i915/sseu: Don\u0027t try to store EU\nmask internally in UAPI format\") exposed a potential out-of-bounds\naccess, reported by UBSAN as following on a laptop with a gen 11 i915\ncard:\n\n UBSAN: array-index-out-of-bounds in drivers/gpu/drm/i915/gt/intel_sseu.c:65:27\n index 6 is out of range for type \u0027u16 [6]\u0027\n CPU: 2 PID: 165 Comm: systemd-udevd Not tainted 6.2.0-9-generic #9-Ubuntu\n Hardware name: Dell Inc. XPS 13 9300/077Y9N, BIOS 1.11.0 03/22/2022\n Call Trace:\n \u003cTASK\u003e\n show_stack+0x4e/0x61\n dump_stack_lvl+0x4a/0x6f\n dump_stack+0x10/0x18\n ubsan_epilogue+0x9/0x3a\n __ubsan_handle_out_of_bounds.cold+0x42/0x47\n gen11_compute_sseu_info+0x121/0x130 [i915]\n intel_sseu_info_init+0x15d/0x2b0 [i915]\n intel_gt_init_mmio+0x23/0x40 [i915]\n i915_driver_mmio_probe+0x129/0x400 [i915]\n ? intel_gt_probe_all+0x91/0x2e0 [i915]\n i915_driver_probe+0xe1/0x3f0 [i915]\n ? drm_privacy_screen_get+0x16d/0x190 [drm]\n ? acpi_dev_found+0x64/0x80\n i915_pci_probe+0xac/0x1b0 [i915]\n ...\n\nAccording to the definition of sseu_dev_info, eu_mask-\u003ehsw is limited to\na maximum of GEN_MAX_SS_PER_HSW_SLICE (6) sub-slices, but\ngen11_sseu_info_init() can potentially set 8 sub-slices, in the\n!IS_JSL_EHL(gt-\u003ei915) case.\n\nFix this by reserving up to 8 slots for max_subslices in the eu_mask\nstruct.\n\n(cherry picked from commit 3cba09a6ac86ea1d456909626eb2685596c07822)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53112",
"url": "https://www.suse.com/security/cve/CVE-2023-53112"
},
{
"category": "external",
"summary": "SUSE Bug 1242410 for CVE-2023-53112",
"url": "https://bugzilla.suse.com/1242410"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53112"
},
{
"cve": "CVE-2023-53114",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53114"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ni40e: Fix kernel crash during reboot when adapter is in recovery mode\n\nIf the driver detects during probe that firmware is in recovery\nmode then i40e_init_recovery_mode() is called and the rest of\nprobe function is skipped including pci_set_drvdata(). Subsequent\ni40e_shutdown() called during shutdown/reboot dereferences NULL\npointer as pci_get_drvdata() returns NULL.\n\nTo fix call pci_set_drvdata() also during entering to recovery mode.\n\nReproducer:\n1) Lets have i40e NIC with firmware in recovery mode\n2) Run reboot\n\nResult:\n[ 139.084698] i40e: Intel(R) Ethernet Connection XL710 Network Driver\n[ 139.090959] i40e: Copyright (c) 2013 - 2019 Intel Corporation.\n[ 139.108438] i40e 0000:02:00.0: Firmware recovery mode detected. Limiting functionality.\n[ 139.116439] i40e 0000:02:00.0: Refer to the Intel(R) Ethernet Adapters and Devices User Guide for details on firmware recovery mode.\n[ 139.129499] i40e 0000:02:00.0: fw 8.3.64775 api 1.13 nvm 8.30 0x8000b78d 1.3106.0 [8086:1583] [15d9:084a]\n[ 139.215932] i40e 0000:02:00.0 enp2s0f0: renamed from eth0\n[ 139.223292] i40e 0000:02:00.1: Firmware recovery mode detected. Limiting functionality.\n[ 139.231292] i40e 0000:02:00.1: Refer to the Intel(R) Ethernet Adapters and Devices User Guide for details on firmware recovery mode.\n[ 139.244406] i40e 0000:02:00.1: fw 8.3.64775 api 1.13 nvm 8.30 0x8000b78d 1.3106.0 [8086:1583] [15d9:084a]\n[ 139.329209] i40e 0000:02:00.1 enp2s0f1: renamed from eth0\n...\n[ 156.311376] BUG: kernel NULL pointer dereference, address: 00000000000006c2\n[ 156.318330] #PF: supervisor write access in kernel mode\n[ 156.323546] #PF: error_code(0x0002) - not-present page\n[ 156.328679] PGD 0 P4D 0\n[ 156.331210] Oops: 0002 [#1] PREEMPT SMP NOPTI\n[ 156.335567] CPU: 26 PID: 15119 Comm: reboot Tainted: G E 6.2.0+ #1\n[ 156.343126] Hardware name: Abacus electric, s.r.o. - servis@abacus.cz Super Server/H12SSW-iN, BIOS 2.4 04/13/2022\n[ 156.353369] RIP: 0010:i40e_shutdown+0x15/0x130 [i40e]\n[ 156.358430] Code: c1 fc ff ff 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 f3 0f 1e fa 0f 1f 44 00 00 55 48 89 fd 53 48 8b 9f 48 01 00 00 \u003cf0\u003e 80 8b c2 06 00 00 04 f0 80 8b c0 06 00 00 08 48 8d bb 08 08 00\n[ 156.377168] RSP: 0018:ffffb223c8447d90 EFLAGS: 00010282\n[ 156.382384] RAX: ffffffffc073ee70 RBX: 0000000000000000 RCX: 0000000000000001\n[ 156.389510] RDX: 0000000080000001 RSI: 0000000000000246 RDI: ffff95db49988000\n[ 156.396634] RBP: ffff95db49988000 R08: ffffffffffffffff R09: ffffffff8bd17d40\n[ 156.403759] R10: 0000000000000001 R11: ffffffff8a5e3d28 R12: ffff95db49988000\n[ 156.410882] R13: ffffffff89a6fe17 R14: ffff95db49988150 R15: 0000000000000000\n[ 156.418007] FS: 00007fe7c0cc3980(0000) GS:ffff95ea8ee80000(0000) knlGS:0000000000000000\n[ 156.426083] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n[ 156.431819] CR2: 00000000000006c2 CR3: 00000003092fc005 CR4: 0000000000770ee0\n[ 156.438944] PKRU: 55555554\n[ 156.441647] Call Trace:\n[ 156.444096] \u003cTASK\u003e\n[ 156.446199] pci_device_shutdown+0x38/0x60\n[ 156.450297] device_shutdown+0x163/0x210\n[ 156.454215] kernel_restart+0x12/0x70\n[ 156.457872] __do_sys_reboot+0x1ab/0x230\n[ 156.461789] ? vfs_writev+0xa6/0x1a0\n[ 156.465362] ? __pfx_file_free_rcu+0x10/0x10\n[ 156.469635] ? __call_rcu_common.constprop.85+0x109/0x5a0\n[ 156.475034] do_syscall_64+0x3e/0x90\n[ 156.478611] entry_SYSCALL_64_after_hwframe+0x72/0xdc\n[ 156.483658] RIP: 0033:0x7fe7bff37ab7",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53114",
"url": "https://www.suse.com/security/cve/CVE-2023-53114"
},
{
"category": "external",
"summary": "SUSE Bug 1242398 for CVE-2023-53114",
"url": "https://bugzilla.suse.com/1242398"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53114"
},
{
"cve": "CVE-2023-53116",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53116"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnvmet: avoid potential UAF in nvmet_req_complete()\n\nAn nvme target -\u003equeue_response() operation implementation may free the\nrequest passed as argument. Such implementation potentially could result\nin a use after free of the request pointer when percpu_ref_put() is\ncalled in nvmet_req_complete().\n\nAvoid such problem by using a local variable to save the sq pointer\nbefore calling __nvmet_req_complete(), thus avoiding dereferencing the\nreq pointer after that function call.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53116",
"url": "https://www.suse.com/security/cve/CVE-2023-53116"
},
{
"category": "external",
"summary": "SUSE Bug 1242411 for CVE-2023-53116",
"url": "https://bugzilla.suse.com/1242411"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53116"
},
{
"cve": "CVE-2023-53118",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53118"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: core: Fix a procfs host directory removal regression\n\nscsi_proc_hostdir_rm() decreases a reference counter and hence must only be\ncalled once per host that is removed. This change does not require a\nscsi_add_host_with_dma() change since scsi_add_host_with_dma() will return\n0 (success) if scsi_proc_host_add() is called.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53118",
"url": "https://www.suse.com/security/cve/CVE-2023-53118"
},
{
"category": "external",
"summary": "SUSE Bug 1242365 for CVE-2023-53118",
"url": "https://bugzilla.suse.com/1242365"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53118"
},
{
"cve": "CVE-2023-53119",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53119"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfc: pn533: initialize struct pn533_out_arg properly\n\nstruct pn533_out_arg used as a temporary context for out_urb is not\ninitialized properly. Its uninitialized \u0027phy\u0027 field can be dereferenced in\nerror cases inside pn533_out_complete() callback function. It causes the\nfollowing failure:\n\ngeneral protection fault, probably for non-canonical address 0xdffffc0000000000: 0000 [#1] PREEMPT SMP KASAN\nKASAN: null-ptr-deref in range [0x0000000000000000-0x0000000000000007]\nCPU: 1 PID: 0 Comm: swapper/1 Not tainted 6.2.0-rc3-next-20230110-syzkaller #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 10/26/2022\nRIP: 0010:pn533_out_complete.cold+0x15/0x44 drivers/nfc/pn533/usb.c:441\nCall Trace:\n \u003cIRQ\u003e\n __usb_hcd_giveback_urb+0x2b6/0x5c0 drivers/usb/core/hcd.c:1671\n usb_hcd_giveback_urb+0x384/0x430 drivers/usb/core/hcd.c:1754\n dummy_timer+0x1203/0x32d0 drivers/usb/gadget/udc/dummy_hcd.c:1988\n call_timer_fn+0x1da/0x800 kernel/time/timer.c:1700\n expire_timers+0x234/0x330 kernel/time/timer.c:1751\n __run_timers kernel/time/timer.c:2022 [inline]\n __run_timers kernel/time/timer.c:1995 [inline]\n run_timer_softirq+0x326/0x910 kernel/time/timer.c:2035\n __do_softirq+0x1fb/0xaf6 kernel/softirq.c:571\n invoke_softirq kernel/softirq.c:445 [inline]\n __irq_exit_rcu+0x123/0x180 kernel/softirq.c:650\n irq_exit_rcu+0x9/0x20 kernel/softirq.c:662\n sysvec_apic_timer_interrupt+0x97/0xc0 arch/x86/kernel/apic/apic.c:1107\n\nInitialize the field with the pn533_usb_phy currently used.\n\nFound by Linux Verification Center (linuxtesting.org) with Syzkaller.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53119",
"url": "https://www.suse.com/security/cve/CVE-2023-53119"
},
{
"category": "external",
"summary": "SUSE Bug 1242370 for CVE-2023-53119",
"url": "https://bugzilla.suse.com/1242370"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53119"
},
{
"cve": "CVE-2023-53123",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53123"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nPCI: s390: Fix use-after-free of PCI resources with per-function hotplug\n\nOn s390 PCI functions may be hotplugged individually even when they\nbelong to a multi-function device. In particular on an SR-IOV device VFs\nmay be removed and later re-added.\n\nIn commit a50297cf8235 (\"s390/pci: separate zbus creation from\nscanning\") it was missed however that struct pci_bus and struct\nzpci_bus\u0027s resource list retained a reference to the PCI functions MMIO\nresources even though those resources are released and freed on\nhot-unplug. These stale resources may subsequently be claimed when the\nPCI function re-appears resulting in use-after-free.\n\nOne idea of fixing this use-after-free in s390 specific code that was\ninvestigated was to simply keep resources around from the moment a PCI\nfunction first appeared until the whole virtual PCI bus created for\na multi-function device disappears. The problem with this however is\nthat due to the requirement of artificial MMIO addreesses (address\ncookies) extra logic is then needed to keep the address cookies\ncompatible on re-plug. At the same time the MMIO resources semantically\nbelong to the PCI function so tying their lifecycle to the function\nseems more logical.\n\nInstead a simpler approach is to remove the resources of an individually\nhot-unplugged PCI function from the PCI bus\u0027s resource list while\nkeeping the resources of other PCI functions on the PCI bus untouched.\n\nThis is done by introducing pci_bus_remove_resource() to remove an\nindividual resource. Similarly the resource also needs to be removed\nfrom the struct zpci_bus\u0027s resource list. It turns out however, that\nthere is really no need to add the MMIO resources to the struct\nzpci_bus\u0027s resource list at all and instead we can simply use the\nzpci_bar_struct\u0027s resource pointer directly.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53123",
"url": "https://www.suse.com/security/cve/CVE-2023-53123"
},
{
"category": "external",
"summary": "SUSE Bug 1242403 for CVE-2023-53123",
"url": "https://bugzilla.suse.com/1242403"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53123"
},
{
"cve": "CVE-2023-53124",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53124"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: mpt3sas: Fix NULL pointer access in mpt3sas_transport_port_add()\n\nPort is allocated by sas_port_alloc_num() and rphy is allocated by either\nsas_end_device_alloc() or sas_expander_alloc(), all of which may return\nNULL. So we need to check the rphy to avoid possible NULL pointer access.\n\nIf sas_rphy_add() returned with failure, rphy is set to NULL. We would\naccess the rphy in the following lines which would also result NULL pointer\naccess.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53124",
"url": "https://www.suse.com/security/cve/CVE-2023-53124"
},
{
"category": "external",
"summary": "SUSE Bug 1242165 for CVE-2023-53124",
"url": "https://bugzilla.suse.com/1242165"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53124"
},
{
"cve": "CVE-2023-53125",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53125"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: usb: smsc75xx: Limit packet length to skb-\u003elen\n\nPacket length retrieved from skb data may be larger than\nthe actual socket buffer length (up to 9026 bytes). In such\ncase the cloned skb passed up the network stack will leak\nkernel memory contents.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53125",
"url": "https://www.suse.com/security/cve/CVE-2023-53125"
},
{
"category": "external",
"summary": "SUSE Bug 1242285 for CVE-2023-53125",
"url": "https://bugzilla.suse.com/1242285"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53125"
},
{
"cve": "CVE-2023-53128",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53128"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: mpi3mr: Fix throttle_groups memory leak\n\nAdd a missing kfree().",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53128",
"url": "https://www.suse.com/security/cve/CVE-2023-53128"
},
{
"category": "external",
"summary": "SUSE Bug 1242381 for CVE-2023-53128",
"url": "https://bugzilla.suse.com/1242381"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53128"
},
{
"cve": "CVE-2023-53131",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53131"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nSUNRPC: Fix a server shutdown leak\n\nFix a race where kthread_stop() may prevent the threadfn from ever getting\ncalled. If that happens the svc_rqst will not be cleaned up.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53131",
"url": "https://www.suse.com/security/cve/CVE-2023-53131"
},
{
"category": "external",
"summary": "SUSE Bug 1242377 for CVE-2023-53131",
"url": "https://bugzilla.suse.com/1242377"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53131"
},
{
"cve": "CVE-2023-53134",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53134"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nbnxt_en: Avoid order-5 memory allocation for TPA data\n\nThe driver needs to keep track of all the possible concurrent TPA (GRO/LRO)\ncompletions on the aggregation ring. On P5 chips, the maximum number\nof concurrent TPA is 256 and the amount of memory we allocate is order-5\non systems using 4K pages. Memory allocation failure has been reported:\n\nNetworkManager: page allocation failure: order:5, mode:0x40dc0(GFP_KERNEL|__GFP_COMP|__GFP_ZERO), nodemask=(null),cpuset=/,mems_allowed=0-1\nCPU: 15 PID: 2995 Comm: NetworkManager Kdump: loaded Not tainted 5.10.156 #1\nHardware name: Dell Inc. PowerEdge R660/0M1CC5, BIOS 0.2.25 08/12/2022\nCall Trace:\n dump_stack+0x57/0x6e\n warn_alloc.cold.120+0x7b/0xdd\n ? _cond_resched+0x15/0x30\n ? __alloc_pages_direct_compact+0x15f/0x170\n __alloc_pages_slowpath.constprop.108+0xc58/0xc70\n __alloc_pages_nodemask+0x2d0/0x300\n kmalloc_order+0x24/0xe0\n kmalloc_order_trace+0x19/0x80\n bnxt_alloc_mem+0x1150/0x15c0 [bnxt_en]\n ? bnxt_get_func_stat_ctxs+0x13/0x60 [bnxt_en]\n __bnxt_open_nic+0x12e/0x780 [bnxt_en]\n bnxt_open+0x10b/0x240 [bnxt_en]\n __dev_open+0xe9/0x180\n __dev_change_flags+0x1af/0x220\n dev_change_flags+0x21/0x60\n do_setlink+0x35c/0x1100\n\nInstead of allocating this big chunk of memory and dividing it up for the\nconcurrent TPA instances, allocate each small chunk separately for each\nTPA instance. This will reduce it to order-0 allocations.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53134",
"url": "https://www.suse.com/security/cve/CVE-2023-53134"
},
{
"category": "external",
"summary": "SUSE Bug 1242380 for CVE-2023-53134",
"url": "https://bugzilla.suse.com/1242380"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53134"
},
{
"cve": "CVE-2023-53137",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53137"
}
],
"notes": [
{
"category": "general",
"text": "This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53137",
"url": "https://www.suse.com/security/cve/CVE-2023-53137"
},
{
"category": "external",
"summary": "SUSE Bug 1242358 for CVE-2023-53137",
"url": "https://bugzilla.suse.com/1242358"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53137"
},
{
"cve": "CVE-2023-53139",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53139"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfc: fdp: add null check of devm_kmalloc_array in fdp_nci_i2c_read_device_properties\n\ndevm_kmalloc_array may fails, *fw_vsc_cfg might be null and cause\nout-of-bounds write in device_property_read_u8_array later.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53139",
"url": "https://www.suse.com/security/cve/CVE-2023-53139"
},
{
"category": "external",
"summary": "SUSE Bug 1242361 for CVE-2023-53139",
"url": "https://bugzilla.suse.com/1242361"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53139"
},
{
"cve": "CVE-2023-53140",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53140"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: core: Remove the /proc/scsi/${proc_name} directory earlier\n\nRemove the /proc/scsi/${proc_name} directory earlier to fix a race\ncondition between unloading and reloading kernel modules. This fixes a bug\nintroduced in 2009 by commit 77c019768f06 (\"[SCSI] fix /proc memory leak in\nthe SCSI core\").\n\nFix the following kernel warning:\n\nproc_dir_entry \u0027scsi/scsi_debug\u0027 already registered\nWARNING: CPU: 19 PID: 27986 at fs/proc/generic.c:376 proc_register+0x27d/0x2e0\nCall Trace:\n proc_mkdir+0xb5/0xe0\n scsi_proc_hostdir_add+0xb5/0x170\n scsi_host_alloc+0x683/0x6c0\n sdebug_driver_probe+0x6b/0x2d0 [scsi_debug]\n really_probe+0x159/0x540\n __driver_probe_device+0xdc/0x230\n driver_probe_device+0x4f/0x120\n __device_attach_driver+0xef/0x180\n bus_for_each_drv+0xe5/0x130\n __device_attach+0x127/0x290\n device_initial_probe+0x17/0x20\n bus_probe_device+0x110/0x130\n device_add+0x673/0xc80\n device_register+0x1e/0x30\n sdebug_add_host_helper+0x1a7/0x3b0 [scsi_debug]\n scsi_debug_init+0x64f/0x1000 [scsi_debug]\n do_one_initcall+0xd7/0x470\n do_init_module+0xe7/0x330\n load_module+0x122a/0x12c0\n __do_sys_finit_module+0x124/0x1a0\n __x64_sys_finit_module+0x46/0x50\n do_syscall_64+0x38/0x80\n entry_SYSCALL_64_after_hwframe+0x46/0xb0",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53140",
"url": "https://www.suse.com/security/cve/CVE-2023-53140"
},
{
"category": "external",
"summary": "SUSE Bug 1242372 for CVE-2023-53140",
"url": "https://bugzilla.suse.com/1242372"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53140"
},
{
"cve": "CVE-2023-53142",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53142"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nice: copy last block omitted in ice_get_module_eeprom()\n\nice_get_module_eeprom() is broken since commit e9c9692c8a81 (\"ice:\nReimplement module reads used by ethtool\") In this refactor,\nice_get_module_eeprom() reads the eeprom in blocks of size 8.\nBut the condition that should protect the buffer overflow\nignores the last block. The last block always contains zeros.\n\nBug uncovered by ethtool upstream commit 9538f384b535\n(\"netlink: eeprom: Defer page requests to individual parsers\")\nAfter this commit, ethtool reads a block with length = 1;\nto read the SFF-8024 identifier value.\n\nunpatched driver:\n$ ethtool -m enp65s0f0np0 offset 0x90 length 8\nOffset Values\n------ ------\n0x0090: 00 00 00 00 00 00 00 00\n$ ethtool -m enp65s0f0np0 offset 0x90 length 12\nOffset Values\n------ ------\n0x0090: 00 00 01 a0 4d 65 6c 6c 00 00 00 00\n$\n\n$ ethtool -m enp65s0f0np0\nOffset Values\n------ ------\n0x0000: 11 06 06 00 00 00 00 00 00 00 00 00 00 00 00 00\n0x0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n0x0020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n0x0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n0x0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n0x0050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n0x0060: 00 00 00 00 00 00 00 00 00 00 00 00 00 01 08 00\n0x0070: 00 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n\npatched driver:\n$ ethtool -m enp65s0f0np0 offset 0x90 length 8\nOffset Values\n------ ------\n0x0090: 00 00 01 a0 4d 65 6c 6c\n$ ethtool -m enp65s0f0np0 offset 0x90 length 12\nOffset Values\n------ ------\n0x0090: 00 00 01 a0 4d 65 6c 6c 61 6e 6f 78\n$ ethtool -m enp65s0f0np0\n Identifier : 0x11 (QSFP28)\n Extended identifier : 0x00\n Extended identifier description : 1.5W max. Power consumption\n Extended identifier description : No CDR in TX, No CDR in RX\n Extended identifier description : High Power Class (\u003e 3.5 W) not enabled\n Connector : 0x23 (No separable connector)\n Transceiver codes : 0x88 0x00 0x00 0x00 0x00 0x00 0x00 0x00\n Transceiver type : 40G Ethernet: 40G Base-CR4\n Transceiver type : 25G Ethernet: 25G Base-CR CA-N\n Encoding : 0x05 (64B/66B)\n BR, Nominal : 25500Mbps\n Rate identifier : 0x00\n Length (SMF,km) : 0km\n Length (OM3 50um) : 0m\n Length (OM2 50um) : 0m\n Length (OM1 62.5um) : 0m\n Length (Copper or Active cable) : 1m\n Transmitter technology : 0xa0 (Copper cable unequalized)\n Attenuation at 2.5GHz : 4db\n Attenuation at 5.0GHz : 5db\n Attenuation at 7.0GHz : 7db\n Attenuation at 12.9GHz : 10db\n ........\n ....",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53142",
"url": "https://www.suse.com/security/cve/CVE-2023-53142"
},
{
"category": "external",
"summary": "SUSE Bug 1242282 for CVE-2023-53142",
"url": "https://bugzilla.suse.com/1242282"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53142"
},
{
"cve": "CVE-2023-53143",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53143"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix another off-by-one fsmap error on 1k block filesystems\n\nApparently syzbot figured out that issuing this FSMAP call:\n\nstruct fsmap_head cmd = {\n\t.fmh_count\t= ...;\n\t.fmh_keys\t= {\n\t\t{ .fmr_device = /* ext4 dev */, .fmr_physical = 0, },\n\t\t{ .fmr_device = /* ext4 dev */, .fmr_physical = 0, },\n\t},\n...\n};\nret = ioctl(fd, FS_IOC_GETFSMAP, \u0026cmd);\n\nProduces this crash if the underlying filesystem is a 1k-block ext4\nfilesystem:\n\nkernel BUG at fs/ext4/ext4.h:3331!\ninvalid opcode: 0000 [#1] PREEMPT SMP\nCPU: 3 PID: 3227965 Comm: xfs_io Tainted: G W O 6.2.0-rc8-achx\nHardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.15.0-1 04/01/2014\nRIP: 0010:ext4_mb_load_buddy_gfp+0x47c/0x570 [ext4]\nRSP: 0018:ffffc90007c03998 EFLAGS: 00010246\nRAX: ffff888004978000 RBX: ffffc90007c03a20 RCX: ffff888041618000\nRDX: 0000000000000000 RSI: 00000000000005a4 RDI: ffffffffa0c99b11\nRBP: ffff888012330000 R08: ffffffffa0c2b7d0 R09: 0000000000000400\nR10: ffffc90007c03950 R11: 0000000000000000 R12: 0000000000000001\nR13: 00000000ffffffff R14: 0000000000000c40 R15: ffff88802678c398\nFS: 00007fdf2020c880(0000) GS:ffff88807e100000(0000) knlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 00007ffd318a5fe8 CR3: 000000007f80f001 CR4: 00000000001706e0\nCall Trace:\n \u003cTASK\u003e\n ext4_mballoc_query_range+0x4b/0x210 [ext4 dfa189daddffe8fecd3cdfd00564e0f265a8ab80]\n ext4_getfsmap_datadev+0x713/0x890 [ext4 dfa189daddffe8fecd3cdfd00564e0f265a8ab80]\n ext4_getfsmap+0x2b7/0x330 [ext4 dfa189daddffe8fecd3cdfd00564e0f265a8ab80]\n ext4_ioc_getfsmap+0x153/0x2b0 [ext4 dfa189daddffe8fecd3cdfd00564e0f265a8ab80]\n __ext4_ioctl+0x2a7/0x17e0 [ext4 dfa189daddffe8fecd3cdfd00564e0f265a8ab80]\n __x64_sys_ioctl+0x82/0xa0\n do_syscall_64+0x2b/0x80\n entry_SYSCALL_64_after_hwframe+0x46/0xb0\nRIP: 0033:0x7fdf20558aff\nRSP: 002b:00007ffd318a9e30 EFLAGS: 00000246 ORIG_RAX: 0000000000000010\nRAX: ffffffffffffffda RBX: 00000000000200c0 RCX: 00007fdf20558aff\nRDX: 00007fdf1feb2010 RSI: 00000000c0c0583b RDI: 0000000000000003\nRBP: 00005625c0634be0 R08: 00005625c0634c40 R09: 0000000000000001\nR10: 0000000000000000 R11: 0000000000000246 R12: 00007fdf1feb2010\nR13: 00005625be70d994 R14: 0000000000000800 R15: 0000000000000000\n\nFor GETFSMAP calls, the caller selects a physical block device by\nwriting its block number into fsmap_head.fmh_keys[01].fmr_device.\nTo query mappings for a subrange of the device, the starting byte of the\nrange is written to fsmap_head.fmh_keys[0].fmr_physical and the last\nbyte of the range goes in fsmap_head.fmh_keys[1].fmr_physical.\n\nIOWs, to query what mappings overlap with bytes 3-14 of /dev/sda, you\u0027d\nset the inputs as follows:\n\n\tfmh_keys[0] = { .fmr_device = major(8, 0), .fmr_physical = 3},\n\tfmh_keys[1] = { .fmr_device = major(8, 0), .fmr_physical = 14},\n\nWhich would return you whatever is mapped in the 12 bytes starting at\nphysical offset 3.\n\nThe crash is due to insufficient range validation of keys[1] in\next4_getfsmap_datadev. On 1k-block filesystems, block 0 is not part of\nthe filesystem, which means that s_first_data_block is nonzero.\next4_get_group_no_and_offset subtracts this quantity from the blocknr\nargument before cracking it into a group number and a block number\nwithin a group. IOWs, block group 0 spans blocks 1-8192 (1-based)\ninstead of 0-8191 (0-based) like what happens with larger blocksizes.\n\nThe net result of this encoding is that blocknr \u003c s_first_data_block is\nnot a valid input to this function. The end_fsb variable is set from\nthe keys that are copied from userspace, which means that in the above\nexample, its value is zero. That leads to an underflow here:\n\n\tblocknr = blocknr - le32_to_cpu(es-\u003es_first_data_block);\n\nThe division then operates on -1:\n\n\toffset = do_div(blocknr, EXT4_BLOCKS_PER_GROUP(sb)) \u003e\u003e\n\t\tEXT4_SB(sb)-\u003es_cluster_bits;\n\nLeaving an impossibly large group number (2^32-1) in blocknr.\next4_getfsmap_check_keys checked that keys[0\n---truncated---",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53143",
"url": "https://www.suse.com/security/cve/CVE-2023-53143"
},
{
"category": "external",
"summary": "SUSE Bug 1242276 for CVE-2023-53143",
"url": "https://bugzilla.suse.com/1242276"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2023-53143"
},
{
"cve": "CVE-2023-53145",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-53145"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: btsdio: fix use after free bug in btsdio_remove due to race condition\n\nIn btsdio_probe, the data-\u003ework is bound with btsdio_work. It will be\nstarted in btsdio_send_frame.\n\nIf the btsdio_remove runs with a unfinished work, there may be a race\ncondition that hdev is freed but used in btsdio_work. Fix it by\ncanceling the work before do cleanup in btsdio_remove.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-53145",
"url": "https://www.suse.com/security/cve/CVE-2023-53145"
},
{
"category": "external",
"summary": "SUSE Bug 1243047 for CVE-2023-53145",
"url": "https://bugzilla.suse.com/1243047"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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 Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "important"
}
],
"title": "CVE-2023-53145"
},
{
"cve": "CVE-2024-26804",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-26804"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: ip_tunnel: prevent perpetual headroom growth\n\nsyzkaller triggered following kasan splat:\nBUG: KASAN: use-after-free in __skb_flow_dissect+0x19d1/0x7a50 net/core/flow_dissector.c:1170\nRead of size 1 at addr ffff88812fb4000e by task syz-executor183/5191\n[..]\n kasan_report+0xda/0x110 mm/kasan/report.c:588\n __skb_flow_dissect+0x19d1/0x7a50 net/core/flow_dissector.c:1170\n skb_flow_dissect_flow_keys include/linux/skbuff.h:1514 [inline]\n ___skb_get_hash net/core/flow_dissector.c:1791 [inline]\n __skb_get_hash+0xc7/0x540 net/core/flow_dissector.c:1856\n skb_get_hash include/linux/skbuff.h:1556 [inline]\n ip_tunnel_xmit+0x1855/0x33c0 net/ipv4/ip_tunnel.c:748\n ipip_tunnel_xmit+0x3cc/0x4e0 net/ipv4/ipip.c:308\n __netdev_start_xmit include/linux/netdevice.h:4940 [inline]\n netdev_start_xmit include/linux/netdevice.h:4954 [inline]\n xmit_one net/core/dev.c:3548 [inline]\n dev_hard_start_xmit+0x13d/0x6d0 net/core/dev.c:3564\n __dev_queue_xmit+0x7c1/0x3d60 net/core/dev.c:4349\n dev_queue_xmit include/linux/netdevice.h:3134 [inline]\n neigh_connected_output+0x42c/0x5d0 net/core/neighbour.c:1592\n ...\n ip_finish_output2+0x833/0x2550 net/ipv4/ip_output.c:235\n ip_finish_output+0x31/0x310 net/ipv4/ip_output.c:323\n ..\n iptunnel_xmit+0x5b4/0x9b0 net/ipv4/ip_tunnel_core.c:82\n ip_tunnel_xmit+0x1dbc/0x33c0 net/ipv4/ip_tunnel.c:831\n ipgre_xmit+0x4a1/0x980 net/ipv4/ip_gre.c:665\n __netdev_start_xmit include/linux/netdevice.h:4940 [inline]\n netdev_start_xmit include/linux/netdevice.h:4954 [inline]\n xmit_one net/core/dev.c:3548 [inline]\n dev_hard_start_xmit+0x13d/0x6d0 net/core/dev.c:3564\n ...\n\nThe splat occurs because skb-\u003edata points past skb-\u003ehead allocated area.\nThis is because neigh layer does:\n __skb_pull(skb, skb_network_offset(skb));\n\n... but skb_network_offset() returns a negative offset and __skb_pull()\narg is unsigned. IOW, we skb-\u003edata gets \"adjusted\" by a huge value.\n\nThe negative value is returned because skb-\u003ehead and skb-\u003edata distance is\nmore than 64k and skb-\u003enetwork_header (u16) has wrapped around.\n\nThe bug is in the ip_tunnel infrastructure, which can cause\ndev-\u003eneeded_headroom to increment ad infinitum.\n\nThe syzkaller reproducer consists of packets getting routed via a gre\ntunnel, and route of gre encapsulated packets pointing at another (ipip)\ntunnel. The ipip encapsulation finds gre0 as next output device.\n\nThis results in the following pattern:\n\n1). First packet is to be sent out via gre0.\nRoute lookup found an output device, ipip0.\n\n2).\nip_tunnel_xmit for gre0 bumps gre0-\u003eneeded_headroom based on the future\noutput device, rt.dev-\u003eneeded_headroom (ipip0).\n\n3).\nip output / start_xmit moves skb on to ipip0. which runs the same\ncode path again (xmit recursion).\n\n4).\nRouting step for the post-gre0-encap packet finds gre0 as output device\nto use for ipip0 encapsulated packet.\n\ntunl0-\u003eneeded_headroom is then incremented based on the (already bumped)\ngre0 device headroom.\n\nThis repeats for every future packet:\n\ngre0-\u003eneeded_headroom gets inflated because previous packets\u0027 ipip0 step\nincremented rt-\u003edev (gre0) headroom, and ipip0 incremented because gre0\nneeded_headroom was increased.\n\nFor each subsequent packet, gre/ipip0-\u003eneeded_headroom grows until\npost-expand-head reallocations result in a skb-\u003ehead/data distance of\nmore than 64k.\n\nOnce that happens, skb-\u003enetwork_header (u16) wraps around when\npskb_expand_head tries to make sure that skb_network_offset() is unchanged\nafter the headroom expansion/reallocation.\n\nAfter this skb_network_offset(skb) returns a different (and negative)\nresult post headroom expansion.\n\nThe next trip to neigh layer (or anything else that would __skb_pull the\nnetwork header) makes skb-\u003edata point to a memory location outside\nskb-\u003ehead area.\n\nv2: Cap the needed_headroom update to an arbitarily chosen upperlimit to\nprevent perpetual increase instead of dropping the headroom increment\ncompletely.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-26804",
"url": "https://www.suse.com/security/cve/CVE-2024-26804"
},
{
"category": "external",
"summary": "SUSE Bug 1222629 for CVE-2024-26804",
"url": "https://bugzilla.suse.com/1222629"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2024-26804"
},
{
"cve": "CVE-2024-53168",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-53168"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsunrpc: fix one UAF issue caused by sunrpc kernel tcp socket\n\nBUG: KASAN: slab-use-after-free in tcp_write_timer_handler+0x156/0x3e0\nRead of size 1 at addr ffff888111f322cd by task swapper/0/0\n\nCPU: 0 UID: 0 PID: 0 Comm: swapper/0 Not tainted 6.12.0-rc4-dirty #7\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.15.0-1\nCall Trace:\n \u003cIRQ\u003e\n dump_stack_lvl+0x68/0xa0\n print_address_description.constprop.0+0x2c/0x3d0\n print_report+0xb4/0x270\n kasan_report+0xbd/0xf0\n tcp_write_timer_handler+0x156/0x3e0\n tcp_write_timer+0x66/0x170\n call_timer_fn+0xfb/0x1d0\n __run_timers+0x3f8/0x480\n run_timer_softirq+0x9b/0x100\n handle_softirqs+0x153/0x390\n __irq_exit_rcu+0x103/0x120\n irq_exit_rcu+0xe/0x20\n sysvec_apic_timer_interrupt+0x76/0x90\n \u003c/IRQ\u003e\n \u003cTASK\u003e\n asm_sysvec_apic_timer_interrupt+0x1a/0x20\nRIP: 0010:default_idle+0xf/0x20\nCode: 4c 01 c7 4c 29 c2 e9 72 ff ff ff 90 90 90 90 90 90 90 90 90 90 90 90\n 90 90 90 90 f3 0f 1e fa 66 90 0f 00 2d 33 f8 25 00 fb f4 \u003cfa\u003e c3 cc cc cc\n cc 66 66 2e 0f 1f 84 00 00 00 00 00 90 90 90 90 90\nRSP: 0018:ffffffffa2007e28 EFLAGS: 00000242\nRAX: 00000000000f3b31 RBX: 1ffffffff4400fc7 RCX: ffffffffa09c3196\nRDX: 0000000000000000 RSI: 0000000000000000 RDI: ffffffff9f00590f\nRBP: 0000000000000000 R08: 0000000000000001 R09: ffffed102360835d\nR10: ffff88811b041aeb R11: 0000000000000001 R12: 0000000000000000\nR13: ffffffffa202d7c0 R14: 0000000000000000 R15: 00000000000147d0\n default_idle_call+0x6b/0xa0\n cpuidle_idle_call+0x1af/0x1f0\n do_idle+0xbc/0x130\n cpu_startup_entry+0x33/0x40\n rest_init+0x11f/0x210\n start_kernel+0x39a/0x420\n x86_64_start_reservations+0x18/0x30\n x86_64_start_kernel+0x97/0xa0\n common_startup_64+0x13e/0x141\n \u003c/TASK\u003e\n\nAllocated by task 595:\n kasan_save_stack+0x24/0x50\n kasan_save_track+0x14/0x30\n __kasan_slab_alloc+0x87/0x90\n kmem_cache_alloc_noprof+0x12b/0x3f0\n copy_net_ns+0x94/0x380\n create_new_namespaces+0x24c/0x500\n unshare_nsproxy_namespaces+0x75/0xf0\n ksys_unshare+0x24e/0x4f0\n __x64_sys_unshare+0x1f/0x30\n do_syscall_64+0x70/0x180\n entry_SYSCALL_64_after_hwframe+0x76/0x7e\n\nFreed by task 100:\n kasan_save_stack+0x24/0x50\n kasan_save_track+0x14/0x30\n kasan_save_free_info+0x3b/0x60\n __kasan_slab_free+0x54/0x70\n kmem_cache_free+0x156/0x5d0\n cleanup_net+0x5d3/0x670\n process_one_work+0x776/0xa90\n worker_thread+0x2e2/0x560\n kthread+0x1a8/0x1f0\n ret_from_fork+0x34/0x60\n ret_from_fork_asm+0x1a/0x30\n\nReproduction script:\n\nmkdir -p /mnt/nfsshare\nmkdir -p /mnt/nfs/netns_1\nmkfs.ext4 /dev/sdb\nmount /dev/sdb /mnt/nfsshare\nsystemctl restart nfs-server\nchmod 777 /mnt/nfsshare\nexportfs -i -o rw,no_root_squash *:/mnt/nfsshare\n\nip netns add netns_1\nip link add name veth_1_peer type veth peer veth_1\nifconfig veth_1_peer 11.11.0.254 up\nip link set veth_1 netns netns_1\nip netns exec netns_1 ifconfig veth_1 11.11.0.1\n\nip netns exec netns_1 /root/iptables -A OUTPUT -d 11.11.0.254 -p tcp \\\n\t--tcp-flags FIN FIN -j DROP\n\n(note: In my environment, a DESTROY_CLIENTID operation is always sent\n immediately, breaking the nfs tcp connection.)\nip netns exec netns_1 timeout -s 9 300 mount -t nfs -o proto=tcp,vers=4.1 \\\n\t11.11.0.254:/mnt/nfsshare /mnt/nfs/netns_1\n\nip netns del netns_1\n\nThe reason here is that the tcp socket in netns_1 (nfs side) has been\nshutdown and closed (done in xs_destroy), but the FIN message (with ack)\nis discarded, and the nfsd side keeps sending retransmission messages.\nAs a result, when the tcp sock in netns_1 processes the received message,\nit sends the message (FIN message) in the sending queue, and the tcp timer\nis re-established. When the network namespace is deleted, the net structure\naccessed by tcp\u0027s timer handler function causes problems.\n\nTo fix this problem, let\u0027s hold netns refcnt for the tcp kernel socket as\ndone in other modules. This is an ugly hack which can easily be backported\nto earlier kernels. A proper fix which cleans up the interfaces will\nfollow, but may not be so easy to backport.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-53168",
"url": "https://www.suse.com/security/cve/CVE-2024-53168"
},
{
"category": "external",
"summary": "SUSE Bug 1234887 for CVE-2024-53168",
"url": "https://bugzilla.suse.com/1234887"
},
{
"category": "external",
"summary": "SUSE Bug 1243650 for CVE-2024-53168",
"url": "https://bugzilla.suse.com/1243650"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "important"
}
],
"title": "CVE-2024-53168"
},
{
"cve": "CVE-2024-56558",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-56558"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfsd: make sure exp active before svc_export_show\n\nThe function `e_show` was called with protection from RCU. This only\nensures that `exp` will not be freed. Therefore, the reference count for\n`exp` can drop to zero, which will trigger a refcount use-after-free\nwarning when `exp_get` is called. To resolve this issue, use\n`cache_get_rcu` to ensure that `exp` remains active.\n\n------------[ cut here ]------------\nrefcount_t: addition on 0; use-after-free.\nWARNING: CPU: 3 PID: 819 at lib/refcount.c:25\nrefcount_warn_saturate+0xb1/0x120\nCPU: 3 UID: 0 PID: 819 Comm: cat Not tainted 6.12.0-rc3+ #1\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS\n1.16.1-2.fc37 04/01/2014\nRIP: 0010:refcount_warn_saturate+0xb1/0x120\n...\nCall Trace:\n \u003cTASK\u003e\n e_show+0x20b/0x230 [nfsd]\n seq_read_iter+0x589/0x770\n seq_read+0x1e5/0x270\n vfs_read+0x125/0x530\n ksys_read+0xc1/0x160\n do_syscall_64+0x5f/0x170\n entry_SYSCALL_64_after_hwframe+0x76/0x7e",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-56558",
"url": "https://www.suse.com/security/cve/CVE-2024-56558"
},
{
"category": "external",
"summary": "SUSE Bug 1235100 for CVE-2024-56558",
"url": "https://bugzilla.suse.com/1235100"
},
{
"category": "external",
"summary": "SUSE Bug 1243648 for CVE-2024-56558",
"url": "https://bugzilla.suse.com/1243648"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2024-56558"
},
{
"cve": "CVE-2025-21999",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-21999"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nproc: fix UAF in proc_get_inode()\n\nFix race between rmmod and /proc/XXX\u0027s inode instantiation.\n\nThe bug is that pde-\u003eproc_ops don\u0027t belong to /proc, it belongs to a\nmodule, therefore dereferencing it after /proc entry has been registered\nis a bug unless use_pde/unuse_pde() pair has been used.\n\nuse_pde/unuse_pde can be avoided (2 atomic ops!) because pde-\u003eproc_ops\nnever changes so information necessary for inode instantiation can be\nsaved _before_ proc_register() in PDE itself and used later, avoiding\npde-\u003eproc_ops-\u003e... dereference.\n\n rmmod lookup\nsys_delete_module\n proc_lookup_de\n\t\t\t pde_get(de);\n\t\t\t proc_get_inode(dir-\u003ei_sb, de);\n mod-\u003eexit()\n proc_remove\n remove_proc_subtree\n proc_entry_rundown(de);\n free_module(mod);\n\n if (S_ISREG(inode-\u003ei_mode))\n\t if (de-\u003eproc_ops-\u003eproc_read_iter)\n --\u003e As module is already freed, will trigger UAF\n\nBUG: unable to handle page fault for address: fffffbfff80a702b\nPGD 817fc4067 P4D 817fc4067 PUD 817fc0067 PMD 102ef4067 PTE 0\nOops: Oops: 0000 [#1] PREEMPT SMP KASAN PTI\nCPU: 26 UID: 0 PID: 2667 Comm: ls Tainted: G\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996)\nRIP: 0010:proc_get_inode+0x302/0x6e0\nRSP: 0018:ffff88811c837998 EFLAGS: 00010a06\nRAX: dffffc0000000000 RBX: ffffffffc0538140 RCX: 0000000000000007\nRDX: 1ffffffff80a702b RSI: 0000000000000001 RDI: ffffffffc0538158\nRBP: ffff8881299a6000 R08: 0000000067bbe1e5 R09: 1ffff11023906f20\nR10: ffffffffb560ca07 R11: ffffffffb2b43a58 R12: ffff888105bb78f0\nR13: ffff888100518048 R14: ffff8881299a6004 R15: 0000000000000001\nFS: 00007f95b9686840(0000) GS:ffff8883af100000(0000) knlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: fffffbfff80a702b CR3: 0000000117dd2000 CR4: 00000000000006f0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\nCall Trace:\n \u003cTASK\u003e\n proc_lookup_de+0x11f/0x2e0\n __lookup_slow+0x188/0x350\n walk_component+0x2ab/0x4f0\n path_lookupat+0x120/0x660\n filename_lookup+0x1ce/0x560\n vfs_statx+0xac/0x150\n __do_sys_newstat+0x96/0x110\n do_syscall_64+0x5f/0x170\n entry_SYSCALL_64_after_hwframe+0x76/0x7e\n\n[adobriyan@gmail.com: don\u0027t do 2 atomic ops on the common path]",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-21999",
"url": "https://www.suse.com/security/cve/CVE-2025-21999"
},
{
"category": "external",
"summary": "SUSE Bug 1240802 for CVE-2025-21999",
"url": "https://bugzilla.suse.com/1240802"
},
{
"category": "external",
"summary": "SUSE Bug 1242579 for CVE-2025-21999",
"url": "https://bugzilla.suse.com/1242579"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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 Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "important"
}
],
"title": "CVE-2025-21999"
},
{
"cve": "CVE-2025-22056",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22056"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: nft_tunnel: fix geneve_opt type confusion addition\n\nWhen handling multiple NFTA_TUNNEL_KEY_OPTS_GENEVE attributes, the\nparsing logic should place every geneve_opt structure one by one\ncompactly. Hence, when deciding the next geneve_opt position, the\npointer addition should be in units of char *.\n\nHowever, the current implementation erroneously does type conversion\nbefore the addition, which will lead to heap out-of-bounds write.\n\n[ 6.989857] ==================================================================\n[ 6.990293] BUG: KASAN: slab-out-of-bounds in nft_tunnel_obj_init+0x977/0xa70\n[ 6.990725] Write of size 124 at addr ffff888005f18974 by task poc/178\n[ 6.991162]\n[ 6.991259] CPU: 0 PID: 178 Comm: poc-oob-write Not tainted 6.1.132 #1\n[ 6.991655] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.0-0-gd239552ce722-prebuilt.qemu.org 04/01/2014\n[ 6.992281] Call Trace:\n[ 6.992423] \u003cTASK\u003e\n[ 6.992586] dump_stack_lvl+0x44/0x5c\n[ 6.992801] print_report+0x184/0x4be\n[ 6.993790] kasan_report+0xc5/0x100\n[ 6.994252] kasan_check_range+0xf3/0x1a0\n[ 6.994486] memcpy+0x38/0x60\n[ 6.994692] nft_tunnel_obj_init+0x977/0xa70\n[ 6.995677] nft_obj_init+0x10c/0x1b0\n[ 6.995891] nf_tables_newobj+0x585/0x950\n[ 6.996922] nfnetlink_rcv_batch+0xdf9/0x1020\n[ 6.998997] nfnetlink_rcv+0x1df/0x220\n[ 6.999537] netlink_unicast+0x395/0x530\n[ 7.000771] netlink_sendmsg+0x3d0/0x6d0\n[ 7.001462] __sock_sendmsg+0x99/0xa0\n[ 7.001707] ____sys_sendmsg+0x409/0x450\n[ 7.002391] ___sys_sendmsg+0xfd/0x170\n[ 7.003145] __sys_sendmsg+0xea/0x170\n[ 7.004359] do_syscall_64+0x5e/0x90\n[ 7.005817] entry_SYSCALL_64_after_hwframe+0x6e/0xd8\n[ 7.006127] RIP: 0033:0x7ec756d4e407\n[ 7.006339] Code: 48 89 fa 4c 89 df e8 38 aa 00 00 8b 93 08 03 00 00 59 5e 48 83 f8 fc 74 1a 5b c3 0f 1f 84 00 00 00 00 00 48 8b 44 24 10 0f 05 \u003c5b\u003e c3 0f 1f 80 00 00 00 00 83 e2 39 83 faf\n[ 7.007364] RSP: 002b:00007ffed5d46760 EFLAGS: 00000202 ORIG_RAX: 000000000000002e\n[ 7.007827] RAX: ffffffffffffffda RBX: 00007ec756cc4740 RCX: 00007ec756d4e407\n[ 7.008223] RDX: 0000000000000000 RSI: 00007ffed5d467f0 RDI: 0000000000000003\n[ 7.008620] RBP: 00007ffed5d468a0 R08: 0000000000000000 R09: 0000000000000000\n[ 7.009039] R10: 0000000000000000 R11: 0000000000000202 R12: 0000000000000000\n[ 7.009429] R13: 00007ffed5d478b0 R14: 00007ec756ee5000 R15: 00005cbd4e655cb8\n\nFix this bug with correct pointer addition and conversion in parse\nand dump code.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22056",
"url": "https://www.suse.com/security/cve/CVE-2025-22056"
},
{
"category": "external",
"summary": "SUSE Bug 1241525 for CVE-2025-22056",
"url": "https://bugzilla.suse.com/1241525"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2025-22056"
},
{
"cve": "CVE-2025-23145",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-23145"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmptcp: fix NULL pointer in can_accept_new_subflow\n\nWhen testing valkey benchmark tool with MPTCP, the kernel panics in\n\u0027mptcp_can_accept_new_subflow\u0027 because subflow_req-\u003emsk is NULL.\n\nCall trace:\n\n mptcp_can_accept_new_subflow (./net/mptcp/subflow.c:63 (discriminator 4)) (P)\n subflow_syn_recv_sock (./net/mptcp/subflow.c:854)\n tcp_check_req (./net/ipv4/tcp_minisocks.c:863)\n tcp_v4_rcv (./net/ipv4/tcp_ipv4.c:2268)\n ip_protocol_deliver_rcu (./net/ipv4/ip_input.c:207)\n ip_local_deliver_finish (./net/ipv4/ip_input.c:234)\n ip_local_deliver (./net/ipv4/ip_input.c:254)\n ip_rcv_finish (./net/ipv4/ip_input.c:449)\n ...\n\nAccording to the debug log, the same req received two SYN-ACK in a very\nshort time, very likely because the client retransmits the syn ack due\nto multiple reasons.\n\nEven if the packets are transmitted with a relevant time interval, they\ncan be processed by the server on different CPUs concurrently). The\n\u0027subflow_req-\u003emsk\u0027 ownership is transferred to the subflow the first,\nand there will be a risk of a null pointer dereference here.\n\nThis patch fixes this issue by moving the \u0027subflow_req-\u003emsk\u0027 under the\n`own_req == true` conditional.\n\nNote that the !msk check in subflow_hmac_valid() can be dropped, because\nthe same check already exists under the own_req mpj branch where the\ncode has been moved to.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-23145",
"url": "https://www.suse.com/security/cve/CVE-2025-23145"
},
{
"category": "external",
"summary": "SUSE Bug 1242596 for CVE-2025-23145",
"url": "https://bugzilla.suse.com/1242596"
},
{
"category": "external",
"summary": "SUSE Bug 1242882 for CVE-2025-23145",
"url": "https://bugzilla.suse.com/1242882"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "important"
}
],
"title": "CVE-2025-23145"
},
{
"cve": "CVE-2025-37789",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-37789"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: openvswitch: fix nested key length validation in the set() action\n\nIt\u0027s not safe to access nla_len(ovs_key) if the data is smaller than\nthe netlink header. Check that the attribute is OK first.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-37789",
"url": "https://www.suse.com/security/cve/CVE-2025-37789"
},
{
"category": "external",
"summary": "SUSE Bug 1242762 for CVE-2025-37789",
"url": "https://bugzilla.suse.com/1242762"
}
],
"remediations": [
{
"category": "vendor_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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"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.5:kernel-devel-rt-5.14.21-150500.13.97.1.noarch",
"SUSE Linux Enterprise Micro 5.5:kernel-rt-5.14.21-150500.13.97.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:kernel-source-rt-5.14.21-150500.13.97.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-06-16T14:55:49Z",
"details": "moderate"
}
],
"title": "CVE-2025-37789"
}
]
}
fkie_cve-2022-49890
Vulnerability from fkie_nvd
Published
2025-05-01 15:16
Modified
2025-10-01 17:15
Severity ?
5.5 (Medium) - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
5.5 (Medium) - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
5.5 (Medium) - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Summary
In the Linux kernel, the following vulnerability has been resolved:
capabilities: fix potential memleak on error path from vfs_getxattr_alloc()
In cap_inode_getsecurity(), we will use vfs_getxattr_alloc() to
complete the memory allocation of tmpbuf, if we have completed
the memory allocation of tmpbuf, but failed to call handler->get(...),
there will be a memleak in below logic:
|-- ret = (int)vfs_getxattr_alloc(mnt_userns, ...)
| /* ^^^ alloc for tmpbuf */
|-- value = krealloc(*xattr_value, error + 1, flags)
| /* ^^^ alloc memory */
|-- error = handler->get(handler, ...)
| /* error! */
|-- *xattr_value = value
| /* xattr_value is &tmpbuf (memory leak!) */
So we will try to free(tmpbuf) after vfs_getxattr_alloc() fails to fix it.
[PM: subject line and backtrace tweaks]
References
| URL | Tags | ||
|---|---|---|---|
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/0c3e6288da650d1ec911a259c77bc2d88e498603 | Patch | |
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/2de8eec8afb75792440b8900a01d52b8f6742fd1 | Patch | |
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/6bb00eb21c0fbf18e5d3538c9ff0cf63fd0ace85 | Patch | |
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/7480aeff0093d8c54377553ec6b31110bea37b4d | Patch | |
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/8cf0a1bc12870d148ae830a4ba88cfdf0e879cee | Patch | |
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/90577bcc01c4188416a47269f8433f70502abe98 | Patch | |
| 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/cdf01c807e974048c43c7fd3ca574f6086a57906 | Patch |
Impacted products
| Vendor | Product | Version | |
|---|---|---|---|
| linux | linux_kernel | * | |
| linux | linux_kernel | * | |
| linux | linux_kernel | * | |
| linux | linux_kernel | * | |
| linux | linux_kernel | * | |
| linux | linux_kernel | * | |
| linux | linux_kernel | 6.1 | |
| linux | linux_kernel | 6.1 | |
| linux | linux_kernel | 6.1 |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "CCE1B290-651F-4D7F-B83A-AD7466E2CBB9",
"versionEndExcluding": "4.14.299",
"versionStartIncluding": "4.14",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "ABED5D97-9B16-4CF6-86E3-D5F5C4358E35",
"versionEndExcluding": "4.19.265",
"versionStartIncluding": "4.15",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "1D67A077-EB45-4ADE-94CD-F9A76F6C319C",
"versionEndExcluding": "5.4.224",
"versionStartIncluding": "4.20",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "475D097C-AB5A-4CF5-899F-413077854ABD",
"versionEndExcluding": "5.10.154",
"versionStartIncluding": "5.5",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "AB8B27B9-B41B-42D5-AE67-0A89A8A8EEB1",
"versionEndExcluding": "5.15.78",
"versionStartIncluding": "5.11",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "EC9A754E-625D-42F3-87A7-960D643E2867",
"versionEndExcluding": "6.0.8",
"versionStartIncluding": "5.16",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.1:rc1:*:*:*:*:*:*",
"matchCriteriaId": "E7E331DA-1FB0-4DEC-91AC-7DA69D461C11",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.1:rc2:*:*:*:*:*:*",
"matchCriteriaId": "17F0B248-42CF-4AE6-A469-BB1BAE7F4705",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:6.1:rc3:*:*:*:*:*:*",
"matchCriteriaId": "E2422816-0C14-4B5E-A1E6-A9D776E5C49B",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\ncapabilities: fix potential memleak on error path from vfs_getxattr_alloc()\n\nIn cap_inode_getsecurity(), we will use vfs_getxattr_alloc() to\ncomplete the memory allocation of tmpbuf, if we have completed\nthe memory allocation of tmpbuf, but failed to call handler-\u003eget(...),\nthere will be a memleak in below logic:\n\n |-- ret = (int)vfs_getxattr_alloc(mnt_userns, ...)\n | /* ^^^ alloc for tmpbuf */\n |-- value = krealloc(*xattr_value, error + 1, flags)\n | /* ^^^ alloc memory */\n |-- error = handler-\u003eget(handler, ...)\n | /* error! */\n |-- *xattr_value = value\n | /* xattr_value is \u0026tmpbuf (memory leak!) */\n\nSo we will try to free(tmpbuf) after vfs_getxattr_alloc() fails to fix it.\n\n[PM: subject line and backtrace tweaks]"
},
{
"lang": "es",
"value": "En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: capacidades: reparar posible fuga de memoria en la ruta de error de vfs_getxattr_alloc() En cap_inode_getsecurity(), utilizaremos vfs_getxattr_alloc() para completar la asignaci\u00f3n de memoria de tmpbuf, si hemos completado la asignaci\u00f3n de memoria de tmpbuf, pero no pudimos llamar a handler-\u0026gt;get(...), habr\u00e1 una fuga de memoria en la siguiente l\u00f3gica: |-- ret = (int)vfs_getxattr_alloc(mnt_userns, ...) | /* ^^^ asignar para tmpbuf */ |-- valor = krealloc(*xattr_value, error + 1, flags) | /* ^^^ asignar memoria */ |-- error = handler-\u0026gt;get(handler, ...) | /* \u00a1error! */ |-- *xattr_value = valor | /* xattr_value es \u0026amp;tmpbuf (\u00a1p\u00e9rdida de memoria!) */ Intentaremos liberar (tmpbuf) despu\u00e9s de que vfs_getxattr_alloc() no pueda solucionarlo. [MP: l\u00ednea de asunto y ajustes de backtrace]"
}
],
"id": "CVE-2022-49890",
"lastModified": "2025-10-01T17:15:37.153",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 1.8,
"impactScore": 3.6,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
},
"published": "2025-05-01T15:16:14.000",
"references": [
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/0c3e6288da650d1ec911a259c77bc2d88e498603"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/2de8eec8afb75792440b8900a01d52b8f6742fd1"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/6bb00eb21c0fbf18e5d3538c9ff0cf63fd0ace85"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/7480aeff0093d8c54377553ec6b31110bea37b4d"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/8cf0a1bc12870d148ae830a4ba88cfdf0e879cee"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/90577bcc01c4188416a47269f8433f70502abe98"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/cdf01c807e974048c43c7fd3ca574f6086a57906"
}
],
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-401"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-401"
}
],
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
}
rhsa-2023:7077
Vulnerability from csaf_redhat
Published
2023-11-14 15:46
Modified
2025-11-12 08:22
Summary
Red Hat Security Advisory: kernel security, bug fix, and enhancement update
Notes
Topic
An update for kernel is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details
The kernel packages contain the Linux kernel, the core of any Linux operating system.
Security Fix(es):
* kernel: tun: avoid double free in tun_free_netdev (CVE-2022-4744)
* kernel: net/sched: multiple vulnerabilities (CVE-2023-3609, CVE-2023-3611, CVE-2023-4128, CVE-2023-4206, CVE-2023-4207, CVE-2023-4208)
* kernel: out-of-bounds write in qfq_change_class function (CVE-2023-31436)
* kernel: out-of-bounds write in hw_atl_utils_fw_rpc_wait (CVE-2021-43975)
* kernel: Rate limit overflow messages in r8152 in intr_callback (CVE-2022-3594)
* kernel: use after free flaw in l2cap_conn_del (CVE-2022-3640)
* kernel: double free in usb_8dev_start_xmit (CVE-2022-28388)
* kernel: vmwgfx: multiple vulnerabilities (CVE-2022-38457, CVE-2022-40133, CVE-2023-33951, CVE-2023-33952)
* hw: Intel: Gather Data Sampling (GDS) side channel vulnerability (CVE-2022-40982)
* kernel: Information leak in l2cap_parse_conf_req (CVE-2022-42895)
* kernel: KVM: multiple vulnerabilities (CVE-2022-45869, CVE-2023-4155, CVE-2023-30456)
* kernel: memory leak in ttusb_dec_exit_dvb (CVE-2022-45887)
* kernel: speculative pointer dereference in do_prlimit (CVE-2023-0458)
* kernel: use-after-free due to race condition in qdisc_graft (CVE-2023-0590)
* kernel: x86/mm: Randomize per-cpu entry area (CVE-2023-0597)
* kernel: HID: check empty report_list in hid_validate_values (CVE-2023-1073)
* kernel: sctp: fail if no bound addresses can be used for a given scope (CVE-2023-1074)
* kernel: hid: Use After Free in asus_remove (CVE-2023-1079)
* kernel: use-after-free in drivers/media/rc/ene_ir.c (CVE-2023-1118)
* kernel: hash collisions in the IPv6 connection lookup table (CVE-2023-1206)
* kernel: ovl: fix use after free in struct ovl_aio_req (CVE-2023-1252)
* kernel: denial of service in tipc_conn_close (CVE-2023-1382)
* kernel: Use after free bug in btsdio_remove due to race condition (CVE-2023-1989)
* kernel: Spectre v2 SMT mitigations problem (CVE-2023-1998)
* kernel: ext4: use-after-free in ext4_xattr_set_entry (CVE-2023-2513)
* kernel: fbcon: shift-out-of-bounds in fbcon_set_font (CVE-2023-3161)
* kernel: out-of-bounds access in relay_file_read (CVE-2023-3268)
* kernel: xfrm: NULL pointer dereference in xfrm_update_ae_params (CVE-2023-3772)
* kernel: smsusb: use-after-free caused by do_submit_urb (CVE-2023-4132)
* kernel: Race between task migrating pages and another task calling exit_mmap (CVE-2023-4732)
* Kernel: denial of service in atm_tc_enqueue due to type confusion (CVE-2023-23455)
* kernel: mpls: double free on sysctl allocation failure (CVE-2023-26545)
* kernel: Denial of service issue in az6027 driver (CVE-2023-28328)
* kernel: lib/seq_buf.c has a seq_buf_putmem_hex buffer overflow (CVE-2023-28772)
* kernel: blocking operation in dvb_frontend_get_event and wait_event_interruptible (CVE-2023-31084)
* kernel: net: qcom/emac: race condition leading to use-after-free in emac_remove (CVE-2023-33203)
* kernel: saa7134: race condition leading to use-after-free in saa7134_finidev (CVE-2023-35823)
* kernel: dm1105: race condition leading to use-after-free in dm1105_remove.c (CVE-2023-35824)
* kernel: r592: race condition leading to use-after-free in r592_remove (CVE-2023-35825)
* kernel: net/tls: tls_is_tx_ready() checked list_entry (CVE-2023-1075)
* kernel: use-after-free bug in remove function xgene_hwmon_remove (CVE-2023-1855)
* kernel: Use after free bug in r592_remove (CVE-2023-3141)
* kernel: gfs2: NULL pointer dereference in gfs2_evict_inode (CVE-2023-3212)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.9 Release Notes linked from the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: tun: avoid double free in tun_free_netdev (CVE-2022-4744)\n\n* kernel: net/sched: multiple vulnerabilities (CVE-2023-3609, CVE-2023-3611, CVE-2023-4128, CVE-2023-4206, CVE-2023-4207, CVE-2023-4208)\n\n* kernel: out-of-bounds write in qfq_change_class function (CVE-2023-31436)\n\n* kernel: out-of-bounds write in hw_atl_utils_fw_rpc_wait (CVE-2021-43975)\n\n* kernel: Rate limit overflow messages in r8152 in intr_callback (CVE-2022-3594)\n\n* kernel: use after free flaw in l2cap_conn_del (CVE-2022-3640)\n\n* kernel: double free in usb_8dev_start_xmit (CVE-2022-28388)\n\n* kernel: vmwgfx: multiple vulnerabilities (CVE-2022-38457, CVE-2022-40133, CVE-2023-33951, CVE-2023-33952)\n\n* hw: Intel: Gather Data Sampling (GDS) side channel vulnerability (CVE-2022-40982)\n\n* kernel: Information leak in l2cap_parse_conf_req (CVE-2022-42895)\n\n* kernel: KVM: multiple vulnerabilities (CVE-2022-45869, CVE-2023-4155, CVE-2023-30456)\n\n* kernel: memory leak in ttusb_dec_exit_dvb (CVE-2022-45887)\n\n* kernel: speculative pointer dereference in do_prlimit (CVE-2023-0458)\n\n* kernel: use-after-free due to race condition in qdisc_graft (CVE-2023-0590)\n\n* kernel: x86/mm: Randomize per-cpu entry area (CVE-2023-0597)\n\n* kernel: HID: check empty report_list in hid_validate_values (CVE-2023-1073)\n\n* kernel: sctp: fail if no bound addresses can be used for a given scope (CVE-2023-1074)\n\n* kernel: hid: Use After Free in asus_remove (CVE-2023-1079)\n\n* kernel: use-after-free in drivers/media/rc/ene_ir.c (CVE-2023-1118)\n\n* kernel: hash collisions in the IPv6 connection lookup table (CVE-2023-1206)\n\n* kernel: ovl: fix use after free in struct ovl_aio_req (CVE-2023-1252)\n\n* kernel: denial of service in tipc_conn_close (CVE-2023-1382)\n\n* kernel: Use after free bug in btsdio_remove due to race condition (CVE-2023-1989)\n\n* kernel: Spectre v2 SMT mitigations problem (CVE-2023-1998)\n\n* kernel: ext4: use-after-free in ext4_xattr_set_entry (CVE-2023-2513)\n\n* kernel: fbcon: shift-out-of-bounds in fbcon_set_font (CVE-2023-3161)\n\n* kernel: out-of-bounds access in relay_file_read (CVE-2023-3268)\n\n* kernel: xfrm: NULL pointer dereference in xfrm_update_ae_params (CVE-2023-3772)\n\n* kernel: smsusb: use-after-free caused by do_submit_urb (CVE-2023-4132)\n\n* kernel: Race between task migrating pages and another task calling exit_mmap (CVE-2023-4732)\n\n* Kernel: denial of service in atm_tc_enqueue due to type confusion (CVE-2023-23455)\n\n* kernel: mpls: double free on sysctl allocation failure (CVE-2023-26545)\n\n* kernel: Denial of service issue in az6027 driver (CVE-2023-28328)\n\n* kernel: lib/seq_buf.c has a seq_buf_putmem_hex buffer overflow (CVE-2023-28772)\n\n* kernel: blocking operation in dvb_frontend_get_event and wait_event_interruptible (CVE-2023-31084)\n\n* kernel: net: qcom/emac: race condition leading to use-after-free in emac_remove (CVE-2023-33203)\n\n* kernel: saa7134: race condition leading to use-after-free in saa7134_finidev (CVE-2023-35823)\n\n* kernel: dm1105: race condition leading to use-after-free in dm1105_remove.c (CVE-2023-35824)\n\n* kernel: r592: race condition leading to use-after-free in r592_remove (CVE-2023-35825)\n\n* kernel: net/tls: tls_is_tx_ready() checked list_entry (CVE-2023-1075)\n\n* kernel: use-after-free bug in remove function xgene_hwmon_remove (CVE-2023-1855)\n\n* kernel: Use after free bug in r592_remove (CVE-2023-3141)\n\n* kernel: gfs2: NULL pointer dereference in gfs2_evict_inode (CVE-2023-3212)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.9 Release Notes linked from the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2023:7077",
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.9_release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.9_release_notes/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/solutions/7027704",
"url": "https://access.redhat.com/solutions/7027704"
},
{
"category": "external",
"summary": "1975026",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1975026"
},
{
"category": "external",
"summary": "2024989",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2024989"
},
{
"category": "external",
"summary": "2037005",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2037005"
},
{
"category": "external",
"summary": "2073091",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2073091"
},
{
"category": "external",
"summary": "2112147",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2112147"
},
{
"category": "external",
"summary": "2133453",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2133453"
},
{
"category": "external",
"summary": "2133455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2133455"
},
{
"category": "external",
"summary": "2139610",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139610"
},
{
"category": "external",
"summary": "2147356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2147356"
},
{
"category": "external",
"summary": "2148520",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148520"
},
{
"category": "external",
"summary": "2149024",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2149024"
},
{
"category": "external",
"summary": "2151112",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151112"
},
{
"category": "external",
"summary": "2151317",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151317"
},
{
"category": "external",
"summary": "2156322",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156322"
},
{
"category": "external",
"summary": "2165741",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165741"
},
{
"category": "external",
"summary": "2165926",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165926"
},
{
"category": "external",
"summary": "2166567",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2166567"
},
{
"category": "external",
"summary": "2168332",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168332"
},
{
"category": "external",
"summary": "2173403",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173403"
},
{
"category": "external",
"summary": "2173430",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173430"
},
{
"category": "external",
"summary": "2173434",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173434"
},
{
"category": "external",
"summary": "2173444",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173444"
},
{
"category": "external",
"summary": "2174220",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174220"
},
{
"category": "external",
"summary": "2174400",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174400"
},
{
"category": "external",
"summary": "2175160",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175160"
},
{
"category": "external",
"summary": "2175322",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175322"
},
{
"category": "external",
"summary": "2175903",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175903"
},
{
"category": "external",
"summary": "2176140",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176140"
},
{
"category": "external",
"summary": "2177371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177371"
},
{
"category": "external",
"summary": "2177389",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177389"
},
{
"category": "external",
"summary": "2178301",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2178301"
},
{
"category": "external",
"summary": "2181273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181273"
},
{
"category": "external",
"summary": "2181330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181330"
},
{
"category": "external",
"summary": "2182443",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182443"
},
{
"category": "external",
"summary": "2183559",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2183559"
},
{
"category": "external",
"summary": "2184578",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184578"
},
{
"category": "external",
"summary": "2185945",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185945"
},
{
"category": "external",
"summary": "2186948",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186948"
},
{
"category": "external",
"summary": "2187257",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187257"
},
{
"category": "external",
"summary": "2188468",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188468"
},
{
"category": "external",
"summary": "2189324",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2189324"
},
{
"category": "external",
"summary": "2192667",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2192667"
},
{
"category": "external",
"summary": "2192671",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2192671"
},
{
"category": "external",
"summary": "2193097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2193097"
},
{
"category": "external",
"summary": "2193219",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2193219"
},
{
"category": "external",
"summary": "2209710",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2209710"
},
{
"category": "external",
"summary": "2213139",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213139"
},
{
"category": "external",
"summary": "2213199",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213199"
},
{
"category": "external",
"summary": "2213485",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213485"
},
{
"category": "external",
"summary": "2213802",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213802"
},
{
"category": "external",
"summary": "2214348",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214348"
},
{
"category": "external",
"summary": "2215502",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2215502"
},
{
"category": "external",
"summary": "2215835",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2215835"
},
{
"category": "external",
"summary": "2215836",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2215836"
},
{
"category": "external",
"summary": "2215837",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2215837"
},
{
"category": "external",
"summary": "2217658",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2217658"
},
{
"category": "external",
"summary": "2218195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218195"
},
{
"category": "external",
"summary": "2218212",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218212"
},
{
"category": "external",
"summary": "2218943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218943"
},
{
"category": "external",
"summary": "2221707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2221707"
},
{
"category": "external",
"summary": "2223949",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223949"
},
{
"category": "external",
"summary": "2225191",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2225191"
},
{
"category": "external",
"summary": "2225201",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2225201"
},
{
"category": "external",
"summary": "2225511",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2225511"
},
{
"category": "external",
"summary": "2230213",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230213"
},
{
"category": "external",
"summary": "2236982",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236982"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_7077.json"
}
],
"title": "Red Hat Security Advisory: kernel security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2025-11-12T08:22:37+00:00",
"generator": {
"date": "2025-11-12T08:22:37+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2023:7077",
"initial_release_date": "2023-11-14T15:46:57+00:00",
"revision_history": [
{
"date": "2023-11-14T15:46:57+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-11-14T15:46:57+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-12T08:22:37+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat CodeReady Linux Builder (v. 8)",
"product": {
"name": "Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"product": {
"name": "bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"product_id": "bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@4.18.0-513.5.1.el8_9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"product": {
"name": "kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"product_id": "kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-513.5.1.el8_9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"product": {
"name": "kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"product_id": "kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@4.18.0-513.5.1.el8_9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"product": {
"name": "kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"product_id": "kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@4.18.0-513.5.1.el8_9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"product": {
"name": "kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"product_id": "kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.18.0-513.5.1.el8_9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"product": {
"name": "kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"product_id": "kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-513.5.1.el8_9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"product": {
"name": "kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"product_id": "kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-513.5.1.el8_9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"product": {
"name": "kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"product_id": "kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-513.5.1.el8_9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"product_id": "kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-513.5.1.el8_9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"product": {
"name": "kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"product_id": "kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.18.0-513.5.1.el8_9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"product": {
"name": "kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"product_id": "kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@4.18.0-513.5.1.el8_9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"product": {
"name": "kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"product_id": "kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@4.18.0-513.5.1.el8_9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"product": {
"name": "kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"product_id": "kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-513.5.1.el8_9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"product": {
"name": "kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"product_id": "kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.18.0-513.5.1.el8_9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"product": {
"name": "kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"product_id": "kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-513.5.1.el8_9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.18.0-513.5.1.el8_9.aarch64",
"product": {
"name": "perf-0:4.18.0-513.5.1.el8_9.aarch64",
"product_id": "perf-0:4.18.0-513.5.1.el8_9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.18.0-513.5.1.el8_9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"product": {
"name": "python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"product_id": "python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@4.18.0-513.5.1.el8_9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"product": {
"name": "bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"product_id": "bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-513.5.1.el8_9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"product_id": "kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-513.5.1.el8_9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"product": {
"name": "kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"product_id": "kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-513.5.1.el8_9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@4.18.0-513.5.1.el8_9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"product_id": "kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-513.5.1.el8_9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"product": {
"name": "perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"product_id": "perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-513.5.1.el8_9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"product_id": "python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-513.5.1.el8_9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"product_id": "kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@4.18.0-513.5.1.el8_9?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"product": {
"name": "bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_id": "bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@4.18.0-513.5.1.el8_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"product": {
"name": "kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_id": "kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-513.5.1.el8_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"product": {
"name": "kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_id": "kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@4.18.0-513.5.1.el8_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"product": {
"name": "kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_id": "kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@4.18.0-513.5.1.el8_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"product": {
"name": "kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_id": "kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.18.0-513.5.1.el8_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"product": {
"name": "kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_id": "kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-513.5.1.el8_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"product": {
"name": "kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_id": "kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-513.5.1.el8_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"product": {
"name": "kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_id": "kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-513.5.1.el8_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_id": "kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-513.5.1.el8_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"product": {
"name": "kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_id": "kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.18.0-513.5.1.el8_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"product": {
"name": "kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_id": "kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@4.18.0-513.5.1.el8_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"product": {
"name": "kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_id": "kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@4.18.0-513.5.1.el8_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"product": {
"name": "kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_id": "kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-513.5.1.el8_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"product": {
"name": "kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_id": "kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.18.0-513.5.1.el8_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"product": {
"name": "kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_id": "kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-513.5.1.el8_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"product": {
"name": "perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_id": "perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.18.0-513.5.1.el8_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"product": {
"name": "python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_id": "python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@4.18.0-513.5.1.el8_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"product": {
"name": "bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_id": "bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-513.5.1.el8_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_id": "kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-513.5.1.el8_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"product": {
"name": "kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_id": "kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-513.5.1.el8_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@4.18.0-513.5.1.el8_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_id": "kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-513.5.1.el8_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"product": {
"name": "perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_id": "perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-513.5.1.el8_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_id": "python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-513.5.1.el8_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_id": "kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@4.18.0-513.5.1.el8_9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"product": {
"name": "bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"product_id": "bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@4.18.0-513.5.1.el8_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"product": {
"name": "kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"product_id": "kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-513.5.1.el8_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"product": {
"name": "kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"product_id": "kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@4.18.0-513.5.1.el8_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"product": {
"name": "kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"product_id": "kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@4.18.0-513.5.1.el8_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"product": {
"name": "kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"product_id": "kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.18.0-513.5.1.el8_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"product": {
"name": "kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"product_id": "kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-513.5.1.el8_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"product": {
"name": "kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"product_id": "kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-513.5.1.el8_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"product": {
"name": "kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"product_id": "kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-513.5.1.el8_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"product_id": "kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-513.5.1.el8_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"product": {
"name": "kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"product_id": "kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.18.0-513.5.1.el8_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"product": {
"name": "kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"product_id": "kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@4.18.0-513.5.1.el8_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"product": {
"name": "kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"product_id": "kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@4.18.0-513.5.1.el8_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"product": {
"name": "kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"product_id": "kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-513.5.1.el8_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"product": {
"name": "kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"product_id": "kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.18.0-513.5.1.el8_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"product": {
"name": "kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"product_id": "kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-513.5.1.el8_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.18.0-513.5.1.el8_9.x86_64",
"product": {
"name": "perf-0:4.18.0-513.5.1.el8_9.x86_64",
"product_id": "perf-0:4.18.0-513.5.1.el8_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.18.0-513.5.1.el8_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"product": {
"name": "python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"product_id": "python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@4.18.0-513.5.1.el8_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"product": {
"name": "bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"product_id": "bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-513.5.1.el8_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"product_id": "kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-513.5.1.el8_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"product": {
"name": "kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"product_id": "kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-513.5.1.el8_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@4.18.0-513.5.1.el8_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"product_id": "kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-513.5.1.el8_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"product": {
"name": "perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"product_id": "perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-513.5.1.el8_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"product_id": "python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-513.5.1.el8_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"product_id": "kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@4.18.0-513.5.1.el8_9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"product": {
"name": "bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"product_id": "bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool@4.18.0-513.5.1.el8_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:4.18.0-513.5.1.el8_9.s390x",
"product": {
"name": "kernel-0:4.18.0-513.5.1.el8_9.s390x",
"product_id": "kernel-0:4.18.0-513.5.1.el8_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-513.5.1.el8_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"product": {
"name": "kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"product_id": "kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@4.18.0-513.5.1.el8_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"product": {
"name": "kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"product_id": "kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-cross-headers@4.18.0-513.5.1.el8_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"product": {
"name": "kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"product_id": "kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@4.18.0-513.5.1.el8_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"product": {
"name": "kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"product_id": "kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-513.5.1.el8_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"product": {
"name": "kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"product_id": "kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-513.5.1.el8_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"product": {
"name": "kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"product_id": "kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-513.5.1.el8_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"product_id": "kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-513.5.1.el8_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"product": {
"name": "kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"product_id": "kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@4.18.0-513.5.1.el8_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"product": {
"name": "kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"product_id": "kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-headers@4.18.0-513.5.1.el8_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"product": {
"name": "kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"product_id": "kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@4.18.0-513.5.1.el8_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"product": {
"name": "kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"product_id": "kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-513.5.1.el8_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"product": {
"name": "kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"product_id": "kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@4.18.0-513.5.1.el8_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"product": {
"name": "kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"product_id": "kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@4.18.0-513.5.1.el8_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"product_id": "kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@4.18.0-513.5.1.el8_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"product_id": "kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@4.18.0-513.5.1.el8_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"product_id": "kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@4.18.0-513.5.1.el8_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@4.18.0-513.5.1.el8_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:4.18.0-513.5.1.el8_9.s390x",
"product": {
"name": "perf-0:4.18.0-513.5.1.el8_9.s390x",
"product_id": "perf-0:4.18.0-513.5.1.el8_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@4.18.0-513.5.1.el8_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"product": {
"name": "python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"product_id": "python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@4.18.0-513.5.1.el8_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"product": {
"name": "bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"product_id": "bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-513.5.1.el8_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"product_id": "kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-513.5.1.el8_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"product": {
"name": "kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"product_id": "kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-513.5.1.el8_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@4.18.0-513.5.1.el8_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"product_id": "kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-513.5.1.el8_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@4.18.0-513.5.1.el8_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"product": {
"name": "perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"product_id": "perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-513.5.1.el8_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"product": {
"name": "python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"product_id": "python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-513.5.1.el8_9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:4.18.0-513.5.1.el8_9.src",
"product": {
"name": "kernel-0:4.18.0-513.5.1.el8_9.src",
"product_id": "kernel-0:4.18.0-513.5.1.el8_9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@4.18.0-513.5.1.el8_9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"product": {
"name": "kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"product_id": "kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@4.18.0-513.5.1.el8_9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"product": {
"name": "kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"product_id": "kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@4.18.0-513.5.1.el8_9?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-513.5.1.el8_9.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src"
},
"product_reference": "kernel-0:4.18.0-513.5.1.el8_9.src",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch"
},
"product_reference": "kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:4.18.0-513.5.1.el8_9.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch"
},
"product_reference": "kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "perf-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "perf-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "perf-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)",
"product_id": "BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "BaseOS-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-513.5.1.el8_9.src as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src"
},
"product_reference": "kernel-0:4.18.0-513.5.1.el8_9.src",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch"
},
"product_reference": "kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:4.18.0-513.5.1.el8_9.noarch as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch"
},
"product_reference": "kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "perf-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "perf-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "perf-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"relates_to_product_reference": "CRB-8.9.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64 as a component of Red Hat CodeReady Linux Builder (v. 8)",
"product_id": "CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"relates_to_product_reference": "CRB-8.9.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2021-43975",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2021-11-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2024989"
}
],
"notes": [
{
"category": "description",
"text": "An out-of-bounds write flaw was found in the Linux kernel\u2019s Aquantia AQtion Ethernet card Atlantic driver in the way the ethernet card provides malicious input to the driver. This flaw allows a local user to emulate the networking device and crash the system. The highest threat from this vulnerability is to confidentiality, integrity, as well as system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: out-of-bounds write in hw_atl_utils_fw_rpc_wait() in drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2021-43975"
},
{
"category": "external",
"summary": "RHBZ#2024989",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2024989"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2021-43975",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43975"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-43975",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-43975"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=b922f622592af76b57cbc566eaeccda0b31a3496",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=b922f622592af76b57cbc566eaeccda0b31a3496"
}
],
"release_date": "2021-11-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the module atlantic from being loaded. Please see https://access.redhat.com/solutions/41278 for information on how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: out-of-bounds write in hw_atl_utils_fw_rpc_wait() in drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c"
},
{
"cve": "CVE-2022-3594",
"cwe": {
"id": "CWE-779",
"name": "Logging of Excessive Data"
},
"discovery_date": "2022-11-28T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2149024"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in intr_callback in drivers/net/usb/r8152.c in the BPF component in the Linux Kernel. The manipulation leads to logging excessive data, where an attack can be launched remotely.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Rate limit overflow messages in r8152 in intr_callback",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-3594"
},
{
"category": "external",
"summary": "RHBZ#2149024",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2149024"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-3594",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3594"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3594",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3594"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git/commit/?id=93e2be344a7db169b7119de21ac1bf253b8c6907",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git/commit/?id=93e2be344a7db169b7119de21ac1bf253b8c6907"
}
],
"release_date": "2022-10-02T06:30:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by preventing the affected Realtek RTL8152/RTL8153 Based USB Ethernet Adapters (r8152) kernel module from loading during the boot time. Ensure the module is added into the blacklist file.\n~~~\nRefer: \nHow do I blacklist a kernel module to prevent it from loading automatically? \nhttps://access.redhat.com/solutions/41278\n~~~",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Rate limit overflow messages in r8152 in intr_callback"
},
{
"cve": "CVE-2022-3640",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2022-11-03T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2139610"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the Linux Kernel in the l2cap_conn_del in net/bluetooth/l2cap_core.c function in the Bluetooth component. This issue leads to a use-after-free problem.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: use after free flaw in l2cap_conn_del in net/bluetooth/l2cap_core.c",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-3640"
},
{
"category": "external",
"summary": "RHBZ#2139610",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139610"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-3640",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3640"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3640",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3640"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git/commit/?id=42cf46dea905a80f6de218e837ba4d4cc33d6979",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git/commit/?id=42cf46dea905a80f6de218e837ba4d4cc33d6979"
}
],
"release_date": "2022-10-17T12:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: use after free flaw in l2cap_conn_del in net/bluetooth/l2cap_core.c"
},
{
"acknowledgments": [
{
"names": [
"Jann Horn"
],
"organization": "Google Project Zero"
}
],
"cve": "CVE-2022-4744",
"cwe": {
"id": "CWE-824",
"name": "Access of Uninitialized Pointer"
},
"discovery_date": "2022-12-19T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2156322"
}
],
"notes": [
{
"category": "description",
"text": "A double-free flaw was found in the Linux kernel\u2019s TUN/TAP device driver functionality in how a user registers the device when the register_netdevice function fails (NETDEV_REGISTER notifier). This flaw allows a local user to crash or potentially escalate their privileges on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: tun: avoid double free in tun_free_netdev",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Keeping Red Hat Enterprise Linux version 8 with Moderate severity, because required patch 158b515f703e (see reference) missed. However, currently Red Hat Enterprise Linux version 8 not affected, because previous patch not backported too: 766b0515d5be (\"net: make sure devices go through netdev_wait_all_refs\"). Means that it is not possible to trigger the issue for the Red Hat Enterprise Linux 8, but potentially Red Hat Enterprise Linux version 8 could be vulnerable in future, so still need to fix. For the Red Hat Enterprise Linux version 9 there is known way to reproduce the issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-4744"
},
{
"category": "external",
"summary": "RHBZ#2156322",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2156322"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-4744",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4744"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-4744",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-4744"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=158b515f703e",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=158b515f703e"
}
],
"release_date": "2023-03-20T10:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the tun module from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: tun: avoid double free in tun_free_netdev"
},
{
"cve": "CVE-2022-28388",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"discovery_date": "2022-04-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2073091"
}
],
"notes": [
{
"category": "description",
"text": "A double-free flaw was found in the Linux kernel\u0027s USB2CAN interface implementation. This issue could allow a local user to crash the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: double free in usb_8dev_start_xmit in drivers/net/can/usb/usb_8dev.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is Moderate because this case doesn\u0027t lead to a kernel crash as result of the pointers reference check preventing actual second memory free. The only known attack scenario is the possibility of a denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-28388"
},
{
"category": "external",
"summary": "RHBZ#2073091",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2073091"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-28388",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28388"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28388",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28388"
}
],
"release_date": "2022-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module usb_8dev from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: double free in usb_8dev_start_xmit in drivers/net/can/usb/usb_8dev.c"
},
{
"cve": "CVE-2022-38457",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2022-09-09T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2133455"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability was found in the Linux kernel\u0027s vmwgfx driver in vmw_cmd_res_check. This flaw allows a local, unprivileged attacker with access to either /dev/dri/card0 or /dev/dri/rendererD128, who can issue an ioctl() on the resulting file descriptor, to crash the system, causing a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: vmwgfx: use-after-free in vmw_cmd_res_check",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Systems making use of the vmwgfx driver are potentially affected by this flaw; systems without the vmwgfx driver loaded are not affected by this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-38457"
},
{
"category": "external",
"summary": "RHBZ#2133455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2133455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-38457",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38457"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-38457",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-38457"
}
],
"release_date": "2022-09-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "To mitigate this issue, it is possible to prevent the affected code from being loaded by blacklisting the vmwgfx kernel module. For instructions relating to blacklisting a kernel module, please see https://access.redhat.com/solutions/41278.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: vmwgfx: use-after-free in vmw_cmd_res_check"
},
{
"cve": "CVE-2022-40133",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2022-09-09T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2133453"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability was found in the Linux kernel\u0027s vmwgfx driver in vmw_execbuf_tie_context. This flaw allows a local, unprivileged attacker with access to either /dev/dri/card0 or /dev/dri/rendererD128, who can issue an ioctl() on the resulting file descriptor, to crash the system, causing a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: vmwgfx: use-after-free in vmw_execbuf_tie_context",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Systems making use of the vmwgfx driver are potentially affected by this flaw; systems without the vmwgfx driver loaded are not affected by this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-40133"
},
{
"category": "external",
"summary": "RHBZ#2133453",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2133453"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-40133",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40133"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-40133",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-40133"
}
],
"release_date": "2022-09-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "To mitigate this issue, it is possible to prevent the affected code from being loaded by blacklisting the vmwgfx kernel module. For instructions relating to blacklisting a kernel module, please see https://access.redhat.com/solutions/41278.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: vmwgfx: use-after-free in vmw_execbuf_tie_context"
},
{
"cve": "CVE-2022-40982",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2023-07-19T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2223949"
}
],
"notes": [
{
"category": "description",
"text": "A Gather Data Sampling (GDS) transient execution side-channel vulnerability was found affecting certain Intel processors. This issue may allow a local attacker using gather instruction (load from memory) to infer stale data from previously used vector registers on the same physical core.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "hw: Intel: Gather Data Sampling (GDS) side channel vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-40982"
},
{
"category": "external",
"summary": "RHBZ#2223949",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2223949"
},
{
"category": "external",
"summary": "RHSB-7027704",
"url": "https://access.redhat.com/solutions/7027704"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-40982",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40982"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-40982",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-40982"
},
{
"category": "external",
"summary": "https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00828.html",
"url": "https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00828.html"
}
],
"release_date": "2023-08-08T06:30:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "The vulnerability can be mitigated by installing the CPU microcode package microcode_ctl version 20230808.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "hw: Intel: Gather Data Sampling (GDS) side channel vulnerability"
},
{
"cve": "CVE-2022-42895",
"cwe": {
"id": "CWE-824",
"name": "Access of Uninitialized Pointer"
},
"discovery_date": "2022-11-23T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2147356"
}
],
"notes": [
{
"category": "description",
"text": "An information leak vulnerability was found in the Linux kernel\u0027s implementation of logical link control and adaptation protocol (L2CAP), part of the Bluetooth stack in the l2cap_parse_conf_req function. An attacker with physical access within the range of standard Bluetooth transmission could use this flaw to leak kernel pointers via Bluetooth if within proximity of the victim.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Information leak in l2cap_parse_conf_req in net/bluetooth/l2cap_core.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Enterprise Linux 6 is not affected by this flaw as it did not include support for parsing Extended Flow Specification option in L2CAP Config Request (upstream commit 42dceae2).",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-42895"
},
{
"category": "external",
"summary": "RHBZ#2147356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2147356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-42895",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42895"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-42895",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-42895"
},
{
"category": "external",
"summary": "https://github.com/google/security-research/security/advisories/GHSA-vccx-8h74-2357",
"url": "https://github.com/google/security-research/security/advisories/GHSA-vccx-8h74-2357"
}
],
"release_date": "2022-11-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Information leak in l2cap_parse_conf_req in net/bluetooth/l2cap_core.c"
},
{
"cve": "CVE-2022-45869",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2022-11-30T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2151317"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel in the KVM. A race condition in direct_page_fault allows guest OS users to cause a denial of service (host OS crash or host OS memory corruption) when nested virtualization and the TDP MMU are enabled.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: KVM: x86/mmu: race condition in direct_page_fault()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The nested virtualization feature is not enabled by default up to Red Hat Enterprise Linux 8.4. Most importantly, Red Hat currently provides nested virtualization only as a Technology Preview and is therefore unsupported for production use. For additional details, please see https://access.redhat.com/solutions/21101 and https://access.redhat.com/support/offerings/techpreview.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-45869"
},
{
"category": "external",
"summary": "RHBZ#2151317",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2151317"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-45869",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-45869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-45869"
}
],
"release_date": "2022-11-23T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "This vulnerability can be mitigated by disabling the nested virtualization feature.\n\nFor Intel:\n```\n# modprobe -r kvm_intel\n# modprobe kvm_intel nested=0\n```\n\nFor AMD:\n```\n# modprobe -r kvm_amd\n# modprobe kvm_amd nested=0\n```",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: KVM: x86/mmu: race condition in direct_page_fault()"
},
{
"cve": "CVE-2022-45887",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2022-11-25T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2148520"
}
],
"notes": [
{
"category": "description",
"text": "A memory leak issue was found in the Linux kernel media subsystem in the TTUSB DEC driver. It could occur in the ttusb_dec_exit_dvb() function because of the lack of a dvb_frontend_detach call. A local user could trigger this flaw by repeatedly plugging and unplugging the device, potentially causing a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: memory leak in ttusb_dec_exit_dvb() in media/usb/ttusb-dec/ttusb_dec.c",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-45887"
},
{
"category": "external",
"summary": "RHBZ#2148520",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2148520"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-45887",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45887"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-45887",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-45887"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-media/20221115131822.6640-1-imv4bel@gmail.com/",
"url": "https://lore.kernel.org/linux-media/20221115131822.6640-1-imv4bel@gmail.com/"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-media/20221115131822.6640-5-imv4bel@gmail.com/",
"url": "https://lore.kernel.org/linux-media/20221115131822.6640-5-imv4bel@gmail.com/"
}
],
"release_date": "2022-11-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "To mitigate this issue, it is possible to prevent the affected code from being loaded by blacklisting the `ttusb_dec` kernel module. For instructions on how to blacklist a kernel module, please see https://access.redhat.com/solutions/41278.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: memory leak in ttusb_dec_exit_dvb() in media/usb/ttusb-dec/ttusb_dec.c"
},
{
"cve": "CVE-2022-48988",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2024-10-21T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2320681"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmemcg: fix possible use-after-free in memcg_write_event_control()\n\nmemcg_write_event_control() accesses the dentry-\u003ed_name of the specified\ncontrol fd to route the write call. As a cgroup interface file can\u0027t be\nrenamed, it\u0027s safe to access d_name as long as the specified file is a\nregular cgroup file. Also, as these cgroup interface files can\u0027t be\nremoved before the directory, it\u0027s safe to access the parent too.\n\nPrior to 347c4a874710 (\"memcg: remove cgroup_event-\u003ecft\"), there was a\ncall to __file_cft() which verified that the specified file is a regular\ncgroupfs file before further accesses. The cftype pointer returned from\n__file_cft() was no longer necessary and the commit inadvertently dropped\nthe file type check with it allowing any file to slip through. With the\ninvarients broken, the d_name and parent accesses can now race against\nrenames and removals of arbitrary files and cause use-after-free\u0027s.\n\nFix the bug by resurrecting the file type check in __file_cft(). Now that\ncgroupfs is implemented through kernfs, checking the file operations needs\nto go through a layer of indirection. Instead, let\u0027s check the superblock\nand dentry type.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: memcg: fix possible use-after-free in memcg_write_event_control()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-48988"
},
{
"category": "external",
"summary": "RHBZ#2320681",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2320681"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-48988",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48988"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-48988",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-48988"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024102148-CVE-2022-48988-188f@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024102148-CVE-2022-48988-188f@gregkh/T"
}
],
"release_date": "2024-10-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: memcg: fix possible use-after-free in memcg_write_event_control()"
},
{
"cve": "CVE-2022-48997",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2024-10-21T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2320774"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nchar: tpm: Protect tpm_pm_suspend with locks\n\nCurrently tpm transactions are executed unconditionally in\ntpm_pm_suspend() function, which may lead to races with other tpm\naccessors in the system.\n\nSpecifically, the hw_random tpm driver makes use of tpm_get_random(),\nand this function is called in a loop from a kthread, which means it\u0027s\nnot frozen alongside userspace, and so can race with the work done\nduring system suspend:\n\n tpm tpm0: tpm_transmit: tpm_recv: error -52\n tpm tpm0: invalid TPM_STS.x 0xff, dumping stack for forensics\n CPU: 0 PID: 1 Comm: init Not tainted 6.1.0-rc5+ #135\n Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.0-20220807_005459-localhost 04/01/2014\n Call Trace:\n tpm_tis_status.cold+0x19/0x20\n tpm_transmit+0x13b/0x390\n tpm_transmit_cmd+0x20/0x80\n tpm1_pm_suspend+0xa6/0x110\n tpm_pm_suspend+0x53/0x80\n __pnp_bus_suspend+0x35/0xe0\n __device_suspend+0x10f/0x350\n\nFix this by calling tpm_try_get_ops(), which itself is a wrapper around\ntpm_chip_start(), but takes the appropriate mutex.\n\n[Jason: reworked commit message, added metadata]",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: char: tpm: Protect tpm_pm_suspend with locks",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is fixed in RHEL-9.2 and above (including 8.10):\n~~~\nin (rhel-9.3, rhel-9.4, rhel-9.5, rhel-9.6) char: tpm: Protect tpm_pm_suspend with locks\nin (rhel-8.9, rhel-8.10) char: tpm: Protect tpm_pm_suspend with locks\n~~~\n\nPlease note that while RHEL-9 kernel-rt still appears as affected, it has been fixed in the same RHSA as RHEL-9 kernel. This is because from RHEL-9.3 onwards, the kernel and kernel-rt fixes are bundled together in a single errata.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-48997"
},
{
"category": "external",
"summary": "RHBZ#2320774",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2320774"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-48997",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48997"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-48997",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-48997"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024102149-CVE-2022-48997-cd65@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024102149-CVE-2022-48997-cd65@gregkh/T"
}
],
"release_date": "2024-10-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: char: tpm: Protect tpm_pm_suspend with locks"
},
{
"cve": "CVE-2022-49028",
"cwe": {
"id": "CWE-459",
"name": "Incomplete Cleanup"
},
"discovery_date": "2024-10-21T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2320673"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nixgbevf: Fix resource leak in ixgbevf_init_module()\n\nixgbevf_init_module() won\u0027t destroy the workqueue created by\ncreate_singlethread_workqueue() when pci_register_driver() failed. Add\ndestroy_workqueue() in fail path to prevent the resource leak.\n\nSimilar to the handling of u132_hcd_init in commit f276e002793c\n(\"usb: u132-hcd: fix resource leak\")",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ixgbevf: Fix resource leak in ixgbevf_init_module()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49028"
},
{
"category": "external",
"summary": "RHBZ#2320673",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2320673"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49028",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49028"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49028",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49028"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024102155-CVE-2022-49028-78e7@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024102155-CVE-2022-49028-78e7@gregkh/T"
}
],
"release_date": "2024-10-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ixgbevf: Fix resource leak in ixgbevf_init_module()"
},
{
"cve": "CVE-2022-49080",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347644"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm/mempolicy: fix mpol_new leak in shared_policy_replace\n\nIf mpol_new is allocated but not used in restart loop, mpol_new will be\nfreed via mpol_put before returning to the caller. But refcnt is not\ninitialized yet, so mpol_put could not do the right things and might\nleak the unused mpol_new. This would happen if mempolicy was updated on\nthe shared shmem file while the sp-\u003elock has been dropped during the\nmemory allocation.\n\nThis issue could be triggered easily with the below code snippet if\nthere are many processes doing the below work at the same time:\n\n shmid = shmget((key_t)5566, 1024 * PAGE_SIZE, 0666|IPC_CREAT);\n shm = shmat(shmid, 0, 0);\n loop many times {\n mbind(shm, 1024 * PAGE_SIZE, MPOL_LOCAL, mask, maxnode, 0);\n mbind(shm + 128 * PAGE_SIZE, 128 * PAGE_SIZE, MPOL_DEFAULT, mask,\n maxnode, 0);\n }",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: mm/mempolicy: fix mpol_new leak in shared_policy_replace",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49080"
},
{
"category": "external",
"summary": "RHBZ#2347644",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347644"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49080",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49080"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49080",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49080"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022656-CVE-2022-49080-5718@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022656-CVE-2022-49080-5718@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: mm/mempolicy: fix mpol_new leak in shared_policy_replace"
},
{
"cve": "CVE-2022-49180",
"cwe": {
"id": "CWE-807",
"name": "Reliance on Untrusted Inputs in a Security Decision"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348229"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nLSM: general protection fault in legacy_parse_param\n\nThe usual LSM hook \"bail on fail\" scheme doesn\u0027t work for cases where\na security module may return an error code indicating that it does not\nrecognize an input. In this particular case Smack sees a mount option\nthat it recognizes, and returns 0. A call to a BPF hook follows, which\nreturns -ENOPARAM, which confuses the caller because Smack has processed\nits data.\n\nThe SELinux hook incorrectly returns 1 on success. There was a time\nwhen this was correct, however the current expectation is that it\nreturn 0 on success. This is repaired.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: LSM: general protection fault in legacy_parse_param",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49180"
},
{
"category": "external",
"summary": "RHBZ#2348229",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348229"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49180",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49180"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49180",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49180"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022614-CVE-2022-49180-ac1e@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022614-CVE-2022-49180-ac1e@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: LSM: general protection fault in legacy_parse_param"
},
{
"cve": "CVE-2022-49356",
"discovery_date": "2025-02-26T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348053"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nSUNRPC: Trap RDMA segment overflows\n\nPrevent svc_rdma_build_writes() from walking off the end of a Write\nchunk\u0027s segment array. Caught with KASAN.\n\nThe test that this fix replaces is invalid, and might have been left\nover from an earlier prototype of the PCL work.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: SUNRPC: Trap RDMA segment overflows",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49356"
},
{
"category": "external",
"summary": "RHBZ#2348053",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348053"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49356",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49356"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49356",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49356"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022643-CVE-2022-49356-6195@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022643-CVE-2022-49356-6195@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: SUNRPC: Trap RDMA segment overflows"
},
{
"cve": "CVE-2022-49401",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347828"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm/page_owner: use strscpy() instead of strlcpy()\n\ncurrent-\u003ecomm[] is not a string (no guarantee for a zero byte in it).\n\nstrlcpy(s1, s2, l) is calling strlen(s2), potentially\ncausing out-of-bound access, as reported by syzbot:\n\ndetected buffer overflow in __fortify_strlen\n------------[ cut here ]------------\nkernel BUG at lib/string_helpers.c:980!\ninvalid opcode: 0000 [#1] PREEMPT SMP KASAN\nCPU: 0 PID: 4087 Comm: dhcpcd-run-hooks Not tainted 5.18.0-rc3-syzkaller-01537-g20b87e7c29df #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011\nRIP: 0010:fortify_panic+0x18/0x1a lib/string_helpers.c:980\nCode: 8c e8 c5 ba e1 fa e9 23 0f bf fa e8 0b 5d 8c f8 eb db 55 48 89 fd e8 e0 49 40 f8 48 89 ee 48 c7 c7 80 f5 26 8a e8 99 09 f1 ff \u003c0f\u003e 0b e8 ca 49 40 f8 48 8b 54 24 18 4c 89 f1 48 c7 c7 00 00 27 8a\nRSP: 0018:ffffc900000074a8 EFLAGS: 00010286\n\nRAX: 000000000000002c RBX: ffff88801226b728 RCX: 0000000000000000\nRDX: ffff8880198e0000 RSI: ffffffff81600458 RDI: fffff52000000e87\nRBP: ffffffff89da2aa0 R08: 000000000000002c R09: 0000000000000000\nR10: ffffffff815fae2e R11: 0000000000000000 R12: ffff88801226b700\nR13: ffff8880198e0830 R14: 0000000000000000 R15: 0000000000000000\nFS: 0000000000000000(0000) GS:ffff8880b9c00000(0000) knlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 00007f5876ad6ff8 CR3: 000000001a48c000 CR4: 00000000003506f0\nDR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\nDR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000600\nCall Trace:\n \u003cIRQ\u003e\n __fortify_strlen include/linux/fortify-string.h:128 [inline]\n strlcpy include/linux/fortify-string.h:143 [inline]\n __set_page_owner_handle+0x2b1/0x3e0 mm/page_owner.c:171\n __set_page_owner+0x3e/0x50 mm/page_owner.c:190\n prep_new_page mm/page_alloc.c:2441 [inline]\n get_page_from_freelist+0xba2/0x3e00 mm/page_alloc.c:4182\n __alloc_pages+0x1b2/0x500 mm/page_alloc.c:5408\n alloc_pages+0x1aa/0x310 mm/mempolicy.c:2272\n alloc_slab_page mm/slub.c:1799 [inline]\n allocate_slab+0x26c/0x3c0 mm/slub.c:1944\n new_slab mm/slub.c:2004 [inline]\n ___slab_alloc+0x8df/0xf20 mm/slub.c:3005\n __slab_alloc.constprop.0+0x4d/0xa0 mm/slub.c:3092\n slab_alloc_node mm/slub.c:3183 [inline]\n slab_alloc mm/slub.c:3225 [inline]\n __kmem_cache_alloc_lru mm/slub.c:3232 [inline]\n kmem_cache_alloc+0x360/0x3b0 mm/slub.c:3242\n dst_alloc+0x146/0x1f0 net/core/dst.c:92",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: mm/page_owner: use strscpy() instead of strlcpy()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Not actual for the any versions of Red Hat Enterprise Linux, because configuration parameter CONFIG_PAGE_OWNER disabled by default. For the Red Hat Enterprise Linux 8 fixed starting from 8.9 version anyway and for the Red Hat Enterprise Linux 9 or later also fixed. There is known reproducer by SyzBot for this bug. The complexity of attack would be high.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49401"
},
{
"category": "external",
"summary": "RHBZ#2347828",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347828"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49401",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49401"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49401",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49401"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022651-CVE-2022-49401-2fa3@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022651-CVE-2022-49401-2fa3@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: mm/page_owner: use strscpy() instead of strlcpy()"
},
{
"cve": "CVE-2022-49492",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2347913"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the nvme module in the Linux kernel. A NULL pointer dereference can be triggered due to improper error management when the blk_mq_init_queue function fails to set up the queue, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nvme-pci: fix a NULL pointer dereference in nvme_alloc_admin_tags",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue has been fixed in Red Hat Enterprise Linux 8.9 and 9.2 via RHSA-2023:7077 [1] and RHSA-2023:2458 [2], respectively.\n\n[1]. https://access.redhat.com/errata/RHSA-2023:7077\n\n[2]. https://access.redhat.com/errata/RHSA-2023:2458",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49492"
},
{
"category": "external",
"summary": "RHBZ#2347913",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347913"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49492",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49492"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49492",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49492"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022606-CVE-2022-49492-6a2d@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022606-CVE-2022-49492-6a2d@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: nvme-pci: fix a NULL pointer dereference in nvme_alloc_admin_tags"
},
{
"cve": "CVE-2022-49639",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-02-26T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348239"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncipso: Fix data-races around sysctl.\n\nWhile reading cipso sysctl variables, they can be changed concurrently.\nSo, we need to add READ_ONCE() to avoid data-races.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: cipso: Fix data-races around sysctl.",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49639"
},
{
"category": "external",
"summary": "RHBZ#2348239",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348239"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49639",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49639"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022618-CVE-2022-49639-a1b4@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022618-CVE-2022-49639-a1b4@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: cipso: Fix data-races around sysctl."
},
{
"cve": "CVE-2022-49647",
"discovery_date": "2025-02-26T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348050"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncgroup: Use separate src/dst nodes when preloading css_sets for migration\n\nEach cset (css_set) is pinned by its tasks. When we\u0027re moving tasks around\nacross csets for a migration, we need to hold the source and destination\ncsets to ensure that they don\u0027t go away while we\u0027re moving tasks about. This\nis done by linking cset-\u003emg_preload_node on either the\nmgctx-\u003epreloaded_src_csets or mgctx-\u003epreloaded_dst_csets list. Using the\nsame cset-\u003emg_preload_node for both the src and dst lists was deemed okay as\na cset can\u0027t be both the source and destination at the same time.\n\nUnfortunately, this overloading becomes problematic when multiple tasks are\ninvolved in a migration and some of them are identity noop migrations while\nothers are actually moving across cgroups. For example, this can happen with\nthe following sequence on cgroup1:\n\n #1\u003e mkdir -p /sys/fs/cgroup/misc/a/b\n #2\u003e echo $$ \u003e /sys/fs/cgroup/misc/a/cgroup.procs\n #3\u003e RUN_A_COMMAND_WHICH_CREATES_MULTIPLE_THREADS \u0026\n #4\u003e PID=$!\n #5\u003e echo $PID \u003e /sys/fs/cgroup/misc/a/b/tasks\n #6\u003e echo $PID \u003e /sys/fs/cgroup/misc/a/cgroup.procs\n\nthe process including the group leader back into a. In this final migration,\nnon-leader threads would be doing identity migration while the group leader\nis doing an actual one.\n\nAfter #3, let\u0027s say the whole process was in cset A, and that after #4, the\nleader moves to cset B. Then, during #6, the following happens:\n\n 1. cgroup_migrate_add_src() is called on B for the leader.\n\n 2. cgroup_migrate_add_src() is called on A for the other threads.\n\n 3. cgroup_migrate_prepare_dst() is called. It scans the src list.\n\n 4. It notices that B wants to migrate to A, so it tries to A to the dst\n list but realizes that its -\u003emg_preload_node is already busy.\n\n 5. and then it notices A wants to migrate to A as it\u0027s an identity\n migration, it culls it by list_del_init()\u0027ing its -\u003emg_preload_node and\n putting references accordingly.\n\n 6. The rest of migration takes place with B on the src list but nothing on\n the dst list.\n\nThis means that A isn\u0027t held while migration is in progress. If all tasks\nleave A before the migration finishes and the incoming task pins it, the\ncset will be destroyed leading to use-after-free.\n\nThis is caused by overloading cset-\u003emg_preload_node for both src and dst\npreload lists. We wanted to exclude the cset from the src list but ended up\ninadvertently excluding it from the dst list too.\n\nThis patch fixes the issue by separating out cset-\u003emg_preload_node into\n-\u003emg_src_preload_node and -\u003emg_dst_preload_node, so that the src and dst\npreloadings don\u0027t interfere with each other.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: cgroup: Use separate src/dst nodes when preloading css_sets for migration",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49647"
},
{
"category": "external",
"summary": "RHBZ#2348050",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348050"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49647",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49647"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49647",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49647"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022619-CVE-2022-49647-b3cb@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022619-CVE-2022-49647-b3cb@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: cgroup: Use separate src/dst nodes when preloading css_sets for migration"
},
{
"cve": "CVE-2022-49675",
"discovery_date": "2025-02-26T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348124"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntick/nohz: unexport __init-annotated tick_nohz_full_setup()\n\nEXPORT_SYMBOL and __init is a bad combination because the .init.text\nsection is freed up after the initialization. Hence, modules cannot\nuse symbols annotated __init. The access to a freed symbol may end up\nwith kernel panic.\n\nmodpost used to detect it, but it had been broken for a decade.\n\nCommit 28438794aba4 (\"modpost: fix section mismatch check for exported\ninit/exit sections\") fixed it so modpost started to warn it again, then\nthis showed up:\n\n MODPOST vmlinux.symvers\n WARNING: modpost: vmlinux.o(___ksymtab_gpl+tick_nohz_full_setup+0x0): Section mismatch in reference from the variable __ksymtab_tick_nohz_full_setup to the function .init.text:tick_nohz_full_setup()\n The symbol tick_nohz_full_setup is exported and annotated __init\n Fix this by removing the __init annotation of tick_nohz_full_setup or drop the export.\n\nDrop the export because tick_nohz_full_setup() is only called from the\nbuilt-in code in kernel/sched/isolation.c.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: tick/nohz: unexport __init-annotated tick_nohz_full_setup()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49675"
},
{
"category": "external",
"summary": "RHBZ#2348124",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348124"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49675",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49675"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49675",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49675"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025022624-CVE-2022-49675-17aa@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025022624-CVE-2022-49675-17aa@gregkh/T"
}
],
"release_date": "2025-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: tick/nohz: unexport __init-annotated tick_nohz_full_setup()"
},
{
"cve": "CVE-2022-49752",
"cwe": {
"id": "CWE-911",
"name": "Improper Update of Reference Count"
},
"discovery_date": "2025-03-27T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2355453"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndevice property: fix of node refcount leak in fwnode_graph_get_next_endpoint()\n\nThe \u0027parent\u0027 returned by fwnode_graph_get_port_parent()\nwith refcount incremented when \u0027prev\u0027 is not NULL, it\nneeds be put when finish using it.\n\nBecause the parent is const, introduce a new variable to\nstore the returned fwnode, then put it before returning\nfrom fwnode_graph_get_next_endpoint().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: device property: fix of node refcount leak in fwnode_graph_get_next_endpoint()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49752"
},
{
"category": "external",
"summary": "RHBZ#2355453",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355453"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49752",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49752"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49752",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49752"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025032700-CVE-2022-49752-19a3@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025032700-CVE-2022-49752-19a3@gregkh/T"
}
],
"release_date": "2025-03-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: device property: fix of node refcount leak in fwnode_graph_get_next_endpoint()"
},
{
"cve": "CVE-2022-49773",
"discovery_date": "2025-05-01T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363477"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amd/display: Fix optc2_configure warning on dcn314\n\n[Why]\ndcn314 uses optc2_configure_crc() that wraps\noptc1_configure_crc() + set additional registers\nnot applicable to dcn314.\nIt\u0027s not critical but when used leads to warning like:\nWARNING: drivers/gpu/drm/amd/amdgpu/../display/dc/dc_helper.c\nCall Trace:\n\u003cTASK\u003e\ngeneric_reg_set_ex+0x6d/0xe0 [amdgpu]\noptc2_configure_crc+0x60/0x80 [amdgpu]\ndc_stream_configure_crc+0x129/0x150 [amdgpu]\namdgpu_dm_crtc_configure_crc_source+0x5d/0xe0 [amdgpu]\n\n[How]\nUse optc1_configure_crc() directly",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/amd/display: Fix optc2_configure warning on dcn314",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49773"
},
{
"category": "external",
"summary": "RHBZ#2363477",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363477"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49773",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49773"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49773",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49773"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050116-CVE-2022-49773-2f2e@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050116-CVE-2022-49773-2f2e@gregkh/T"
}
],
"release_date": "2025-05-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: drm/amd/display: Fix optc2_configure warning on dcn314"
},
{
"cve": "CVE-2022-49827",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-05-01T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363409"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the DRM subsystem in the Linux kernel. A NULL pointer dereference can be triggered due to a missing check, causing a system crash and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm: Fix potential null-ptr-deref in drm_vblank_destroy_worker()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue has been fixed in Red Hat Enterprise Linux 8.9 and 9.3 via RHSA-2023:7077 [1] and RHSA-2023:6583 [2], respectively.\n\n[1]. https://access.redhat.com/errata/RHSA-2023:7077\n\n[2]. https://access.redhat.com/errata/RHSA-2023:6583",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49827"
},
{
"category": "external",
"summary": "RHBZ#2363409",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363409"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49827",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49827"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49827",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49827"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050135-CVE-2022-49827-f7bc@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050135-CVE-2022-49827-f7bc@gregkh/T"
}
],
"release_date": "2025-05-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: drm: Fix potential null-ptr-deref in drm_vblank_destroy_worker()"
},
{
"cve": "CVE-2022-49853",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2025-05-01T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363383"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: macvlan: fix memory leaks of macvlan_common_newlink\n\nkmemleak reports memory leaks in macvlan_common_newlink, as follows:\n\n ip link add link eth0 name .. type macvlan mode source macaddr add\n \u003cMAC-ADDR\u003e\n\nkmemleak reports:\n\nunreferenced object 0xffff8880109bb140 (size 64):\n comm \"ip\", pid 284, jiffies 4294986150 (age 430.108s)\n hex dump (first 32 bytes):\n 00 00 00 00 00 00 00 00 b8 aa 5a 12 80 88 ff ff ..........Z.....\n 80 1b fa 0d 80 88 ff ff 1e ff ac af c7 c1 6b 6b ..............kk\n backtrace:\n [\u003cffffffff813e06a7\u003e] kmem_cache_alloc_trace+0x1c7/0x300\n [\u003cffffffff81b66025\u003e] macvlan_hash_add_source+0x45/0xc0\n [\u003cffffffff81b66a67\u003e] macvlan_changelink_sources+0xd7/0x170\n [\u003cffffffff81b6775c\u003e] macvlan_common_newlink+0x38c/0x5a0\n [\u003cffffffff81b6797e\u003e] macvlan_newlink+0xe/0x20\n [\u003cffffffff81d97f8f\u003e] __rtnl_newlink+0x7af/0xa50\n [\u003cffffffff81d98278\u003e] rtnl_newlink+0x48/0x70\n ...\n\nIn the scenario where the macvlan mode is configured as \u0027source\u0027,\nmacvlan_changelink_sources() will be execured to reconfigure list of\nremote source mac addresses, at the same time, if register_netdevice()\nreturn an error, the resource generated by macvlan_changelink_sources()\nis not cleaned up.\n\nUsing this patch, in the case of an error, it will execute\nmacvlan_flush_sources() to ensure that the resource is cleaned up.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net: macvlan: fix memory leaks of macvlan_common_newlink",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49853"
},
{
"category": "external",
"summary": "RHBZ#2363383",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363383"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49853",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49853"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49853",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49853"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050144-CVE-2022-49853-a5ef@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050144-CVE-2022-49853-a5ef@gregkh/T"
}
],
"release_date": "2025-05-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net: macvlan: fix memory leaks of macvlan_common_newlink"
},
{
"cve": "CVE-2022-49862",
"cwe": {
"id": "CWE-908",
"name": "Use of Uninitialized Resource"
},
"discovery_date": "2025-05-01T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363458"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the tipc module in the Linux kernel. An uninitialized value issue can be triggered due to a missing type cast when comparing the length of data with the size of an object. This issue can potentially cause system instability and result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: tipc: fix the msg-\u003ereq tlv len check in tipc_nl_compat_name_table_dump_header",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue has been fixed in Red Hat Enterprise Linux 8.9 and 9.2 via RHSA-2023:7077 [1] and RHSA-2023:2458 [2], respectively.\n\n[1]. https://access.redhat.com/errata/RHSA-2023:7077\n\n[2]. https://access.redhat.com/errata/RHSA-2023:2458",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49862"
},
{
"category": "external",
"summary": "RHBZ#2363458",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363458"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49862",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49862"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49862",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49862"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050147-CVE-2022-49862-04f2@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050147-CVE-2022-49862-04f2@gregkh/T"
}
],
"release_date": "2025-05-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: tipc: fix the msg-\u003ereq tlv len check in tipc_nl_compat_name_table_dump_header"
},
{
"cve": "CVE-2022-49864",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-05-01T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363495"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s AMD Kernel Fusion Driver (AMDKFD). In specific error conditions, an object holding a NULL value is used, causing a NULL pointer dereference and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/amdkfd: Fix NULL pointer dereference in svm_migrate_to_ram()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue has been fixed in Red Hat Enterprise Linux 8.9 and 9.3 via RHSA-2023:7077 [1] and RHSA-2023:6583 [2], respectively.\n\n[1]. https://access.redhat.com/errata/RHSA-2023:7077\n\n[2]. https://access.redhat.com/errata/RHSA-2023:6583",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49864"
},
{
"category": "external",
"summary": "RHBZ#2363495",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363495"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49864",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49864"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49864",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49864"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050148-CVE-2022-49864-a6b3@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050148-CVE-2022-49864-a6b3@gregkh/T"
}
],
"release_date": "2025-05-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: drm/amdkfd: Fix NULL pointer dereference in svm_migrate_to_ram()"
},
{
"cve": "CVE-2022-49890",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2025-05-01T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363448"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the capabilities subsystem in the Linux kernel. When memory is allocated for a temporary buffer and a subsequent function call fails, the allocated memory is not released, resulting in a memory leak. This issue could impact system performance and result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: capabilities: fix potential memleak on error path from vfs_getxattr_alloc()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue has been fixed in Red Hat Enterprise Linux 8.9 via RHSA-2023:7077 [1].\n\nThe capabilities subsystem as shipped in Red Hat Enterprise Linux 9 is not affected by this vulnerability because the vulnerable code is not present.\n\n[1]. https://access.redhat.com/errata/RHSA-2023:7077",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49890"
},
{
"category": "external",
"summary": "RHBZ#2363448",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363448"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49890",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49890"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49890",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49890"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050157-CVE-2022-49890-345f@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050157-CVE-2022-49890-345f@gregkh/T"
}
],
"release_date": "2025-05-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: capabilities: fix potential memleak on error path from vfs_getxattr_alloc()"
},
{
"cve": "CVE-2022-49903",
"discovery_date": "2025-05-01T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363491"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nipv6: fix WARNING in ip6_route_net_exit_late()\n\nDuring the initialization of ip6_route_net_init_late(), if file\nipv6_route or rt6_stats fails to be created, the initialization is\nsuccessful by default. Therefore, the ipv6_route or rt6_stats file\ndoesn\u0027t be found during the remove in ip6_route_net_exit_late(). It\nwill cause WRNING.\n\nThe following is the stack information:\nname \u0027rt6_stats\u0027\nWARNING: CPU: 0 PID: 9 at fs/proc/generic.c:712 remove_proc_entry+0x389/0x460\nModules linked in:\nWorkqueue: netns cleanup_net\nRIP: 0010:remove_proc_entry+0x389/0x460\nPKRU: 55555554\nCall Trace:\n\u003cTASK\u003e\nops_exit_list+0xb0/0x170\ncleanup_net+0x4ea/0xb00\nprocess_one_work+0x9bf/0x1710\nworker_thread+0x665/0x1080\nkthread+0x2e4/0x3a0\nret_from_fork+0x1f/0x30\n\u003c/TASK\u003e",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ipv6: fix WARNING in ip6_route_net_exit_late()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49903"
},
{
"category": "external",
"summary": "RHBZ#2363491",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363491"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49903",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49903"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49903",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49903"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050102-CVE-2022-49903-23a6@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050102-CVE-2022-49903-23a6@gregkh/T"
}
],
"release_date": "2025-05-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ipv6: fix WARNING in ip6_route_net_exit_late()"
},
{
"cve": "CVE-2022-49995",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2025-06-18T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373560"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwriteback: avoid use-after-free after removing device\n\nWhen a disk is removed, bdi_unregister gets called to stop further\nwriteback and wait for associated delayed work to complete. However,\nwb_inode_writeback_end() may schedule bandwidth estimation dwork after\nthis has completed, which can result in the timer attempting to access the\njust freed bdi_writeback.\n\nFix this by checking if the bdi_writeback is alive, similar to when\nscheduling writeback work.\n\nSince this requires wb-\u003ework_lock, and wb_inode_writeback_end() may get\ncalled from interrupt, switch wb-\u003ework_lock to an irqsafe lock.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: writeback: avoid use-after-free after removing device",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-49995"
},
{
"category": "external",
"summary": "RHBZ#2373560",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373560"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-49995",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49995"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49995",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49995"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061826-CVE-2022-49995-2d74@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061826-CVE-2022-49995-2d74@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: writeback: avoid use-after-free after removing device"
},
{
"cve": "CVE-2022-50003",
"discovery_date": "2025-06-18T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373615"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nice: xsk: prohibit usage of non-balanced queue id\n\nFix the following scenario:\n1. ethtool -L $IFACE rx 8 tx 96\n2. xdpsock -q 10 -t -z\n\nAbove refers to a case where user would like to attach XSK socket in\ntxonly mode at a queue id that does not have a corresponding Rx queue.\nAt this moment ice\u0027s XSK logic is tightly bound to act on a \"queue pair\",\ne.g. both Tx and Rx queues at a given queue id are disabled/enabled and\nboth of them will get XSK pool assigned, which is broken for the presented\nqueue configuration. This results in the splat included at the bottom,\nwhich is basically an OOB access to Rx ring array.\n\nTo fix this, allow using the ids only in scope of \"combined\" queues\nreported by ethtool. However, logic should be rewritten to allow such\nconfigurations later on, which would end up as a complete rewrite of the\ncontrol path, so let us go with this temporary fix.\n\n[420160.558008] BUG: kernel NULL pointer dereference, address: 0000000000000082\n[420160.566359] #PF: supervisor read access in kernel mode\n[420160.572657] #PF: error_code(0x0000) - not-present page\n[420160.579002] PGD 0 P4D 0\n[420160.582756] Oops: 0000 [#1] PREEMPT SMP NOPTI\n[420160.588396] CPU: 10 PID: 21232 Comm: xdpsock Tainted: G OE 5.19.0-rc7+ #10\n[420160.597893] Hardware name: Intel Corporation S2600WFT/S2600WFT, BIOS SE5C620.86B.02.01.0008.031920191559 03/19/2019\n[420160.609894] RIP: 0010:ice_xsk_pool_setup+0x44/0x7d0 [ice]\n[420160.616968] Code: f3 48 83 ec 40 48 8b 4f 20 48 8b 3f 65 48 8b 04 25 28 00 00 00 48 89 44 24 38 31 c0 48 8d 04 ed 00 00 00 00 48 01 c1 48 8b 11 \u003c0f\u003e b7 92 82 00 00 00 48 85 d2 0f 84 2d 75 00 00 48 8d 72 ff 48 85\n[420160.639421] RSP: 0018:ffffc9002d2afd48 EFLAGS: 00010282\n[420160.646650] RAX: 0000000000000050 RBX: ffff88811d8bdd00 RCX: ffff888112c14ff8\n[420160.655893] RDX: 0000000000000000 RSI: ffff88811d8bdd00 RDI: ffff888109861000\n[420160.665166] RBP: 000000000000000a R08: 000000000000000a R09: 0000000000000000\n[420160.674493] R10: 000000000000889f R11: 0000000000000000 R12: 000000000000000a\n[420160.683833] R13: 000000000000000a R14: 0000000000000000 R15: ffff888117611828\n[420160.693211] FS: 00007fa869fc1f80(0000) GS:ffff8897e0880000(0000) knlGS:0000000000000000\n[420160.703645] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n[420160.711783] CR2: 0000000000000082 CR3: 00000001d076c001 CR4: 00000000007706e0\n[420160.721399] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\n[420160.731045] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\n[420160.740707] PKRU: 55555554\n[420160.745960] Call Trace:\n[420160.750962] \u003cTASK\u003e\n[420160.755597] ? kmalloc_large_node+0x79/0x90\n[420160.762703] ? __kmalloc_node+0x3f5/0x4b0\n[420160.769341] xp_assign_dev+0xfd/0x210\n[420160.775661] ? shmem_file_read_iter+0x29a/0x420\n[420160.782896] xsk_bind+0x152/0x490\n[420160.788943] __sys_bind+0xd0/0x100\n[420160.795097] ? exit_to_user_mode_prepare+0x20/0x120\n[420160.802801] __x64_sys_bind+0x16/0x20\n[420160.809298] do_syscall_64+0x38/0x90\n[420160.815741] entry_SYSCALL_64_after_hwframe+0x63/0xcd\n[420160.823731] RIP: 0033:0x7fa86a0dd2fb\n[420160.830264] Code: c3 66 0f 1f 44 00 00 48 8b 15 69 8b 0c 00 f7 d8 64 89 02 b8 ff ff ff ff eb bc 0f 1f 44 00 00 f3 0f 1e fa b8 31 00 00 00 0f 05 \u003c48\u003e 3d 01 f0 ff ff 73 01 c3 48 8b 0d 3d 8b 0c 00 f7 d8 64 89 01 48\n[420160.855410] RSP: 002b:00007ffc1146f618 EFLAGS: 00000246 ORIG_RAX: 0000000000000031\n[420160.866366] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007fa86a0dd2fb\n[420160.876957] RDX: 0000000000000010 RSI: 00007ffc1146f680 RDI: 0000000000000003\n[420160.887604] RBP: 000055d7113a0520 R08: 00007fa868fb8000 R09: 0000000080000000\n[420160.898293] R10: 0000000000008001 R11: 0000000000000246 R12: 000055d7113a04e0\n[420160.909038] R13: 000055d7113a0320 R14: 000000000000000a R15: 0000000000000000\n[420160.919817] \u003c/TASK\u003e\n[420160.925659] Modules linked in: ice(OE) af_packet binfmt_misc\n---truncated---",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ice: xsk: prohibit usage of non-balanced queue id",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50003"
},
{
"category": "external",
"summary": "RHBZ#2373615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373615"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50003",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50003"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50003",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50003"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061829-CVE-2022-50003-8a4c@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061829-CVE-2022-50003-8a4c@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ice: xsk: prohibit usage of non-balanced queue id"
},
{
"cve": "CVE-2022-50046",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-06-18T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373511"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the sunrpc module in the Linux kernel. A missing decrement of the reference count when an error occurs can cause a memory leak, and a missing check can cause a NULL pointer dereference, potentially resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net/sunrpc: fix potential memory leaks in rpc_sysfs_xprt_state_change()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue has been fixed in Red Hat Enterprise Linux 8.9 and 9.2 via RHSA-2023:7077 [1] and RHSA-2023:2458 [2], respectively.\n\n[1]. https://access.redhat.com/errata/RHSA-2023:7077\n\n[2]. https://access.redhat.com/errata/RHSA-2023:2458",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50046"
},
{
"category": "external",
"summary": "RHBZ#2373511",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373511"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50046",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50046"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50046",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50046"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061844-CVE-2022-50046-9cac@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061844-CVE-2022-50046-9cac@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: net/sunrpc: fix potential memory leaks in rpc_sysfs_xprt_state_change()"
},
{
"cve": "CVE-2022-50066",
"cwe": {
"id": "CWE-823",
"name": "Use of Out-of-range Pointer Offset"
},
"discovery_date": "2025-06-18T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373683"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the Linux kernel\u0027s Aquantia Atlantic driver, where a lack of proper bounds checking during loop indexing can lead to an out-of-bounds access. This can lead to undefined system behavior and a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net: atlantic: fix aq_vec index out of range error",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in the Aquantia network driver (atlantic) allows out-of-bounds access to the aq_vec[] array, which can lead to a kernel crash. However, triggering this issue requires privileges, as it occurs in internal kernel functions like aq_nic_stop() and aq_vec_isr(), typically invoked during device suspend or shutdown. This bug was observable through a UBSAN report in aq_nic_stop().",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50066"
},
{
"category": "external",
"summary": "RHBZ#2373683",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373683"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50066",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50066"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50066",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50066"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061851-CVE-2022-50066-a2ad@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061851-CVE-2022-50066-a2ad@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module atlantic from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net: atlantic: fix aq_vec index out of range error"
},
{
"cve": "CVE-2022-50083",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2025-06-18T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373519"
}
],
"notes": [
{
"category": "description",
"text": "[REJECTED CVE] In the Linux kernel, the following vulnerability has been resolved:\next4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.h",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.h",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE has been rejected by the Linux kernel community. Refer to the announcement: https://lore.kernel.org/linux-cve-announce/2025082055-REJECTED-816e@gregkh/",
"title": "Statement"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50083"
},
{
"category": "external",
"summary": "RHBZ#2373519",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373519"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50083",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50083"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50083",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50083"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061857-CVE-2022-50083-faff@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061857-CVE-2022-50083-faff@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"title": "kernel: ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.h"
},
{
"cve": "CVE-2022-50148",
"cwe": {
"id": "CWE-413",
"name": "Improper Resource Locking"
},
"discovery_date": "2025-06-18T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373637"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nkernfs: fix potential NULL dereference in __kernfs_remove\n\nWhen lockdep is enabled, lockdep_assert_held_write would\ncause potential NULL pointer dereference.\n\nFix the following smatch warnings:\n\nfs/kernfs/dir.c:1353 __kernfs_remove() warn: variable dereferenced before check \u0027kn\u0027 (see line 1346)",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: kernfs: fix potential NULL dereference in __kernfs_remove",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50148"
},
{
"category": "external",
"summary": "RHBZ#2373637",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373637"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50148"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50148",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50148"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025061821-CVE-2022-50148-371d@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025061821-CVE-2022-50148-371d@gregkh/T"
}
],
"release_date": "2025-06-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: kernfs: fix potential NULL dereference in __kernfs_remove"
},
{
"cve": "CVE-2022-50246",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2025-09-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395442"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: typec: tcpci: fix of node refcount leak in tcpci_register_port()\n\nI got the following report while doing device(mt6370-tcpc) load\ntest with CONFIG_OF_UNITTEST and CONFIG_OF_DYNAMIC enabled:\n\n OF: ERROR: memory leak, expected refcount 1 instead of 2,\n of_node_get()/of_node_put() unbalanced - destroy cset entry:\n attach overlay node /i2c/pmic@34/tcpc/connector\n\nThe \u0027fwnode\u0027 set in tcpci_parse_config() which is called\nin tcpci_register_port(), its node refcount is increased\nin device_get_named_child_node(). It needs be put while\nexiting, so call fwnode_handle_put() in the error path of\ntcpci_register_port() and in tcpci_unregister_port() to\navoid leak.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: usb: typec: tcpci: fix of node refcount leak in tcpci_register_port()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50246"
},
{
"category": "external",
"summary": "RHBZ#2395442",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395442"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50246",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50246"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50246",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50246"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091548-CVE-2022-50246-d173@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091548-CVE-2022-50246-d173@gregkh/T"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: usb: typec: tcpci: fix of node refcount leak in tcpci_register_port()"
},
{
"cve": "CVE-2022-50258",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-09-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395431"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: brcmfmac: Fix potential stack-out-of-bounds in brcmf_c_preinit_dcmds()\n\nThis patch fixes a stack-out-of-bounds read in brcmfmac that occurs\nwhen \u0027buf\u0027 that is not null-terminated is passed as an argument of\nstrsep() in brcmf_c_preinit_dcmds(). This buffer is filled with a firmware\nversion string by memcpy() in brcmf_fil_iovar_data_get().\nThe patch ensures buf is null-terminated.\n\nFound by a modified version of syzkaller.\n\n[ 47.569679][ T1897] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43236b for chip BCM43236/3\n[ 47.582839][ T1897] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available\n[ 47.601565][ T1897] ==================================================================\n[ 47.602574][ T1897] BUG: KASAN: stack-out-of-bounds in strsep+0x1b2/0x1f0\n[ 47.603447][ T1897] Read of size 1 at addr ffffc90001f6f000 by task kworker/0:2/1897\n[ 47.604336][ T1897]\n[ 47.604621][ T1897] CPU: 0 PID: 1897 Comm: kworker/0:2 Tainted: G O 5.14.0+ #131\n[ 47.605617][ T1897] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.12.1-0-ga5cab58e9a3f-prebuilt.qemu.org 04/01/2014\n[ 47.606907][ T1897] Workqueue: usb_hub_wq hub_event\n[ 47.607453][ T1897] Call Trace:\n[ 47.607801][ T1897] dump_stack_lvl+0x8e/0xd1\n[ 47.608295][ T1897] print_address_description.constprop.0.cold+0xf/0x334\n[ 47.609009][ T1897] ? strsep+0x1b2/0x1f0\n[ 47.609434][ T1897] ? strsep+0x1b2/0x1f0\n[ 47.609863][ T1897] kasan_report.cold+0x83/0xdf\n[ 47.610366][ T1897] ? strsep+0x1b2/0x1f0\n[ 47.610882][ T1897] strsep+0x1b2/0x1f0\n[ 47.611300][ T1897] ? brcmf_fil_iovar_data_get+0x3a/0xf0\n[ 47.611883][ T1897] brcmf_c_preinit_dcmds+0x995/0xc40\n[ 47.612434][ T1897] ? brcmf_c_set_joinpref_default+0x100/0x100\n[ 47.613078][ T1897] ? rcu_read_lock_sched_held+0xa1/0xd0\n[ 47.613662][ T1897] ? rcu_read_lock_bh_held+0xb0/0xb0\n[ 47.614208][ T1897] ? lock_acquire+0x19d/0x4e0\n[ 47.614704][ T1897] ? find_held_lock+0x2d/0x110\n[ 47.615236][ T1897] ? brcmf_usb_deq+0x1a7/0x260\n[ 47.615741][ T1897] ? brcmf_usb_rx_fill_all+0x5a/0xf0\n[ 47.616288][ T1897] brcmf_attach+0x246/0xd40\n[ 47.616758][ T1897] ? wiphy_new_nm+0x1703/0x1dd0\n[ 47.617280][ T1897] ? kmemdup+0x43/0x50\n[ 47.617720][ T1897] brcmf_usb_probe+0x12de/0x1690\n[ 47.618244][ T1897] ? brcmf_usbdev_qinit.constprop.0+0x470/0x470\n[ 47.618901][ T1897] usb_probe_interface+0x2aa/0x760\n[ 47.619429][ T1897] ? usb_probe_device+0x250/0x250\n[ 47.619950][ T1897] really_probe+0x205/0xb70\n[ 47.620435][ T1897] ? driver_allows_async_probing+0x130/0x130\n[ 47.621048][ T1897] __driver_probe_device+0x311/0x4b0\n[ 47.621595][ T1897] ? driver_allows_async_probing+0x130/0x130\n[ 47.622209][ T1897] driver_probe_device+0x4e/0x150\n[ 47.622739][ T1897] __device_attach_driver+0x1cc/0x2a0\n[ 47.623287][ T1897] bus_for_each_drv+0x156/0x1d0\n[ 47.623796][ T1897] ? bus_rescan_devices+0x30/0x30\n[ 47.624309][ T1897] ? lockdep_hardirqs_on_prepare+0x273/0x3e0\n[ 47.624907][ T1897] ? trace_hardirqs_on+0x46/0x160\n[ 47.625437][ T1897] __device_attach+0x23f/0x3a0\n[ 47.625924][ T1897] ? device_bind_driver+0xd0/0xd0\n[ 47.626433][ T1897] ? kobject_uevent_env+0x287/0x14b0\n[ 47.627057][ T1897] bus_probe_device+0x1da/0x290\n[ 47.627557][ T1897] device_add+0xb7b/0x1eb0\n[ 47.628027][ T1897] ? wait_for_completion+0x290/0x290\n[ 47.628593][ T1897] ? __fw_devlink_link_to_suppliers+0x5a0/0x5a0\n[ 47.629249][ T1897] usb_set_configuration+0xf59/0x16f0\n[ 47.629829][ T1897] usb_generic_driver_probe+0x82/0xa0\n[ 47.630385][ T1897] usb_probe_device+0xbb/0x250\n[ 47.630927][ T1897] ? usb_suspend+0x590/0x590\n[ 47.631397][ T1897] really_probe+0x205/0xb70\n[ 47.631855][ T1897] ? driver_allows_async_probing+0x130/0x130\n[ 47.632469][ T1897] __driver_probe_device+0x311/0x4b0\n[ 47.633002][ \n---truncated---",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: wifi: brcmfmac: Fix potential stack-out-of-bounds in brcmf_c_preinit_dcmds()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50258"
},
{
"category": "external",
"summary": "RHBZ#2395431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50258",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50258"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50258",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50258"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091551-CVE-2022-50258-1497@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091551-CVE-2022-50258-1497@gregkh/T"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: wifi: brcmfmac: Fix potential stack-out-of-bounds in brcmf_c_preinit_dcmds()"
},
{
"cve": "CVE-2022-50269",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2025-09-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395226"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/vkms: Fix memory leak in vkms_init()\n\nA memory leak was reported after the vkms module install failed.\n\nunreferenced object 0xffff88810bc28520 (size 16):\n comm \"modprobe\", pid 9662, jiffies 4298009455 (age 42.590s)\n hex dump (first 16 bytes):\n 01 01 00 64 81 88 ff ff 00 00 dc 0a 81 88 ff ff ...d............\n backtrace:\n [\u003c00000000e7561ff8\u003e] kmalloc_trace+0x27/0x60\n [\u003c000000000b1954a0\u003e] 0xffffffffc45200a9\n [\u003c00000000abbf1da0\u003e] do_one_initcall+0xd0/0x4f0\n [\u003c000000001505ee87\u003e] do_init_module+0x1a4/0x680\n [\u003c00000000958079ad\u003e] load_module+0x6249/0x7110\n [\u003c00000000117e4696\u003e] __do_sys_finit_module+0x140/0x200\n [\u003c00000000f74b12d2\u003e] do_syscall_64+0x35/0x80\n [\u003c000000008fc6fcde\u003e] entry_SYSCALL_64_after_hwframe+0x46/0xb0\n\nThe reason is that the vkms_init() returns without checking the return\nvalue of vkms_create(), and if the vkms_create() failed, the config\nallocated at the beginning of vkms_init() is leaked.\n\n vkms_init()\n config = kmalloc(...) # config allocated\n ...\n return vkms_create() # vkms_create failed and config is leaked\n\nFix this problem by checking return value of vkms_create() and free the\nconfig if error happened.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/vkms: Fix memory leak in vkms_init()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50269"
},
{
"category": "external",
"summary": "RHBZ#2395226",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395226"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50269",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50269"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50269",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50269"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091504-CVE-2022-50269-24d9@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091504-CVE-2022-50269-24d9@gregkh/T"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: drm/vkms: Fix memory leak in vkms_init()"
},
{
"cve": "CVE-2022-50275",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2025-09-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395356"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/radeon: Add the missed acpi_put_table() to fix memory leak\n\nWhen the radeon driver reads the bios information from ACPI\ntable in radeon_acpi_vfct_bios(), it misses to call acpi_put_table()\nto release the ACPI memory after the init, so add acpi_put_table()\nproperly to fix the memory leak.\n\nv2: fix text formatting (Alex)",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/radeon: Add the missed acpi_put_table() to fix memory leak",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50275"
},
{
"category": "external",
"summary": "RHBZ#2395356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50275",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50275"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50275",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50275"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091506-CVE-2022-50275-2ef2@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091506-CVE-2022-50275-2ef2@gregkh/T"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: drm/radeon: Add the missed acpi_put_table() to fix memory leak"
},
{
"cve": "CVE-2022-50279",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-09-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395294"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: rtlwifi: Fix global-out-of-bounds bug in _rtl8812ae_phy_set_txpower_limit()\n\nThere is a global-out-of-bounds reported by KASAN:\n\n BUG: KASAN: global-out-of-bounds in\n _rtl8812ae_eq_n_byte.part.0+0x3d/0x84 [rtl8821ae]\n Read of size 1 at addr ffffffffa0773c43 by task NetworkManager/411\n\n CPU: 6 PID: 411 Comm: NetworkManager Tainted: G D\n 6.1.0-rc8+ #144 e15588508517267d37\n Hardware name: QEMU Standard PC (Q35 + ICH9, 2009),\n Call Trace:\n \u003cTASK\u003e\n ...\n kasan_report+0xbb/0x1c0\n _rtl8812ae_eq_n_byte.part.0+0x3d/0x84 [rtl8821ae]\n rtl8821ae_phy_bb_config.cold+0x346/0x641 [rtl8821ae]\n rtl8821ae_hw_init+0x1f5e/0x79b0 [rtl8821ae]\n ...\n \u003c/TASK\u003e\n\nThe root cause of the problem is that the comparison order of\n\"prate_section\" in _rtl8812ae_phy_set_txpower_limit() is wrong. The\n_rtl8812ae_eq_n_byte() is used to compare the first n bytes of the two\nstrings from tail to head, which causes the problem. In the\n_rtl8812ae_phy_set_txpower_limit(), it was originally intended to meet\nthis requirement by carefully designing the comparison order.\nFor example, \"pregulation\" and \"pbandwidth\" are compared in order of\nlength from small to large, first is 3 and last is 4. However, the\ncomparison order of \"prate_section\" dose not obey such order requirement,\ntherefore when \"prate_section\" is \"HT\", when comparing from tail to head,\nit will lead to access out of bounds in _rtl8812ae_eq_n_byte(). As\nmentioned above, the _rtl8812ae_eq_n_byte() has the same function as\nstrcmp(), so just strcmp() is enough.\n\nFix it by removing _rtl8812ae_eq_n_byte() and use strcmp() barely.\nAlthough it can be fixed by adjusting the comparison order of\n\"prate_section\", this may cause the value of \"rate_section\" to not be\nfrom 0 to 5. In addition, commit \"21e4b0726dc6\" not only moved driver\nfrom staging to regular tree, but also added setting txpower limit\nfunction during the driver config phase, so the problem was introduced\nby this commit.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: wifi: rtlwifi: Fix global-out-of-bounds bug in _rtl8812ae_phy_set_txpower_limit()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50279"
},
{
"category": "external",
"summary": "RHBZ#2395294",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395294"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50279",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50279"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50279",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50279"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091506-CVE-2022-50279-412b@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091506-CVE-2022-50279-412b@gregkh/T"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: wifi: rtlwifi: Fix global-out-of-bounds bug in _rtl8812ae_phy_set_txpower_limit()"
},
{
"cve": "CVE-2022-50287",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2025-09-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395279"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/i915/bios: fix a memory leak in generate_lfp_data_ptrs\n\nWhen (size != 0 || ptrs-\u003elvds_ entries != 3), the program tries to\nfree() the ptrs. However, the ptrs is not created by calling kzmalloc(),\nbut is obtained by pointer offset operation.\nThis may lead to memory leaks or undefined behavior.\n\nFix this by replacing the arguments of kfree() with ptrs_block.\n\n(cherry picked from commit 7674cd0b7d28b952151c3df26bbfa7e07eb2b4ec)",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/i915/bios: fix a memory leak in generate_lfp_data_ptrs",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50287"
},
{
"category": "external",
"summary": "RHBZ#2395279",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395279"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50287",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50287"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091508-CVE-2022-50287-a3ce@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091508-CVE-2022-50287-a3ce@gregkh/T"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: drm/i915/bios: fix a memory leak in generate_lfp_data_ptrs"
},
{
"cve": "CVE-2022-50290",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2025-09-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395417"
}
],
"notes": [
{
"category": "description",
"text": "No description is available for this CVE.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: wifi: mac80211: fix memory leak in ieee80211_if_add()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50290"
},
{
"category": "external",
"summary": "RHBZ#2395417",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395417"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50290",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50290"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50290",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50290"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091508-CVE-2022-50290-a7af@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091508-CVE-2022-50290-a7af@gregkh/T"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: wifi: mac80211: fix memory leak in ieee80211_if_add()"
},
{
"cve": "CVE-2022-50297",
"cwe": {
"id": "CWE-544",
"name": "Missing Standardized Error Handling Mechanism"
},
"discovery_date": "2025-09-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395412"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: ath9k: verify the expected usb_endpoints are present\n\nThe bug arises when a USB device claims to be an ATH9K but doesn\u0027t\nhave the expected endpoints. (In this case there was an interrupt\nendpoint where the driver expected a bulk endpoint.) The kernel\nneeds to be able to handle such devices without getting an internal error.\n\nusb 1-1: BOGUS urb xfer, pipe 3 != type 1\nWARNING: CPU: 3 PID: 500 at drivers/usb/core/urb.c:493 usb_submit_urb+0xce2/0x1430 drivers/usb/core/urb.c:493\nModules linked in:\nCPU: 3 PID: 500 Comm: kworker/3:2 Not tainted 5.10.135-syzkaller #0\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.12.0-1 04/01/2014\nWorkqueue: events request_firmware_work_func\nRIP: 0010:usb_submit_urb+0xce2/0x1430 drivers/usb/core/urb.c:493\nCall Trace:\n ath9k_hif_usb_alloc_rx_urbs drivers/net/wireless/ath/ath9k/hif_usb.c:908 [inline]\n ath9k_hif_usb_alloc_urbs+0x75e/0x1010 drivers/net/wireless/ath/ath9k/hif_usb.c:1019\n ath9k_hif_usb_dev_init drivers/net/wireless/ath/ath9k/hif_usb.c:1109 [inline]\n ath9k_hif_usb_firmware_cb+0x142/0x530 drivers/net/wireless/ath/ath9k/hif_usb.c:1242\n request_firmware_work_func+0x12e/0x240 drivers/base/firmware_loader/main.c:1097\n process_one_work+0x9af/0x1600 kernel/workqueue.c:2279\n worker_thread+0x61d/0x12f0 kernel/workqueue.c:2425\n kthread+0x3b4/0x4a0 kernel/kthread.c:313\n ret_from_fork+0x22/0x30 arch/x86/entry/entry_64.S:299\n\nFound by Linux Verification Center (linuxtesting.org) with Syzkaller.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: wifi: ath9k: verify the expected usb_endpoints are present",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50297"
},
{
"category": "external",
"summary": "RHBZ#2395412",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395412"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50297",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50297"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50297",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50297"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091557-CVE-2022-50297-974e@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091557-CVE-2022-50297-974e@gregkh/T"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: wifi: ath9k: verify the expected usb_endpoints are present"
},
{
"cve": "CVE-2022-50317",
"discovery_date": "2025-09-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395436"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/bridge: megachips: Fix a null pointer dereference bug\n\nWhen removing the module we will get the following warning:\n\n[ 31.911505] i2c-core: driver [stdp2690-ge-b850v3-fw] unregistered\n[ 31.912484] general protection fault, probably for non-canonical address 0xdffffc0000000001: 0000 [#1] PREEMPT SMP KASAN PTI\n[ 31.913338] KASAN: null-ptr-deref in range [0x0000000000000008-0x000000000000000f]\n[ 31.915280] RIP: 0010:drm_bridge_remove+0x97/0x130\n[ 31.921825] Call Trace:\n[ 31.922533] stdp4028_ge_b850v3_fw_remove+0x34/0x60 [megachips_stdpxxxx_ge_b850v3_fw]\n[ 31.923139] i2c_device_remove+0x181/0x1f0\n\nThe two bridges (stdp2690, stdp4028) do not probe at the same time, so\nthe driver does not call ge_b850v3_resgiter() when probing, causing the\ndriver to try to remove the object that has not been initialized.\n\nFix this by checking whether both the bridges are probed.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/bridge: megachips: Fix a null pointer dereference bug",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50317"
},
{
"category": "external",
"summary": "RHBZ#2395436",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395436"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50317",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50317"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50317",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50317"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091552-CVE-2022-50317-6b3b@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091552-CVE-2022-50317-6b3b@gregkh/T"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: drm/bridge: megachips: Fix a null pointer dereference bug"
},
{
"cve": "CVE-2022-50318",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2025-09-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395235"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nperf/x86/intel/uncore: Fix reference count leak in hswep_has_limit_sbox()\n\npci_get_device() will increase the reference count for the returned\n\u0027dev\u0027. We need to call pci_dev_put() to decrease the reference count.\nSince \u0027dev\u0027 is only used in pci_read_config_dword(), let\u0027s add\npci_dev_put() right after it.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: perf/x86/intel/uncore: Fix reference count leak in hswep_has_limit_sbox()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50318"
},
{
"category": "external",
"summary": "RHBZ#2395235",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395235"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50318",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50318"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50318",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50318"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091552-CVE-2022-50318-6f5e@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091552-CVE-2022-50318-6f5e@gregkh/T"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: perf/x86/intel/uncore: Fix reference count leak in hswep_has_limit_sbox()"
},
{
"cve": "CVE-2022-50348",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2025-09-16T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395851"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfsd: Fix a memory leak in an error handling path\n\nIf this memdup_user() call fails, the memory allocated in a previous call\na few lines above should be freed. Otherwise it leaks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nfsd: Fix a memory leak in an error handling path",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50348"
},
{
"category": "external",
"summary": "RHBZ#2395851",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395851"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50348",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50348"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50348",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50348"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091640-CVE-2022-50348-534c@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091640-CVE-2022-50348-534c@gregkh/T"
}
],
"release_date": "2025-09-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: nfsd: Fix a memory leak in an error handling path"
},
{
"cve": "CVE-2022-50356",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-09-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396152"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: sched: sfb: fix null pointer access issue when sfb_init() fails\n\nWhen the default qdisc is sfb, if the qdisc of dev_queue fails to be\ninited during mqprio_init(), sfb_reset() is invoked to clear resources.\nIn this case, the q-\u003eqdisc is NULL, and it will cause gpf issue.\n\nThe process is as follows:\nqdisc_create_dflt()\n\tsfb_init()\n\t\ttcf_block_get() ---\u003efailed, q-\u003eqdisc is NULL\n\t...\n\tqdisc_put()\n\t\t...\n\t\tsfb_reset()\n\t\t\tqdisc_reset(q-\u003eqdisc) ---\u003eq-\u003eqdisc is NULL\n\t\t\t\tops = qdisc-\u003eops\n\nThe following is the Call Trace information:\ngeneral protection fault, probably for non-canonical address\n0xdffffc0000000003: 0000 [#1] PREEMPT SMP KASAN\nKASAN: null-ptr-deref in range [0x0000000000000018-0x000000000000001f]\nRIP: 0010:qdisc_reset+0x2b/0x6f0\nCall Trace:\n\u003cTASK\u003e\nsfb_reset+0x37/0xd0\nqdisc_reset+0xed/0x6f0\nqdisc_destroy+0x82/0x4c0\nqdisc_put+0x9e/0xb0\nqdisc_create_dflt+0x2c3/0x4a0\nmqprio_init+0xa71/0x1760\nqdisc_create+0x3eb/0x1000\ntc_modify_qdisc+0x408/0x1720\nrtnetlink_rcv_msg+0x38e/0xac0\nnetlink_rcv_skb+0x12d/0x3a0\nnetlink_unicast+0x4a2/0x740\nnetlink_sendmsg+0x826/0xcc0\nsock_sendmsg+0xc5/0x100\n____sys_sendmsg+0x583/0x690\n___sys_sendmsg+0xe8/0x160\n__sys_sendmsg+0xbf/0x160\ndo_syscall_64+0x35/0x80\nentry_SYSCALL_64_after_hwframe+0x46/0xb0\nRIP: 0033:0x7f2164122d04\n\u003c/TASK\u003e",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net: sched: sfb: fix null pointer access issue when sfb_init() fails",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50356"
},
{
"category": "external",
"summary": "RHBZ#2396152",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396152"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50356",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50356"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50356",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50356"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091714-CVE-2022-50356-fe76@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091714-CVE-2022-50356-fe76@gregkh/T"
}
],
"release_date": "2025-09-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net: sched: sfb: fix null pointer access issue when sfb_init() fails"
},
{
"cve": "CVE-2022-50369",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-09-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396112"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/vkms: Fix null-ptr-deref in vkms_release()\n\nA null-ptr-deref is triggered when it tries to destroy the workqueue in\nvkms-\u003eoutput.composer_workq in vkms_release().\n\n KASAN: null-ptr-deref in range [0x0000000000000118-0x000000000000011f]\n CPU: 5 PID: 17193 Comm: modprobe Not tainted 6.0.0-11331-gd465bff130bf #24\n RIP: 0010:destroy_workqueue+0x2f/0x710\n ...\n Call Trace:\n \u003cTASK\u003e\n ? vkms_config_debugfs_init+0x50/0x50 [vkms]\n __devm_drm_dev_alloc+0x15a/0x1c0 [drm]\n vkms_init+0x245/0x1000 [vkms]\n do_one_initcall+0xd0/0x4f0\n do_init_module+0x1a4/0x680\n load_module+0x6249/0x7110\n __do_sys_finit_module+0x140/0x200\n do_syscall_64+0x35/0x80\n entry_SYSCALL_64_after_hwframe+0x46/0xb0\n\nThe reason is that an OOM happened which triggers the destroy of the\nworkqueue, however, the workqueue is alloced in the later process,\nthus a null-ptr-deref happened. A simple call graph is shown as below:\n\n vkms_init()\n vkms_create()\n devm_drm_dev_alloc()\n __devm_drm_dev_alloc()\n devm_drm_dev_init()\n devm_add_action_or_reset()\n devm_add_action() # an error happened\n devm_drm_dev_init_release()\n drm_dev_put()\n kref_put()\n drm_dev_release()\n vkms_release()\n destroy_workqueue() # null-ptr-deref happened\n vkms_modeset_init()\n vkms_output_init()\n vkms_crtc_init() # where the workqueue get allocated\n\nFix this by checking if composer_workq is NULL before passing it to\nthe destroy_workqueue() in vkms_release().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/vkms: Fix null-ptr-deref in vkms_release()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A NULL pointer dereference could occur in vkms_release() when destroy_workqueue() is called on an uninitialized composer_workq. This happens if an error (e.g., OOM) occurs before the workqueue is allocated during driver initialization, causing the cleanup path to access a NULL pointer.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50369"
},
{
"category": "external",
"summary": "RHBZ#2396112",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396112"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50369",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50369"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50369",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50369"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091716-CVE-2022-50369-bc92@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091716-CVE-2022-50369-bc92@gregkh/T"
}
],
"release_date": "2025-09-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: drm/vkms: Fix null-ptr-deref in vkms_release()"
},
{
"cve": "CVE-2022-50385",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-09-18T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396432"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nNFS: Fix an Oops in nfs_d_automount()\n\nWhen mounting from a NFSv4 referral, path-\u003edentry can end up being a\nnegative dentry, so derive the struct nfs_server from the dentry\nitself instead.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: NFS: Fix an Oops in nfs_d_automount()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The bug in nfs_d_automount() causes a NULL-pointer dereference when handling NFSv4 referrals if the path dentry is negative.\nA malicious or misconfigured NFS server could trigger a client-side oops during automount, leading to a denial of service (no confidentiality/integrity impact).",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50385"
},
{
"category": "external",
"summary": "RHBZ#2396432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50385",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50385"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50385",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50385"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091852-CVE-2022-50385-7787@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091852-CVE-2022-50385-7787@gregkh/T"
}
],
"release_date": "2025-09-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: NFS: Fix an Oops in nfs_d_automount()"
},
{
"cve": "CVE-2022-50388",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-09-18T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396411"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnvme: fix multipath crash caused by flush request when blktrace is enabled\n\nThe flush request initialized by blk_kick_flush has NULL bio,\nand it may be dealt with nvme_end_req during io completion.\nWhen blktrace is enabled, nvme_trace_bio_complete with multipath\nactivated trying to access NULL pointer bio from flush request\nresults in the following crash:\n\n[ 2517.831677] BUG: kernel NULL pointer dereference, address: 000000000000001a\n[ 2517.835213] #PF: supervisor read access in kernel mode\n[ 2517.838724] #PF: error_code(0x0000) - not-present page\n[ 2517.842222] PGD 7b2d51067 P4D 0\n[ 2517.845684] Oops: 0000 [#1] SMP NOPTI\n[ 2517.849125] CPU: 2 PID: 732 Comm: kworker/2:1H Kdump: loaded Tainted: G S 5.15.67-0.cl9.x86_64 #1\n[ 2517.852723] Hardware name: XFUSION 2288H V6/BC13MBSBC, BIOS 1.13 07/27/2022\n[ 2517.856358] Workqueue: nvme_tcp_wq nvme_tcp_io_work [nvme_tcp]\n[ 2517.859993] RIP: 0010:blk_add_trace_bio_complete+0x6/0x30\n[ 2517.863628] Code: 1f 44 00 00 48 8b 46 08 31 c9 ba 04 00 10 00 48 8b 80 50 03 00 00 48 8b 78 50 e9 e5 fe ff ff 0f 1f 44 00 00 41 54 49 89 f4 55 \u003c0f\u003e b6 7a 1a 48 89 d5 e8 3e 1c 2b 00 48 89 ee 4c 89 e7 5d 89 c1 ba\n[ 2517.871269] RSP: 0018:ff7f6a008d9dbcd0 EFLAGS: 00010286\n[ 2517.875081] RAX: ff3d5b4be00b1d50 RBX: 0000000002040002 RCX: ff3d5b0a270f2000\n[ 2517.878966] RDX: 0000000000000000 RSI: ff3d5b0b021fb9f8 RDI: 0000000000000000\n[ 2517.882849] RBP: ff3d5b0b96a6fa00 R08: 0000000000000001 R09: 0000000000000000\n[ 2517.886718] R10: 000000000000000c R11: 000000000000000c R12: ff3d5b0b021fb9f8\n[ 2517.890575] R13: 0000000002000000 R14: ff3d5b0b021fb1b0 R15: 0000000000000018\n[ 2517.894434] FS: 0000000000000000(0000) GS:ff3d5b42bfc80000(0000) knlGS:0000000000000000\n[ 2517.898299] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n[ 2517.902157] CR2: 000000000000001a CR3: 00000004f023e005 CR4: 0000000000771ee0\n[ 2517.906053] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\n[ 2517.909930] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\n[ 2517.913761] PKRU: 55555554\n[ 2517.917558] Call Trace:\n[ 2517.921294] \u003cTASK\u003e\n[ 2517.924982] nvme_complete_rq+0x1c3/0x1e0 [nvme_core]\n[ 2517.928715] nvme_tcp_recv_pdu+0x4d7/0x540 [nvme_tcp]\n[ 2517.932442] nvme_tcp_recv_skb+0x4f/0x240 [nvme_tcp]\n[ 2517.936137] ? nvme_tcp_recv_pdu+0x540/0x540 [nvme_tcp]\n[ 2517.939830] tcp_read_sock+0x9c/0x260\n[ 2517.943486] nvme_tcp_try_recv+0x65/0xa0 [nvme_tcp]\n[ 2517.947173] nvme_tcp_io_work+0x64/0x90 [nvme_tcp]\n[ 2517.950834] process_one_work+0x1e8/0x390\n[ 2517.954473] worker_thread+0x53/0x3c0\n[ 2517.958069] ? process_one_work+0x390/0x390\n[ 2517.961655] kthread+0x10c/0x130\n[ 2517.965211] ? set_kthread_struct+0x40/0x40\n[ 2517.968760] ret_from_fork+0x1f/0x30\n[ 2517.972285] \u003c/TASK\u003e\n\nTo avoid this situation, add a NULL check for req-\u003ebio before\ncalling trace_block_bio_complete.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nvme: fix multipath crash caused by flush request when blktrace is enabled",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50388"
},
{
"category": "external",
"summary": "RHBZ#2396411",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396411"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50388",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50388"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50388",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50388"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091852-CVE-2022-50388-02a2@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091852-CVE-2022-50388-02a2@gregkh/T"
}
],
"release_date": "2025-09-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: nvme: fix multipath crash caused by flush request when blktrace is enabled"
},
{
"cve": "CVE-2022-50389",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2025-09-18T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396409"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntpm: tpm_crb: Add the missed acpi_put_table() to fix memory leak\n\nIn crb_acpi_add(), we get the TPM2 table to retrieve information\nlike start method, and then assign them to the priv data, so the\nTPM2 table is not used after the init, should be freed, call\nacpi_put_table() to fix the memory leak.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leak",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50389"
},
{
"category": "external",
"summary": "RHBZ#2396409",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396409"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50389",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50389"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50389",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50389"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091853-CVE-2022-50389-17eb@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091853-CVE-2022-50389-17eb@gregkh/T"
}
],
"release_date": "2025-09-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leak"
},
{
"cve": "CVE-2022-50393",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-09-18T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396403"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amdgpu: SDMA update use unlocked iterator\n\nSDMA update page table may be called from unlocked context, this\ngenerate below warning. Use unlocked iterator to handle this case.\n\nWARNING: CPU: 0 PID: 1475 at\ndrivers/dma-buf/dma-resv.c:483 dma_resv_iter_next\nCall Trace:\n dma_resv_iter_first+0x43/0xa0\n amdgpu_vm_sdma_update+0x69/0x2d0 [amdgpu]\n amdgpu_vm_ptes_update+0x29c/0x870 [amdgpu]\n amdgpu_vm_update_range+0x2f6/0x6c0 [amdgpu]\n svm_range_unmap_from_gpus+0x115/0x300 [amdgpu]\n svm_range_cpu_invalidate_pagetables+0x510/0x5e0 [amdgpu]\n __mmu_notifier_invalidate_range_start+0x1d3/0x230\n unmap_vmas+0x140/0x150\n unmap_region+0xa8/0x110",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/amdgpu: SDMA update use unlocked iterator",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50393"
},
{
"category": "external",
"summary": "RHBZ#2396403",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396403"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50393",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50393"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50393",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50393"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091853-CVE-2022-50393-d5da@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091853-CVE-2022-50393-d5da@gregkh/T"
}
],
"release_date": "2025-09-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: drm/amdgpu: SDMA update use unlocked iterator"
},
{
"cve": "CVE-2022-50396",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2025-09-18T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396378"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: sched: fix memory leak in tcindex_set_parms\n\nSyzkaller reports a memory leak as follows:\n====================================\nBUG: memory leak\nunreferenced object 0xffff88810c287f00 (size 256):\n comm \"syz-executor105\", pid 3600, jiffies 4294943292 (age 12.990s)\n hex dump (first 32 bytes):\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n backtrace:\n [\u003cffffffff814cf9f0\u003e] kmalloc_trace+0x20/0x90 mm/slab_common.c:1046\n [\u003cffffffff839c9e07\u003e] kmalloc include/linux/slab.h:576 [inline]\n [\u003cffffffff839c9e07\u003e] kmalloc_array include/linux/slab.h:627 [inline]\n [\u003cffffffff839c9e07\u003e] kcalloc include/linux/slab.h:659 [inline]\n [\u003cffffffff839c9e07\u003e] tcf_exts_init include/net/pkt_cls.h:250 [inline]\n [\u003cffffffff839c9e07\u003e] tcindex_set_parms+0xa7/0xbe0 net/sched/cls_tcindex.c:342\n [\u003cffffffff839caa1f\u003e] tcindex_change+0xdf/0x120 net/sched/cls_tcindex.c:553\n [\u003cffffffff8394db62\u003e] tc_new_tfilter+0x4f2/0x1100 net/sched/cls_api.c:2147\n [\u003cffffffff8389e91c\u003e] rtnetlink_rcv_msg+0x4dc/0x5d0 net/core/rtnetlink.c:6082\n [\u003cffffffff839eba67\u003e] netlink_rcv_skb+0x87/0x1d0 net/netlink/af_netlink.c:2540\n [\u003cffffffff839eab87\u003e] netlink_unicast_kernel net/netlink/af_netlink.c:1319 [inline]\n [\u003cffffffff839eab87\u003e] netlink_unicast+0x397/0x4c0 net/netlink/af_netlink.c:1345\n [\u003cffffffff839eb046\u003e] netlink_sendmsg+0x396/0x710 net/netlink/af_netlink.c:1921\n [\u003cffffffff8383e796\u003e] sock_sendmsg_nosec net/socket.c:714 [inline]\n [\u003cffffffff8383e796\u003e] sock_sendmsg+0x56/0x80 net/socket.c:734\n [\u003cffffffff8383eb08\u003e] ____sys_sendmsg+0x178/0x410 net/socket.c:2482\n [\u003cffffffff83843678\u003e] ___sys_sendmsg+0xa8/0x110 net/socket.c:2536\n [\u003cffffffff838439c5\u003e] __sys_sendmmsg+0x105/0x330 net/socket.c:2622\n [\u003cffffffff83843c14\u003e] __do_sys_sendmmsg net/socket.c:2651 [inline]\n [\u003cffffffff83843c14\u003e] __se_sys_sendmmsg net/socket.c:2648 [inline]\n [\u003cffffffff83843c14\u003e] __x64_sys_sendmmsg+0x24/0x30 net/socket.c:2648\n [\u003cffffffff84605fd5\u003e] do_syscall_x64 arch/x86/entry/common.c:50 [inline]\n [\u003cffffffff84605fd5\u003e] do_syscall_64+0x35/0xb0 arch/x86/entry/common.c:80\n [\u003cffffffff84800087\u003e] entry_SYSCALL_64_after_hwframe+0x63/0xcd\n====================================\n\nKernel uses tcindex_change() to change an existing\nfilter properties.\n\nYet the problem is that, during the process of changing,\nif `old_r` is retrieved from `p-\u003eperfect`, then\nkernel uses tcindex_alloc_perfect_hash() to newly\nallocate filter results, uses tcindex_filter_result_init()\nto clear the old filter result, without destroying\nits tcf_exts structure, which triggers the above memory leak.\n\nTo be more specific, there are only two source for the `old_r`,\naccording to the tcindex_lookup(). `old_r` is retrieved from\n`p-\u003eperfect`, or `old_r` is retrieved from `p-\u003eh`.\n\n * If `old_r` is retrieved from `p-\u003eperfect`, kernel uses\ntcindex_alloc_perfect_hash() to newly allocate the\nfilter results. Then `r` is assigned with `cp-\u003eperfect + handle`,\nwhich is newly allocated. So condition `old_r \u0026\u0026 old_r != r` is\ntrue in this situation, and kernel uses tcindex_filter_result_init()\nto clear the old filter result, without destroying\nits tcf_exts structure\n\n * If `old_r` is retrieved from `p-\u003eh`, then `p-\u003eperfect` is NULL\naccording to the tcindex_lookup(). Considering that `cp-\u003eh`\nis directly copied from `p-\u003eh` and `p-\u003eperfect` is NULL,\n`r` is assigned with `tcindex_lookup(cp, handle)`, whose value\nshould be the same as `old_r`, so condition `old_r \u0026\u0026 old_r != r`\nis false in this situation, kernel ignores using\ntcindex_filter_result_init() to clear the old filter result.\n\nSo only when `old_r` is retrieved from `p-\u003eperfect` does kernel use\ntcindex_filter_result_init() to clear the old filter result, which\ntriggers the above memory leak.\n\nConsidering that there already exists a tc_filter_wq workqueue\nto destroy the old tcindex_d\n---truncated---",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net: sched: fix memory leak in tcindex_set_parms",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50396"
},
{
"category": "external",
"summary": "RHBZ#2396378",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396378"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50396",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50396"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50396",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50396"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091854-CVE-2022-50396-8b1b@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091854-CVE-2022-50396-8b1b@gregkh/T"
}
],
"release_date": "2025-09-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net: sched: fix memory leak in tcindex_set_parms"
},
{
"cve": "CVE-2022-50405",
"cwe": {
"id": "CWE-820",
"name": "Missing Synchronization"
},
"discovery_date": "2025-09-18T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396526"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/tunnel: wait until all sk_user_data reader finish before releasing the sock\n\nThere is a race condition in vxlan that when deleting a vxlan device\nduring receiving packets, there is a possibility that the sock is\nreleased after getting vxlan_sock vs from sk_user_data. Then in\nlater vxlan_ecn_decapsulate(), vxlan_get_sk_family() we will got\nNULL pointer dereference. e.g.\n\n #0 [ffffa25ec6978a38] machine_kexec at ffffffff8c669757\n #1 [ffffa25ec6978a90] __crash_kexec at ffffffff8c7c0a4d\n #2 [ffffa25ec6978b58] crash_kexec at ffffffff8c7c1c48\n #3 [ffffa25ec6978b60] oops_end at ffffffff8c627f2b\n #4 [ffffa25ec6978b80] page_fault_oops at ffffffff8c678fcb\n #5 [ffffa25ec6978bd8] exc_page_fault at ffffffff8d109542\n #6 [ffffa25ec6978c00] asm_exc_page_fault at ffffffff8d200b62\n [exception RIP: vxlan_ecn_decapsulate+0x3b]\n RIP: ffffffffc1014e7b RSP: ffffa25ec6978cb0 RFLAGS: 00010246\n RAX: 0000000000000008 RBX: ffff8aa000888000 RCX: 0000000000000000\n RDX: 000000000000000e RSI: ffff8a9fc7ab803e RDI: ffff8a9fd1168700\n RBP: ffff8a9fc7ab803e R8: 0000000000700000 R9: 00000000000010ae\n R10: ffff8a9fcb748980 R11: 0000000000000000 R12: ffff8a9fd1168700\n R13: ffff8aa000888000 R14: 00000000002a0000 R15: 00000000000010ae\n ORIG_RAX: ffffffffffffffff CS: 0010 SS: 0018\n #7 [ffffa25ec6978ce8] vxlan_rcv at ffffffffc10189cd [vxlan]\n #8 [ffffa25ec6978d90] udp_queue_rcv_one_skb at ffffffff8cfb6507\n #9 [ffffa25ec6978dc0] udp_unicast_rcv_skb at ffffffff8cfb6e45\n #10 [ffffa25ec6978dc8] __udp4_lib_rcv at ffffffff8cfb8807\n #11 [ffffa25ec6978e20] ip_protocol_deliver_rcu at ffffffff8cf76951\n #12 [ffffa25ec6978e48] ip_local_deliver at ffffffff8cf76bde\n #13 [ffffa25ec6978ea0] __netif_receive_skb_one_core at ffffffff8cecde9b\n #14 [ffffa25ec6978ec8] process_backlog at ffffffff8cece139\n #15 [ffffa25ec6978f00] __napi_poll at ffffffff8ceced1a\n #16 [ffffa25ec6978f28] net_rx_action at ffffffff8cecf1f3\n #17 [ffffa25ec6978fa0] __softirqentry_text_start at ffffffff8d4000ca\n #18 [ffffa25ec6978ff0] do_softirq at ffffffff8c6fbdc3\n\nReproducer: https://github.com/Mellanox/ovs-tests/blob/master/test-ovs-vxlan-remove-tunnel-during-traffic.sh\n\nFix this by waiting for all sk_user_data reader to finish before\nreleasing the sock.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net/tunnel: wait until all sk_user_data reader finish before releasing the sock",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A race in udp_tunnel_sock_release() could free the UDP tunnel socket while in-flight RX code still dereferences sk_user_data, leading to a NULL dereference or use-after-free (e.g., with VXLAN during interface removal under load). The fix adds an synchronize_rcu() after clearing sk_user_data to wait for all RCU readers to finish before releasing the socket. Practically, this is triggerable by a local administrator (NET_ADMIN) tearing down a UDP-based tunnel amid heavy traffic.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50405"
},
{
"category": "external",
"summary": "RHBZ#2396526",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396526"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50405",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50405"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50405",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50405"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091852-CVE-2022-50405-8450@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091852-CVE-2022-50405-8450@gregkh/T"
}
],
"release_date": "2025-09-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net/tunnel: wait until all sk_user_data reader finish before releasing the sock"
},
{
"cve": "CVE-2022-50406",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2025-09-18T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396538"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\niomap: iomap: fix memory corruption when recording errors during writeback\n\nEvery now and then I see this crash on arm64:\n\nUnable to handle kernel NULL pointer dereference at virtual address 00000000000000f8\nBuffer I/O error on dev dm-0, logical block 8733687, async page read\nMem abort info:\n ESR = 0x0000000096000006\n EC = 0x25: DABT (current EL), IL = 32 bits\n SET = 0, FnV = 0\n EA = 0, S1PTW = 0\n FSC = 0x06: level 2 translation fault\nData abort info:\n ISV = 0, ISS = 0x00000006\n CM = 0, WnR = 0\nuser pgtable: 64k pages, 42-bit VAs, pgdp=0000000139750000\n[00000000000000f8] pgd=0000000000000000, p4d=0000000000000000, pud=0000000000000000, pmd=0000000000000000\nInternal error: Oops: 96000006 [#1] PREEMPT SMP\nBuffer I/O error on dev dm-0, logical block 8733688, async page read\nDumping ftrace buffer:\nBuffer I/O error on dev dm-0, logical block 8733689, async page read\n (ftrace buffer empty)\nXFS (dm-0): log I/O error -5\nModules linked in: dm_thin_pool dm_persistent_data\nXFS (dm-0): Metadata I/O Error (0x1) detected at xfs_trans_read_buf_map+0x1ec/0x590 [xfs] (fs/xfs/xfs_trans_buf.c:296).\n dm_bio_prison\nXFS (dm-0): Please unmount the filesystem and rectify the problem(s)\nXFS (dm-0): xfs_imap_lookup: xfs_ialloc_read_agi() returned error -5, agno 0\n dm_bufio dm_log_writes xfs nft_chain_nat xt_REDIRECT nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip6t_REJECT\npotentially unexpected fatal signal 6.\n nf_reject_ipv6\npotentially unexpected fatal signal 6.\n ipt_REJECT nf_reject_ipv4\nCPU: 1 PID: 122166 Comm: fsstress Tainted: G W 6.0.0-rc5-djwa #rc5 3004c9f1de887ebae86015f2677638ce51ee7\n rpcsec_gss_krb5 auth_rpcgss xt_tcpudp ip_set_hash_ip ip_set_hash_net xt_set nft_compat ip_set_hash_mac ip_set nf_tables\nHardware name: QEMU KVM Virtual Machine, BIOS 1.5.1 06/16/2021\npstate: 60001000 (nZCv daif -PAN -UAO -TCO -DIT +SSBS BTYPE=--)\n ip_tables\npc : 000003fd6d7df200\n x_tables\nlr : 000003fd6d7df1ec\n overlay nfsv4\nCPU: 0 PID: 54031 Comm: u4:3 Tainted: G W 6.0.0-rc5-djwa #rc5 3004c9f1de887ebae86015f2677638ce51ee7405\nHardware name: QEMU KVM Virtual Machine, BIOS 1.5.1 06/16/2021\nWorkqueue: writeback wb_workfn\nsp : 000003ffd9522fd0\n (flush-253:0)\npstate: 60401005 (nZCv daif +PAN -UAO -TCO -DIT +SSBS BTYPE=--)\npc : errseq_set+0x1c/0x100\nx29: 000003ffd9522fd0 x28: 0000000000000023 x27: 000002acefeb6780\nx26: 0000000000000005 x25: 0000000000000001 x24: 0000000000000000\nx23: 00000000ffffffff x22: 0000000000000005\nlr : __filemap_set_wb_err+0x24/0xe0\n x21: 0000000000000006\nsp : fffffe000f80f760\nx29: fffffe000f80f760 x28: 0000000000000003 x27: fffffe000f80f9f8\nx26: 0000000002523000 x25: 00000000fffffffb x24: fffffe000f80f868\nx23: fffffe000f80fbb0 x22: fffffc0180c26a78 x21: 0000000002530000\nx20: 0000000000000000 x19: 0000000000000000 x18: 0000000000000000\n\nx17: 0000000000000000 x16: 0000000000000000 x15: 0000000000000000\nx14: 0000000000000001 x13: 0000000000470af3 x12: fffffc0058f70000\nx11: 0000000000000040 x10: 0000000000001b20 x9 : fffffe000836b288\nx8 : fffffc00eb9fd480 x7 : 0000000000f83659 x6 : 0000000000000000\nx5 : 0000000000000869 x4 : 0000000000000005 x3 : 00000000000000f8\nx20: 000003fd6d740020 x19: 000000000001dd36 x18: 0000000000000001\nx17: 000003fd6d78704c x16: 0000000000000001 x15: 000002acfac87668\nx2 : 0000000000000ffa x1 : 00000000fffffffb x0 : 00000000000000f8\nCall trace:\n errseq_set+0x1c/0x100\n __filemap_set_wb_err+0x24/0xe0\n iomap_do_writepage+0x5e4/0xd5c\n write_cache_pages+0x208/0x674\n iomap_writepages+0x34/0x60\n xfs_vm_writepages+0x8c/0xcc [xfs 7a861f39c43631f15d3a5884246ba5035d4ca78b]\nx14: 0000000000000000 x13: 2064656e72757465 x12: 0000000000002180\nx11: 000003fd6d8a82d0 x10: 0000000000000000 x9 : 000003fd6d8ae288\nx8 : 0000000000000083 x7 : 00000000ffffffff x6 : 00000000ffffffee\nx5 : 00000000fbad2887 x4 : 000003fd6d9abb58 x3 : 000003fd6d740020\nx2 : 0000000000000006 x1 : 000000000001dd36 x0 : 0000000000000000\nCPU: \n---truncated---",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: iomap: iomap: fix memory corruption when recording errors during writeback",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50406"
},
{
"category": "external",
"summary": "RHBZ#2396538",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396538"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50406",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50406"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50406",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50406"
},
{
"category": "external",
"summary": "https://git.kernel.org/stable/c/3d5f3ba1ac28059bdf7000cae2403e4e984308d2",
"url": "https://git.kernel.org/stable/c/3d5f3ba1ac28059bdf7000cae2403e4e984308d2"
},
{
"category": "external",
"summary": "https://git.kernel.org/stable/c/7308591d9c7787aec58f6a01a7823f14e90db7a2",
"url": "https://git.kernel.org/stable/c/7308591d9c7787aec58f6a01a7823f14e90db7a2"
},
{
"category": "external",
"summary": "https://git.kernel.org/stable/c/82c66c46f73b88be74c869e2cbfef45281adf3c6",
"url": "https://git.kernel.org/stable/c/82c66c46f73b88be74c869e2cbfef45281adf3c6"
}
],
"release_date": "2025-09-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: iomap: iomap: fix memory corruption when recording errors during writeback"
},
{
"cve": "CVE-2022-50412",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2025-09-18T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396530"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm: bridge: adv7511: unregister cec i2c device after cec adapter\n\ncec_unregister_adapter() assumes that the underlying adapter ops are\ncallable. For example, if the CEC adapter currently has a valid physical\naddress, then the unregistration procedure will invalidate the physical\naddress by setting it to f.f.f.f. Whence the following kernel oops\nobserved after removing the adv7511 module:\n\n Unable to handle kernel execution of user memory at virtual address 0000000000000000\n Internal error: Oops: 86000004 [#1] PREEMPT_RT SMP\n Call trace:\n 0x0\n adv7511_cec_adap_log_addr+0x1ac/0x1c8 [adv7511]\n cec_adap_unconfigure+0x44/0x90 [cec]\n __cec_s_phys_addr.part.0+0x68/0x230 [cec]\n __cec_s_phys_addr+0x40/0x50 [cec]\n cec_unregister_adapter+0xb4/0x118 [cec]\n adv7511_remove+0x60/0x90 [adv7511]\n i2c_device_remove+0x34/0xe0\n device_release_driver_internal+0x114/0x1f0\n driver_detach+0x54/0xe0\n bus_remove_driver+0x60/0xd8\n driver_unregister+0x34/0x60\n i2c_del_driver+0x2c/0x68\n adv7511_exit+0x1c/0x67c [adv7511]\n __arm64_sys_delete_module+0x154/0x288\n invoke_syscall+0x48/0x100\n el0_svc_common.constprop.0+0x48/0xe8\n do_el0_svc+0x28/0x88\n el0_svc+0x1c/0x50\n el0t_64_sync_handler+0xa8/0xb0\n el0t_64_sync+0x15c/0x160\n Code: bad PC value\n ---[ end trace 0000000000000000 ]---\n\nProtect against this scenario by unregistering i2c_cec after\nunregistering the CEC adapter. Duly disable the CEC clock afterwards\ntoo.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm: bridge: adv7511: unregister cec i2c device after cec adapter",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50412"
},
{
"category": "external",
"summary": "RHBZ#2396530",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396530"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50412",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50412"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50412",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50412"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091854-CVE-2022-50412-0f2e@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091854-CVE-2022-50412-0f2e@gregkh/T"
}
],
"release_date": "2025-09-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: drm: bridge: adv7511: unregister cec i2c device after cec adapter"
},
{
"cve": "CVE-2022-50452",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-10-01T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2400781"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: sched: cake: fix null pointer access issue when cake_init() fails\n\nWhen the default qdisc is cake, if the qdisc of dev_queue fails to be\ninited during mqprio_init(), cake_reset() is invoked to clear\nresources. In this case, the tins is NULL, and it will cause gpf issue.\n\nThe process is as follows:\nqdisc_create_dflt()\n\tcake_init()\n\t\tq-\u003etins = kvcalloc(...) ---\u003efailed, q-\u003etins is NULL\n\t...\n\tqdisc_put()\n\t\t...\n\t\tcake_reset()\n\t\t\t...\n\t\t\tcake_dequeue_one()\n\t\t\t\tb = \u0026q-\u003etins[...] ---\u003eq-\u003etins is NULL\n\nThe following is the Call Trace information:\ngeneral protection fault, probably for non-canonical address\n0xdffffc0000000000: 0000 [#1] PREEMPT SMP KASAN\nKASAN: null-ptr-deref in range [0x0000000000000000-0x0000000000000007]\nRIP: 0010:cake_dequeue_one+0xc9/0x3c0\nCall Trace:\n\u003cTASK\u003e\ncake_reset+0xb1/0x140\nqdisc_reset+0xed/0x6f0\nqdisc_destroy+0x82/0x4c0\nqdisc_put+0x9e/0xb0\nqdisc_create_dflt+0x2c3/0x4a0\nmqprio_init+0xa71/0x1760\nqdisc_create+0x3eb/0x1000\ntc_modify_qdisc+0x408/0x1720\nrtnetlink_rcv_msg+0x38e/0xac0\nnetlink_rcv_skb+0x12d/0x3a0\nnetlink_unicast+0x4a2/0x740\nnetlink_sendmsg+0x826/0xcc0\nsock_sendmsg+0xc5/0x100\n____sys_sendmsg+0x583/0x690\n___sys_sendmsg+0xe8/0x160\n__sys_sendmsg+0xbf/0x160\ndo_syscall_64+0x35/0x80\nentry_SYSCALL_64_after_hwframe+0x46/0xb0\nRIP: 0033:0x7f89e5122d04\n\u003c/TASK\u003e",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net: sched: cake: fix null pointer access issue when cake_init() fails",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50452"
},
{
"category": "external",
"summary": "RHBZ#2400781",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2400781"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50452",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50452"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50452",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50452"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025100117-CVE-2022-50452-055d@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025100117-CVE-2022-50452-055d@gregkh/T"
}
],
"release_date": "2025-10-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net: sched: cake: fix null pointer access issue when cake_init() fails"
},
{
"cve": "CVE-2022-50464",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2025-10-01T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2400807"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmt76: mt7915: Fix PCI device refcount leak in mt7915_pci_init_hif2()\n\nAs comment of pci_get_device() says, it returns a pci_device with its\nrefcount increased. We need to call pci_dev_put() to decrease the\nrefcount. Save the return value of pci_get_device() and call\npci_dev_put() to decrease the refcount.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: mt76: mt7915: Fix PCI device refcount leak in mt7915_pci_init_hif2()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50464"
},
{
"category": "external",
"summary": "RHBZ#2400807",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2400807"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50464",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50464"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50464",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50464"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025100121-CVE-2022-50464-3c96@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025100121-CVE-2022-50464-3c96@gregkh/T"
}
],
"release_date": "2025-10-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: mt76: mt7915: Fix PCI device refcount leak in mt7915_pci_init_hif2()"
},
{
"cve": "CVE-2022-50470",
"discovery_date": "2025-10-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2401565"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nxhci: Remove device endpoints from bandwidth list when freeing the device\n\nEndpoints are normally deleted from the bandwidth list when they are\ndropped, before the virt device is freed.\n\nIf xHC host is dying or being removed then the endpoints aren\u0027t dropped\ncleanly due to functions returning early to avoid interacting with a\nnon-accessible host controller.\n\nSo check and delete endpoints that are still on the bandwidth list when\nfreeing the virt device.\n\nSolves a list_del corruption kernel crash when unbinding xhci-pci,\ncaused by xhci_mem_cleanup() when it later tried to delete already freed\nendpoints from the bandwidth list.\n\nThis only affects hosts that use software bandwidth checking, which\ncurrenty is only the xHC in intel Panther Point PCH (Ivy Bridge)",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: xhci: Remove device endpoints from bandwidth list when freeing the device",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is limited to systems using software bandwidth checking, noted as affecting Intel Panther Point PCH (Ivy Bridge) xHC; other hosts perform bandwidth checks in hardware. The crash occurs when endpoints aren\u2019t dropped cleanly as the controller is removed/dies, leaving them on the bandwidth list; subsequent free-path cleanup (xhci_mem_cleanup) attempts to delete already-freed endpoints, corrupting the list and triggering a kernel crash.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50470"
},
{
"category": "external",
"summary": "RHBZ#2401565",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2401565"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50470",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50470"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50470",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50470"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025100434-CVE-2022-50470-e56f@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025100434-CVE-2022-50470-e56f@gregkh/T"
}
],
"release_date": "2025-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module xhci_pci from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: xhci: Remove device endpoints from bandwidth list when freeing the device"
},
{
"cve": "CVE-2022-50472",
"cwe": {
"id": "CWE-474",
"name": "Use of Function with Inconsistent Implementations"
},
"discovery_date": "2025-10-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2401455"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nIB/mad: Don\u0027t call to function that might sleep while in atomic context\n\nTracepoints are not allowed to sleep, as such the following splat is\ngenerated due to call to ib_query_pkey() in atomic context.\n\nWARNING: CPU: 0 PID: 1888000 at kernel/trace/ring_buffer.c:2492 rb_commit+0xc1/0x220\nCPU: 0 PID: 1888000 Comm: kworker/u9:0 Kdump: loaded Tainted: G OE --------- - - 4.18.0-305.3.1.el8.x86_64 #1\n Hardware name: Red Hat KVM, BIOS 1.13.0-2.module_el8.3.0+555+a55c8938 04/01/2014\n Workqueue: ib-comp-unb-wq ib_cq_poll_work [ib_core]\n RIP: 0010:rb_commit+0xc1/0x220\n RSP: 0000:ffffa8ac80f9bca0 EFLAGS: 00010202\n RAX: ffff8951c7c01300 RBX: ffff8951c7c14a00 RCX: 0000000000000246\n RDX: ffff8951c707c000 RSI: ffff8951c707c57c RDI: ffff8951c7c14a00\n RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000\n R10: ffff8951c7c01300 R11: 0000000000000001 R12: 0000000000000246\n R13: 0000000000000000 R14: ffffffff964c70c0 R15: 0000000000000000\n FS: 0000000000000000(0000) GS:ffff8951fbc00000(0000) knlGS:0000000000000000\n CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n CR2: 00007f20e8f39010 CR3: 000000002ca10005 CR4: 0000000000170ef0\n Call Trace:\n ring_buffer_unlock_commit+0x1d/0xa0\n trace_buffer_unlock_commit_regs+0x3b/0x1b0\n trace_event_buffer_commit+0x67/0x1d0\n trace_event_raw_event_ib_mad_recv_done_handler+0x11c/0x160 [ib_core]\n ib_mad_recv_done+0x48b/0xc10 [ib_core]\n ? trace_event_raw_event_cq_poll+0x6f/0xb0 [ib_core]\n __ib_process_cq+0x91/0x1c0 [ib_core]\n ib_cq_poll_work+0x26/0x80 [ib_core]\n process_one_work+0x1a7/0x360\n ? create_worker+0x1a0/0x1a0\n worker_thread+0x30/0x390\n ? create_worker+0x1a0/0x1a0\n kthread+0x116/0x130\n ? kthread_flush_work_fn+0x10/0x10\n ret_from_fork+0x35/0x40\n ---[ end trace 78ba8509d3830a16 ]---",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: IB/mad: Don\u0027t call to function that might sleep while in atomic context",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50472"
},
{
"category": "external",
"summary": "RHBZ#2401455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2401455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50472",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50472"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50472",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50472"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025100437-CVE-2022-50472-5d91@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025100437-CVE-2022-50472-5d91@gregkh/T"
}
],
"release_date": "2025-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: IB/mad: Don\u0027t call to function that might sleep while in atomic context"
},
{
"cve": "CVE-2022-50473",
"cwe": {
"id": "CWE-909",
"name": "Missing Initialization of Resource"
},
"discovery_date": "2025-10-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2401530"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncpufreq: Init completion before kobject_init_and_add()\n\nIn cpufreq_policy_alloc(), it will call uninitialed completion in\ncpufreq_sysfs_release() when kobject_init_and_add() fails. And\nthat will cause a crash such as the following page fault in complete:\n\nBUG: unable to handle page fault for address: fffffffffffffff8\n[..]\nRIP: 0010:complete+0x98/0x1f0\n[..]\nCall Trace:\n kobject_put+0x1be/0x4c0\n cpufreq_online.cold+0xee/0x1fd\n cpufreq_add_dev+0x183/0x1e0\n subsys_interface_register+0x3f5/0x4e0\n cpufreq_register_driver+0x3b7/0x670\n acpi_cpufreq_init+0x56c/0x1000 [acpi_cpufreq]\n do_one_initcall+0x13d/0x780\n do_init_module+0x1c3/0x630\n load_module+0x6e67/0x73b0\n __do_sys_finit_module+0x181/0x240\n do_syscall_64+0x35/0x80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: cpufreq: Init completion before kobject_init_and_add()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The cpufreq_policy_alloc function creates CPU frequency policy objects and registers them with the sysfs kobject infrastructure. During this process, a completion variable is used for synchronization when the policy object is eventually released. The problem is timing: kobject_init_and_add can fail, triggering an error cleanup path that calls kobject_put. This leads to cpufreq_sysfs_release being invoked, which tries to complete on the completion variable\u2014but that variable hasn\u0027t been initialized yet because init_completion is called after the kobject registration. Accessing an uninitialized completion causes the kernel to dereference invalid memory (specifically address 0xfffffffffffffff8), resulting in an immediate page fault and crash. This can happen during normal CPU frequency driver initialization when any of various failure conditions occur, such as memory allocation failures or sysfs registration conflicts.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50473"
},
{
"category": "external",
"summary": "RHBZ#2401530",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2401530"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50473",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50473"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50473",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50473"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025100437-CVE-2022-50473-a1fc@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025100437-CVE-2022-50473-a1fc@gregkh/T"
}
],
"release_date": "2025-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: cpufreq: Init completion before kobject_init_and_add()"
},
{
"cve": "CVE-2022-50475",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2025-10-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2401529"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nRDMA/core: Make sure \"ib_port\" is valid when access sysfs node\n\nThe \"ib_port\" structure must be set before adding the sysfs kobject,\nand reset after removing it, otherwise it may crash when accessing\nthe sysfs node:\n Unable to handle kernel NULL pointer dereference at virtual address 0000000000000050\n Mem abort info:\n ESR = 0x96000006\n Exception class = DABT (current EL), IL = 32 bits\n SET = 0, FnV = 0\n EA = 0, S1PTW = 0\n Data abort info:\n ISV = 0, ISS = 0x00000006\n CM = 0, WnR = 0\n user pgtable: 4k pages, 48-bit VAs, pgdp = 00000000e85f5ba5\n [0000000000000050] pgd=0000000848fd9003, pud=000000085b387003, pmd=0000000000000000\n Internal error: Oops: 96000006 [#2] PREEMPT SMP\n Modules linked in: ib_umad(O) mlx5_ib(O) nfnetlink_cttimeout(E) nfnetlink(E) act_gact(E) cls_flower(E) sch_ingress(E) openvswitch(E) nsh(E) nf_nat_ipv6(E) nf_nat_ipv4(E) nf_conncount(E) nf_nat(E) nf_conntrack(E) nf_defrag_ipv6(E) nf_defrag_ipv4(E) mst_pciconf(O) ipmi_devintf(E) ipmi_msghandler(E) ipmb_dev_int(OE) mlx5_core(O) mlxfw(O) mlxdevm(O) auxiliary(O) ib_uverbs(O) ib_core(O) mlx_compat(O) psample(E) sbsa_gwdt(E) uio_pdrv_genirq(E) uio(E) mlxbf_pmc(OE) mlxbf_gige(OE) mlxbf_tmfifo(OE) gpio_mlxbf2(OE) pwr_mlxbf(OE) mlx_trio(OE) i2c_mlxbf(OE) mlx_bootctl(OE) bluefield_edac(OE) knem(O) ip_tables(E) ipv6(E) crc_ccitt(E) [last unloaded: mst_pci]\n Process grep (pid: 3372, stack limit = 0x0000000022055c92)\n CPU: 5 PID: 3372 Comm: grep Tainted: G D OE 4.19.161-mlnx.47.gadcd9e3 #1\n Hardware name: https://www.mellanox.com BlueField SoC/BlueField SoC, BIOS BlueField:3.9.2-15-ga2403ab Sep 8 2022\n pstate: 40000005 (nZcv daif -PAN -UAO)\n pc : hw_stat_port_show+0x4c/0x80 [ib_core]\n lr : port_attr_show+0x40/0x58 [ib_core]\n sp : ffff000029f43b50\n x29: ffff000029f43b50 x28: 0000000019375000\n x27: ffff8007b821a540 x26: ffff000029f43e30\n x25: 0000000000008000 x24: ffff000000eaa958\n x23: 0000000000001000 x22: ffff8007a4ce3000\n x21: ffff8007baff8000 x20: ffff8007b9066ac0\n x19: ffff8007bae97578 x18: 0000000000000000\n x17: 0000000000000000 x16: 0000000000000000\n x15: 0000000000000000 x14: 0000000000000000\n x13: 0000000000000000 x12: 0000000000000000\n x11: 0000000000000000 x10: 0000000000000000\n x9 : 0000000000000000 x8 : ffff8007a4ce4000\n x7 : 0000000000000000 x6 : 000000000000003f\n x5 : ffff000000e6a280 x4 : ffff8007a4ce3000\n x3 : 0000000000000000 x2 : aaaaaaaaaaaaaaab\n x1 : ffff8007b9066a10 x0 : ffff8007baff8000\n Call trace:\n hw_stat_port_show+0x4c/0x80 [ib_core]\n port_attr_show+0x40/0x58 [ib_core]\n sysfs_kf_seq_show+0x8c/0x150\n kernfs_seq_show+0x44/0x50\n seq_read+0x1b4/0x45c\n kernfs_fop_read+0x148/0x1d8\n __vfs_read+0x58/0x180\n vfs_read+0x94/0x154\n ksys_read+0x68/0xd8\n __arm64_sys_read+0x28/0x34\n el0_svc_common+0x88/0x18c\n el0_svc_handler+0x78/0x94\n el0_svc+0x8/0xe8\n Code: f2955562 aa1603e4 aa1503e0 f9405683 (f9402861)",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: RDMA/core: Make sure \"ib_port\" is valid when access sysfs node",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The issue arises because sysfs attribute handlers fail to validate that the ib_port pointer is non-NULL before dereferencing it. When userspace accesses sysfs nodes under /sys/class/infiniband/ (such as port state, capabilities, or statistics), the kernel retrieves the associated port structure. During device removal or port state changes, the port structure can be freed while sysfs nodes still exist. If a sysfs read occurs during or after this removal, the code dereferences a NULL or freed ib_port pointer, causing a kernel crash. This can be triggered by simply reading sysfs attributes while removing or reconfiguring InfiniBand devices.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50475"
},
{
"category": "external",
"summary": "RHBZ#2401529",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2401529"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50475",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50475"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50475",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50475"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025100438-CVE-2022-50475-b3ed@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025100438-CVE-2022-50475-b3ed@gregkh/T"
}
],
"release_date": "2025-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: RDMA/core: Make sure \"ib_port\" is valid when access sysfs node"
},
{
"cve": "CVE-2022-50479",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2025-10-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2401537"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amd: fix potential memory leak\n\nThis patch fix potential memory leak (clk_src) when function run\ninto last return NULL.\n\ns/free/kfree/ - Alex",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/amd: fix potential memory leak",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The AMD display driver allocates memory for clock source structures during hardware initialization. In one particular error path\u2014specifically, when the function reaches its last return NULL statement\u2014the code fails to free the previously allocated clk_src memory. While this appears to be a straightforward oversight, it can become significant during scenarios where initialization repeatedly fails, such as during hardware probing, driver reload cycles, or error recovery attempts. Each failed initialization leaves behind orphaned memory that cannot be reclaimed. The leak is specific to AMD display hardware and manifests during driver initialization rather than during normal runtime operation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50479"
},
{
"category": "external",
"summary": "RHBZ#2401537",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2401537"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50479",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50479"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50479",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50479"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025100439-CVE-2022-50479-de1c@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025100439-CVE-2022-50479-de1c@gregkh/T"
}
],
"release_date": "2025-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the amdgpu module from being loaded. See https://access.redhat.com/solutions/41278 for instructions on blacklisting kernel modules.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: drm/amd: fix potential memory leak"
},
{
"cve": "CVE-2022-50489",
"cwe": {
"id": "CWE-459",
"name": "Incomplete Cleanup"
},
"discovery_date": "2025-10-04T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2401549"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/mipi-dsi: Detach devices when removing the host\n\nWhenever the MIPI-DSI host is unregistered, the code of\nmipi_dsi_host_unregister() loops over every device currently found on that\nbus and will unregister it.\n\nHowever, it doesn\u0027t detach it from the bus first, which leads to all kind\nof resource leaks if the host wants to perform some clean up whenever a\ndevice is detached.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/mipi-dsi: Detach devices when removing the host",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The mipi_dsi_host_unregister function iterates through all MIPI-DSI devices attached to the host and calls device_unregister on each. However, it skips the detachment step that would normally invoke the host\u0027s detach callback, allowing the host driver to release resources associated with that device. This means allocated memory, DMA mappings, clock references, power domain associations, and other resources remain allocated even after the device is unregistered. Since the host is being removed, these resources cannot be cleaned up later and represent permanent leaks until system reboot.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50489"
},
{
"category": "external",
"summary": "RHBZ#2401549",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2401549"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50489",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50489"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50489",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50489"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025100417-CVE-2022-50489-9d88@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025100417-CVE-2022-50489-9d88@gregkh/T"
}
],
"release_date": "2025-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: drm/mipi-dsi: Detach devices when removing the host"
},
{
"cve": "CVE-2022-50515",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2025-10-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2402292"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amdgpu: Fix memory leak in hpd_rx_irq_create_workqueue()\n\nIf construction of the array of work queues to handle hpd_rx_irq offload\nwork fails, we need to unwind. Destroy all the created workqueues and\nthe allocated memory for the hpd_rx_irq_offload_work_queue struct array.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/amdgpu: Fix memory leak in hpd_rx_irq_create_workqueue()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50515"
},
{
"category": "external",
"summary": "RHBZ#2402292",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402292"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50515",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50515"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50515",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50515"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025100702-CVE-2022-50515-fff8@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025100702-CVE-2022-50515-fff8@gregkh/T"
}
],
"release_date": "2025-10-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: drm/amdgpu: Fix memory leak in hpd_rx_irq_create_workqueue()"
},
{
"cve": "CVE-2022-50520",
"cwe": {
"id": "CWE-911",
"name": "Improper Update of Reference Count"
},
"discovery_date": "2025-10-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2402219"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/radeon: Fix PCI device refcount leak in radeon_atrm_get_bios()\n\nAs comment of pci_get_class() says, it returns a pci_device with its\nrefcount increased and decreased the refcount for the input parameter\n@from if it is not NULL.\n\nIf we break the loop in radeon_atrm_get_bios() with \u0027pdev\u0027 not NULL, we\nneed to call pci_dev_put() to decrease the refcount. Add the missing\npci_dev_put() to avoid refcount leak.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/radeon: Fix PCI device refcount leak in radeon_atrm_get_bios()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The radeon_atrm_get_bios function uses pci_get_class to iterate through PCI devices searching for compatible ACPI firmware tables. The pci_get_class function returns a device pointer with an incremented reference count and decrements the reference for the previous device. When the loop breaks with a non-NULL pdev (having found a suitable device), the code fails to call pci_dev_put to decrement the reference count. This violates PCI device reference counting rules and prevents the device from being properly cleaned up even when the driver is unloaded.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50520"
},
{
"category": "external",
"summary": "RHBZ#2402219",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402219"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50520",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50520"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50520",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50520"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025100704-CVE-2022-50520-9faa@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025100704-CVE-2022-50520-9faa@gregkh/T"
}
],
"release_date": "2025-10-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the radeon module from being loaded. See https://access.redhat.com/solutions/41278 for instructions on blacklisting kernel modules.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: drm/radeon: Fix PCI device refcount leak in radeon_atrm_get_bios()"
},
{
"cve": "CVE-2022-50527",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-10-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2402249"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amdgpu: Fix size validation for non-exclusive domains (v4)\n\nFix amdgpu_bo_validate_size() to check whether the TTM domain manager for the\nrequested memory exists, else we get a kernel oops when dereferencing \"man\".\n\nv2: Make the patch standalone, i.e. not dependent on local patches.\nv3: Preserve old behaviour and just check that the manager pointer is not\n NULL.\nv4: Complain if GTT domain requested and it is uninitialized--most likely a\n bug.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/amdgpu: Fix size validation for non-exclusive domains (v4)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The amdgpu_bo_validate_size function attempts to validate buffer allocations by checking domain manager constraints, but fails to verify that the domain manager pointer is non-NULL before dereferencing it. When a buffer object is created with a domain configuration that lacks an initialized manager, particularly for the Graphics Translation Table domain, the code accesses the NULL manager pointer, triggering an immediate kernel oops. This occurs during graphics memory allocation operations, which any local user with access to AMD GPU devices can initiate through normal graphics API calls",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50527"
},
{
"category": "external",
"summary": "RHBZ#2402249",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402249"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50527",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50527"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50527",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50527"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025100706-CVE-2022-50527-de17@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025100706-CVE-2022-50527-de17@gregkh/T"
}
],
"release_date": "2025-10-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the amdgpu module from being loaded. See https://access.redhat.com/solutions/41278 for instructions on blacklisting kernel modules.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: drm/amdgpu: Fix size validation for non-exclusive domains (v4)"
},
{
"cve": "CVE-2022-50528",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2025-10-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2402195"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amdkfd: Fix memory leakage\n\nThis patch fixes potential memory leakage and seg fault\nin _gpuvm_import_dmabuf() function",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/amdkfd: Fix memory leakage",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50528"
},
{
"category": "external",
"summary": "RHBZ#2402195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50528",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50528"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50528",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50528"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025100706-CVE-2022-50528-1d20@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025100706-CVE-2022-50528-1d20@gregkh/T"
}
],
"release_date": "2025-10-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: drm/amdkfd: Fix memory leakage"
},
{
"cve": "CVE-2022-50532",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-10-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2402298"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: mpt3sas: Fix possible resource leaks in mpt3sas_transport_port_add()\n\nIn mpt3sas_transport_port_add(), if sas_rphy_add() returns error,\nsas_rphy_free() needs be called to free the resource allocated in\nsas_end_device_alloc(). Otherwise a kernel crash will happen:\n\nUnable to handle kernel NULL pointer dereference at virtual address 0000000000000108\nCPU: 45 PID: 37020 Comm: bash Kdump: loaded Tainted: G W 6.1.0-rc1+ #189\npstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)\npc : device_del+0x54/0x3d0\nlr : device_del+0x37c/0x3d0\nCall trace:\n device_del+0x54/0x3d0\n attribute_container_class_device_del+0x28/0x38\n transport_remove_classdev+0x6c/0x80\n attribute_container_device_trigger+0x108/0x110\n transport_remove_device+0x28/0x38\n sas_rphy_remove+0x50/0x78 [scsi_transport_sas]\n sas_port_delete+0x30/0x148 [scsi_transport_sas]\n do_sas_phy_delete+0x78/0x80 [scsi_transport_sas]\n device_for_each_child+0x68/0xb0\n sas_remove_children+0x30/0x50 [scsi_transport_sas]\n sas_rphy_remove+0x38/0x78 [scsi_transport_sas]\n sas_port_delete+0x30/0x148 [scsi_transport_sas]\n do_sas_phy_delete+0x78/0x80 [scsi_transport_sas]\n device_for_each_child+0x68/0xb0\n sas_remove_children+0x30/0x50 [scsi_transport_sas]\n sas_remove_host+0x20/0x38 [scsi_transport_sas]\n scsih_remove+0xd8/0x420 [mpt3sas]\n\nBecause transport_add_device() is not called when sas_rphy_add() fails, the\ndevice is not added. When sas_rphy_remove() is subsequently called to\nremove the device in the remove() path, a NULL pointer dereference happens.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: scsi: mpt3sas: Fix possible resource leaks in mpt3sas_transport_port_add()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50532"
},
{
"category": "external",
"summary": "RHBZ#2402298",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402298"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50532",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50532"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50532",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50532"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025100708-CVE-2022-50532-430b@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025100708-CVE-2022-50532-430b@gregkh/T"
}
],
"release_date": "2025-10-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: scsi: mpt3sas: Fix possible resource leaks in mpt3sas_transport_port_add()"
},
{
"cve": "CVE-2022-50535",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-10-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2402308"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amd/display: Fix potential null-deref in dm_resume\n\n[Why]\nFixing smatch error:\ndm_resume() error: we previously assumed \u0027aconnector-\u003edc_link\u0027 could be null\n\n[How]\nCheck if dc_link null at the beginning of the loop,\nso further checks can be dropped.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/amd/display: Fix potential null-deref in dm_resume",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50535"
},
{
"category": "external",
"summary": "RHBZ#2402308",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402308"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50535",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50535"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50535",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50535"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025100753-CVE-2022-50535-a9a9@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025100753-CVE-2022-50535-a9a9@gregkh/T"
}
],
"release_date": "2025-10-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: drm/amd/display: Fix potential null-deref in dm_resume"
},
{
"cve": "CVE-2022-50544",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2025-10-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2402269"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()\n\nxhci_alloc_stream_info() allocates stream context array for stream_info\n-\u003estream_ctx_array with xhci_alloc_stream_ctx(). When some error occurs,\nstream_info-\u003estream_ctx_array is not released, which will lead to a\nmemory leak.\n\nWe can fix it by releasing the stream_info-\u003estream_ctx_array with\nxhci_free_stream_ctx() on the error path to avoid the potential memory\nleak.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50544"
},
{
"category": "external",
"summary": "RHBZ#2402269",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402269"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50544",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50544"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50544",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50544"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025100757-CVE-2022-50544-f012@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025100757-CVE-2022-50544-f012@gregkh/T"
}
],
"release_date": "2025-10-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()"
},
{
"cve": "CVE-2022-50555",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-10-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2402227"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntipc: fix a null-ptr-deref in tipc_topsrv_accept\n\nsyzbot found a crash in tipc_topsrv_accept:\n\n KASAN: null-ptr-deref in range [0x0000000000000008-0x000000000000000f]\n Workqueue: tipc_rcv tipc_topsrv_accept\n RIP: 0010:kernel_accept+0x22d/0x350 net/socket.c:3487\n Call Trace:\n \u003cTASK\u003e\n tipc_topsrv_accept+0x197/0x280 net/tipc/topsrv.c:460\n process_one_work+0x991/0x1610 kernel/workqueue.c:2289\n worker_thread+0x665/0x1080 kernel/workqueue.c:2436\n kthread+0x2e4/0x3a0 kernel/kthread.c:376\n ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:306\n\nIt was caused by srv-\u003elistener that might be set to null by\ntipc_topsrv_stop() in net .exit whereas it\u0027s still used in\ntipc_topsrv_accept() worker.\n\nsrv-\u003elistener is protected by srv-\u003eidr_lock in tipc_topsrv_stop(), so add\na check for srv-\u003elistener under srv-\u003eidr_lock in tipc_topsrv_accept() to\navoid the null-ptr-deref. To ensure the lsock is not released during the\ntipc_topsrv_accept(), move sock_release() after tipc_topsrv_work_stop()\nwhere it\u0027s waiting until the tipc_topsrv_accept worker to be done.\n\nNote that sk_callback_lock is used to protect sk-\u003esk_user_data instead of\nsrv-\u003elistener, and it should check srv in tipc_topsrv_listener_data_ready()\ninstead. This also ensures that no more tipc_topsrv_accept worker will be\nstarted after tipc_conn_close() is called in tipc_topsrv_stop() where it\nsets sk-\u003esk_user_data to null.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: tipc: fix a null-ptr-deref in tipc_topsrv_accept",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-50555"
},
{
"category": "external",
"summary": "RHBZ#2402227",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402227"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-50555",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50555"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50555",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50555"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025100700-CVE-2022-50555-18e1@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025100700-CVE-2022-50555-18e1@gregkh/T"
}
],
"release_date": "2025-10-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: tipc: fix a null-ptr-deref in tipc_topsrv_accept"
},
{
"cve": "CVE-2023-0458",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2023-04-26T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2193219"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerabilty was found in Linux Kernel, where a speculative pointer dereference problem exists in the Linux Kernel on the do_prlimit() function. The resource argument value is controlled and is used in pointer arithmetic for the \u0027rlim\u0027 variable and can be used to leak the contents.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: speculative pointer dereference in do_prlimit() in kernel/sys.c",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0458"
},
{
"category": "external",
"summary": "RHBZ#2193219",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2193219"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0458",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0458"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0458",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0458"
},
{
"category": "external",
"summary": "https://github.com/torvalds/linux/commit/739790605705ddcf18f21782b9c99ad7d53a8c11",
"url": "https://github.com/torvalds/linux/commit/739790605705ddcf18f21782b9c99ad7d53a8c11"
}
],
"release_date": "2023-01-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: speculative pointer dereference in do_prlimit() in kernel/sys.c"
},
{
"acknowledgments": [
{
"names": [
"Jann Horn"
],
"organization": "Google Project Zero"
}
],
"cve": "CVE-2023-0590",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2023-01-30T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2165741"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free flaw was found in qdisc_graft in net/sched/sch_api.c in the Linux Kernel due to a race problem. This flaw leads to a denial of service issue. If patch ebda44da44f6 (\"net: sched: fix race condition in qdisc_graft()\") not applied yet, then kernel could be affected.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: use-after-free due to race condition in qdisc_graft()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0590"
},
{
"category": "external",
"summary": "RHBZ#2165741",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165741"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0590",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0590"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0590",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0590"
},
{
"category": "external",
"summary": "https://lore.kernel.org/all/20221018203258.2793282-1-edumazet@google.com/",
"url": "https://lore.kernel.org/all/20221018203258.2793282-1-edumazet@google.com/"
}
],
"release_date": "2022-10-18T06:30:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: use-after-free due to race condition in qdisc_graft()"
},
{
"cve": "CVE-2023-0597",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2023-01-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2165926"
}
],
"notes": [
{
"category": "description",
"text": "A possible unauthorized memory access flaw was found in the Linux kernel cpu_entry_area mapping of X86 CPU data to memory, where a user may guess the location of exception stack(s) or other important data. This issue could allow a local user to gain access to some important data with expected location in memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: x86/mm: Randomize per-cpu entry area",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-401: Missing Release of Memory after Effective Lifetime vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to apply the most restrictive configurations necessary for operational requirements. Baseline and configuration setting controls ensure secure system and software configurations, while least functionality reduces the attack surface and minimizes the risk of resource exhaustion from memory leaks. The environment employs malicious code protections such as IDS/IPS and antimalware solutions to detect threats and provide real-time visibility into memory usage, helping prevent memory management issues before they lead to system crashes or exhaustion. Event logs are collected and analyzed for correlation, monitoring, alerting, and retention, supporting the detection of abnormal memory usage patterns that may indicate potential leaks. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the risk of input-based denial-of-service (DoS) attacks. Finally, memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) are implemented to strengthen defenses against memory allocation vulnerabilities.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-0597"
},
{
"category": "external",
"summary": "RHBZ#2165926",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2165926"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-0597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0597"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0597",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0597"
},
{
"category": "external",
"summary": "https://lore.kernel.org/lkml/Yz%2FmfJ1gjgshF19t@hirez.programming.kicks-ass.net/",
"url": "https://lore.kernel.org/lkml/Yz%2FmfJ1gjgshF19t@hirez.programming.kicks-ass.net/"
}
],
"release_date": "2022-10-07T08:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: x86/mm: Randomize per-cpu entry area"
},
{
"cve": "CVE-2023-1073",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2023-02-23T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2173403"
}
],
"notes": [
{
"category": "description",
"text": "A memory corruption flaw was found in the Linux kernel\u2019s human interface device (HID) subsystem in how a user inserts a malicious USB device. This flaw allows a local user to crash or potentially escalate their privileges on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: HID: check empty report_list in hid_validate_values()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-1073"
},
{
"category": "external",
"summary": "RHBZ#2173403",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173403"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-1073",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1073"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-1073",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-1073"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=b12fece4c64857e5fab4290bf01b2e0317a88456",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=b12fece4c64857e5fab4290bf01b2e0317a88456"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2023/01/17/3",
"url": "https://www.openwall.com/lists/oss-security/2023/01/17/3"
}
],
"release_date": "2023-01-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "PHYSICAL",
"availabilityImpact": "HIGH",
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:P/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: HID: check empty report_list in hid_validate_values()"
},
{
"cve": "CVE-2023-1074",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2023-02-23T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2173430"
}
],
"notes": [
{
"category": "description",
"text": "A memory leak flaw was found in the Linux kernel\u0027s Stream Control Transmission Protocol. This issue may occur when a user starts a malicious networking service and someone connects to this service. This could allow a local user to starve resources, causing a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: sctp: fail if no bound addresses can be used for a given scope",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-1074"
},
{
"category": "external",
"summary": "RHBZ#2173430",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173430"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-1074",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1074"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-1074",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-1074"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=458e279f861d3f61796894cd158b780765a1569f",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=458e279f861d3f61796894cd158b780765a1569f"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2023/01/23/1",
"url": "https://www.openwall.com/lists/oss-security/2023/01/23/1"
}
],
"release_date": "2023-01-23T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module sctp from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: sctp: fail if no bound addresses can be used for a given scope"
},
{
"cve": "CVE-2023-1075",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"discovery_date": "2023-02-23T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2173434"
}
],
"notes": [
{
"category": "description",
"text": "A memory leak flaw was found in the Linux kernel\u0027s TLS protocol. This issue could allow a local user unauthorized access to some memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net/tls: tls_is_tx_ready() checked list_entry",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-1075"
},
{
"category": "external",
"summary": "RHBZ#2173434",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173434"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-1075",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1075"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-1075",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-1075"
}
],
"release_date": "2023-01-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module tls from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: net/tls: tls_is_tx_ready() checked list_entry"
},
{
"cve": "CVE-2023-1079",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2023-02-23T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2173444"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free flaw was found in asus_kbd_backlight_set in drivers/hid/hid-asus.c in the Linux Kernel. This issue could allow an attacker to crash the system when plugging in or disconnecting a malicious USB device, which may lead to a kernel information leak problem.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: hid: Use After Free in asus_remove()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-1079"
},
{
"category": "external",
"summary": "RHBZ#2173444",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173444"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-1079",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1079"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-1079",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-1079"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=4ab3a086d10eeec1424f2e8a968827a6336203df",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=4ab3a086d10eeec1424f2e8a968827a6336203df"
}
],
"release_date": "2023-02-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by preventing the affected ASUS HID driver (for notebook built-in keyboard) module from loading during the boot time, ensure the module is added into the blacklist file.\n~~~\nRefer: \nHow do I blacklist a kernel module to prevent it from loading automatically? \nhttps://access.redhat.com/solutions/41278\n~~~",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "PHYSICAL",
"availabilityImpact": "HIGH",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: hid: Use After Free in asus_remove()"
},
{
"acknowledgments": [
{
"names": [
"Duoming Zhou"
]
}
],
"cve": "CVE-2023-1118",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2023-02-28T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2174400"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free flaw was found in the Linux kernel\u0027s integrated infrared receiver/transceiver driver. This issue occurs when a user detaches a rc device. This could allow a local user to crash the system or potentially escalate their privileges on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: use-after-free in drivers/media/rc/ene_ir.c due to race condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Because this vulnerability requires an attacker to either have physical access to a system with infrared receiver/transceiver hardware or requires a remote authenticated user to have knowledge about such hardware attached to the system and when it is disconnected, Red Hat assesses the impact of this vulnerability as Moderate.\n\nThis bug stems from an error in drivers/media/rc/ene_ir.c. This is no longer being built, as CONFIG_IR_ENE is no longer enabled in Red Hat Enterprise Linux 9.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-1118"
},
{
"category": "external",
"summary": "RHBZ#2174400",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2174400"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-1118",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1118"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-1118",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-1118"
},
{
"category": "external",
"summary": "https://github.com/torvalds/linux/commit/29b0589a865b6f66d141d79b2dd1373e4e50fe17",
"url": "https://github.com/torvalds/linux/commit/29b0589a865b6f66d141d79b2dd1373e4e50fe17"
}
],
"release_date": "2023-02-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module ene_ir from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: use-after-free in drivers/media/rc/ene_ir.c due to race condition"
},
{
"cve": "CVE-2023-1206",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"discovery_date": "2023-02-28T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2175903"
}
],
"notes": [
{
"category": "description",
"text": "A hash collision flaw was found in the IPv6 connection lookup table in the Linux kernel\u2019s 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": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: hash collisions in the IPv6 connection lookup table",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-1206"
},
{
"category": "external",
"summary": "RHBZ#2175903",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2175903"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-1206",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1206"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-1206",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-1206"
},
{
"category": "external",
"summary": "https://git.kernel.org/linus/d11b0df7ddf1831f3e170972f43186dad520bfcc",
"url": "https://git.kernel.org/linus/d11b0df7ddf1831f3e170972f43186dad520bfcc"
}
],
"release_date": "2023-06-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "https://access.redhat.com/solutions/30453",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: hash collisions in the IPv6 connection lookup table"
},
{
"acknowledgments": [
{
"names": [
"Jann Horn"
],
"organization": "Google Project Zero"
}
],
"cve": "CVE-2023-1252",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2023-03-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2176140"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free flaw was found in the Linux kernel\u2019s Ext4 File System in how a user triggers several file operations simultaneously with the overlay FS usage. This flaw allows a local user to crash or potentially escalate their privileges on the system. Only if patch 9a2544037600 (\"ovl: fix use after free in struct ovl_aio_req\") not applied yet, the kernel could be affected.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ovl: fix use after free in struct ovl_aio_req",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is possibly only triggered if an Ext4 filesystem is mounted. Because of that fact, and because exploitation would require that an attacker was able to control how that filesystem interacted with an OverlayFS filesystem, Red Hat assesses the impact of this vulnerability as Medium.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-416: Use After Free vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nAccess to the platform is granted only after successful hard token-based multi-factor authentication (MFA) and is governed by least privilege to ensure that only authorized users and roles can execute or modify code. Red Hat also enforces least functionality, enabling only essential features, services, and ports. Hardening guidelines ensure the most restrictive settings required for operations, while baseline configurations enforce safe memory allocation and deallocation practices to reduce the risk of use-after-free vulnerabilities. The environment employs IPS/IDS and antimalware solutions to detect and prevent malicious code and provide real-time visibility into memory usage, lowering the risk of arbitrary code execution. Static code analysis and peer reviews enforce strong input validation and error handling, reducing the likelihood of denial-of-service (DoS) attacks. In the event of successful exploitation, process isolation prevents a compromised process from accessing memory freed by another, containing potential impact. Finally, memory protection mechanisms such as Data Execution Prevention (DEP) and Address Space Layout Randomization (ASLR) enhance resilience against memory-related vulnerabilities.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-1252"
},
{
"category": "external",
"summary": "RHBZ#2176140",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2176140"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-1252",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1252"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-1252",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-1252"
},
{
"category": "external",
"summary": "https://lore.kernel.org/lkml/20211115165433.449951285@linuxfoundation.org/",
"url": "https://lore.kernel.org/lkml/20211115165433.449951285@linuxfoundation.org/"
}
],
"release_date": "2021-11-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ovl: fix use after free in struct ovl_aio_req"
},
{
"acknowledgments": [
{
"names": [
"Wei Chen"
]
}
],
"cve": "CVE-2023-1382",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2023-03-11T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2177371"
}
],
"notes": [
{
"category": "description",
"text": "A data race flaw was found in the Linux kernel, between where con is allocated and con-\u003esock is set. This issue leads to a NULL pointer dereference when accessing con-\u003esock-\u003esk in net/tipc/topsrv.c in the tipc protocol in the Linux kernel.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: denial of service in tipc_conn_close",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-1382"
},
{
"category": "external",
"summary": "RHBZ#2177371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177371"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-1382",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1382"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-1382",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-1382"
},
{
"category": "external",
"summary": "https://lore.kernel.org/netdev/bc7bd3183f1c275c820690fc65b708238fe9e38e.1668807842.git.lucien.xin@gmail.com/T/#u",
"url": "https://lore.kernel.org/netdev/bc7bd3183f1c275c820690fc65b708238fe9e38e.1668807842.git.lucien.xin@gmail.com/T/#u"
}
],
"release_date": "2022-11-18T06:30:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by preventing the affected transparent inter-process communication (TIPC) protocol kernel module from loading during the boot time. Ensure the module is added into the blacklist file.\n~~~\nRefer: \nHow do I blacklist a kernel module to prevent it from loading automatically? \nhttps://access.redhat.com/solutions/41278\n~~~",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: denial of service in tipc_conn_close"
},
{
"cve": "CVE-2023-1855",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2023-04-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2184578"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free flaw was found in xgene_hwmon_remove in drivers/hwmon/xgene-hwmon.c in the Hardware Monitoring Linux Kernel driver (xgene-hwmon). This flaw could allow a local attacker to crash the system due to a race problem, possibly leading to a kernel information leak.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: use-after-free bug in remove function xgene_hwmon_remove",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Because this flaw affects a specific CPU family, and because exploitation requires elevated system privileges, Red Hat assesses the impact of this flaw as Low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-1855"
},
{
"category": "external",
"summary": "RHBZ#2184578",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2184578"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-1855",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1855"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-1855",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-1855"
},
{
"category": "external",
"summary": "https://lore.kernel.org/all/20230318122758.2140868-1-linux@roeck-us.net/",
"url": "https://lore.kernel.org/all/20230318122758.2140868-1-linux@roeck-us.net/"
}
],
"release_date": "2023-03-10T10:30:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by preventing the affected APM X-Gene SoC HW monitor kernel driver (apm_xgene) from loading during the boot time. Ensure the module is added into the blacklist file.\n~~~\nRefer: \nHow do I blacklist a kernel module to prevent it from loading automatically? \nhttps://access.redhat.com/solutions/41278\n~~~",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: use-after-free bug in remove function xgene_hwmon_remove"
},
{
"cve": "CVE-2023-1989",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2023-04-11T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2185945"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free flaw was found in btsdio_remove in drivers\\bluetooth\\btsdio.c in the Linux Kernel. A call to btsdio_remove with an unfinished job may cause a race problem which leads to a UAF on hdev devices.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Use after free bug in btsdio_remove due to race condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Because successful exploitation of this flaw requires that a system supports SDIO hardware and that an attacker has control over attaching and detaching that hardware, Red Hat assesses the impact of this vulnerability as Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-1989"
},
{
"category": "external",
"summary": "RHBZ#2185945",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2185945"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-1989",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1989"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-1989",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-1989"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git/commit/?id=f132c2d13088",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git/commit/?id=f132c2d13088"
}
],
"release_date": "2023-03-09T06:30:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by preventing the affected Generic Bluetooth SDIO driver kernel module from loading during the boot time. Ensure the module is added into the blacklist file.\n~~~\nRefer: \nHow do I blacklist a kernel module to prevent it from loading automatically? \nhttps://access.redhat.com/solutions/41278\n~~~",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Use after free bug in btsdio_remove due to race condition"
},
{
"cve": "CVE-2023-1998",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2023-04-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2187257"
}
],
"notes": [
{
"category": "description",
"text": "It was found that the Linux Kernel still left the victim process exposed to attacks in some cases even after enabling the spectre-BTI mitigation with prctl. The kernel failed to protect applications that attempted to protect against Spectre v2 leaving them open to attack from other processes running on the same physical core in another hyperthread.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Spectre v2 SMT mitigations problem",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-1998"
},
{
"category": "external",
"summary": "RHBZ#2187257",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2187257"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-1998",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1998"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-1998",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-1998"
},
{
"category": "external",
"summary": "https://github.com/google/security-research/security/advisories/GHSA-mj4w-6495-6crx",
"url": "https://github.com/google/security-research/security/advisories/GHSA-mj4w-6495-6crx"
}
],
"release_date": "2023-04-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by disabling Simultaneous Multithreading (SMT). For instructions on how to disable SMT in RHEL, please see https://access.redhat.com/solutions/rhel-smt.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Spectre v2 SMT mitigations problem"
},
{
"acknowledgments": [
{
"names": [
"Weiteng Chen. University of California, Riverside."
]
}
],
"cve": "CVE-2023-2269",
"cwe": {
"id": "CWE-667",
"name": "Improper Locking"
},
"discovery_date": "2023-04-25T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2189388"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux Kernel, leading to a denial of service. This issue occurs due to a possible recursive locking scenario, resulting in a deadlock in table_clear in drivers/md/dm-ioctl.c in the Linux Kernel Device Mapper-Multipathing sub-component.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: A possible deadlock in dm_get_inactive_table in dm- ioctl.c leads to dos",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Because exploitation of this flaw requires that an attacker has privileges sufficient to manage md arrays, Red Hat assesses the impact of this vulnerability as Low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-2269"
},
{
"category": "external",
"summary": "RHBZ#2189388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2189388"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-2269",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2269"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-2269",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-2269"
},
{
"category": "external",
"summary": "https://lore.kernel.org/lkml/ZD1xyZxb3rHot8PV@redhat.com/t/",
"url": "https://lore.kernel.org/lkml/ZD1xyZxb3rHot8PV@redhat.com/t/"
}
],
"release_date": "2023-04-17T06:30:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: A possible deadlock in dm_get_inactive_table in dm- ioctl.c leads to dos"
},
{
"cve": "CVE-2023-2513",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2023-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2193097"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability was found in the Linux kernel\u0027s ext4 filesystem in the way it handled the extra inode size for extended attributes. This flaw allows a privileged local user to cause a system crash or other undefined behaviors.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ext4: use-after-free in ext4_xattr_set_entry()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw has been rated as having Moderate impact because of the preconditions needed to trigger the issue. The vulnerability can be exploited by a regular user, but the filesystem should be mounted with `debug_want_extra_isize`=128 and the user must have write access to the filesystem. It\u0027s also important to emphasize that `debug_want_extra_isize` is a debug mount option and should never be used in production.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-2513"
},
{
"category": "external",
"summary": "RHBZ#2193097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2193097"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-2513",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2513"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-2513",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-2513"
}
],
"release_date": "2022-06-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ext4: use-after-free in ext4_xattr_set_entry()"
},
{
"cve": "CVE-2023-3141",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2023-05-08T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2213199"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free flaw was found in r592_remove in drivers/memstick/host/r592.c in media access in the Linux Kernel. This issue may allow a local attacker to crash the system at device disconnect, possibly leading to a kernel information leak.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Use after free bug in r592_remove",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Because this flaw requires that specific peripheral hardware is attached, that an attacker has access to the hardware, and that the attacker is able to control the timing of hardware or media attachment and removal, Red Hat assesses the impact of this vulnerability as Low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-3141"
},
{
"category": "external",
"summary": "RHBZ#2213199",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213199"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-3141",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3141"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3141",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3141"
},
{
"category": "external",
"summary": "https://lore.kernel.org/lkml/CAPDyKFoV9aZObZ5GBm0U_-UVeVkBN_rAG-kH3BKoP4EXdYM4bw@mail.gmail.com/t/",
"url": "https://lore.kernel.org/lkml/CAPDyKFoV9aZObZ5GBm0U_-UVeVkBN_rAG-kH3BKoP4EXdYM4bw@mail.gmail.com/t/"
}
],
"release_date": "2023-03-07T06:30:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: Use after free bug in r592_remove"
},
{
"acknowledgments": [
{
"names": [
"Sanan Hasanov"
]
}
],
"cve": "CVE-2023-3161",
"cwe": {
"id": "CWE-1335",
"name": "Incorrect Bitwise Shift of Integer"
},
"discovery_date": "2023-06-08T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2213485"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Framebuffer Console (fbcon) in the Linux Kernel. When providing a font-\u003ewidth and font-\u003eheight greater than 32 to the fbcon_set_font, since there are no checks in place, a shift-out-of-bounds occurs, leading to undefined behavior and possible denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: fbcon: shift-out-of-bounds in fbcon_set_font()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-3161"
},
{
"category": "external",
"summary": "RHBZ#2213485",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213485"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-3161",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3161"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3161",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3161"
}
],
"release_date": "2023-01-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: fbcon: shift-out-of-bounds in fbcon_set_font()"
},
{
"cve": "CVE-2023-3212",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2023-05-09T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2214348"
}
],
"notes": [
{
"category": "description",
"text": "A NULL pointer dereference flaw was found in the gfs2 file system in the Linux kernel. This issue occurs on corrupt gfs2 file systems when the evict code tries to reference the journal descriptor structure after it has been freed and set to NULL. This flaw allows a privileged local user to cause a kernel panic.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: gfs2: NULL pointer dereference in gfs2_evict_inode()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Because exploitation of this flaw requires that an attacker is able to mount volumes they have prepared themselves or to corrupt existing system volumes, Red Hat assesses the impact of this vulnerability as Low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-3212"
},
{
"category": "external",
"summary": "RHBZ#2214348",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2214348"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-3212",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3212"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3212",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3212"
}
],
"release_date": "2023-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: gfs2: NULL pointer dereference in gfs2_evict_inode()"
},
{
"cve": "CVE-2023-3268",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2023-05-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2215502"
}
],
"notes": [
{
"category": "description",
"text": "An out-of-bounds (OOB) memory access flaw was found in the Linux kernel in relay_file_read_start_pos in kernel/relay.c in the relayfs. This flaw allows a local attacker to crash the system or leak kernel internal information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: out-of-bounds access in relay_file_read",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-3268"
},
{
"category": "external",
"summary": "RHBZ#2215502",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2215502"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-3268",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3268"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3268",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3268"
},
{
"category": "external",
"summary": "https://lore.kernel.org/lkml/1682238502-1892-1-git-send-email-yangpc@wangsu.com/T/",
"url": "https://lore.kernel.org/lkml/1682238502-1892-1-git-send-email-yangpc@wangsu.com/T/"
}
],
"release_date": "2023-04-19T06:30:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: out-of-bounds access in relay_file_read"
},
{
"cve": "CVE-2023-3609",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"discovery_date": "2023-07-24T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2225201"
}
],
"notes": [
{
"category": "description",
"text": "A double-free flaw was found in u32_set_parms in net/sched/cls_u32.c in the Network Scheduler component in the Linux kernel. This flaw allows a local attacker to use a failure event to mishandle the reference counter, leading to a local privilege escalation threat.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net/sched: cls_u32 component reference counter leak if tcf_change_indev() fails",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-3609"
},
{
"category": "external",
"summary": "RHBZ#2225201",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2225201"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-3609",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3609"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3609",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3609"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=04c55383fa5689357bcdd2c8036725a55ed632bc",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=04c55383fa5689357bcdd2c8036725a55ed632bc"
}
],
"release_date": "2023-07-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module cls_u32 from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: net/sched: cls_u32 component reference counter leak if tcf_change_indev() fails"
},
{
"cve": "CVE-2023-3611",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2023-07-24T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2225191"
}
],
"notes": [
{
"category": "description",
"text": "An out-of-bounds memory write flaw was found in qfq_change_agg in net/sched/sch_qfq.c in the Traffic Control (QoS) subsystem in the Linux kernel. This flaw allows a local user to crash or potentially escalate their privileges on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net/sched: sch_qfq component can be exploited if in qfq_change_agg function happens qfq_enqueue overhead",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-3611"
},
{
"category": "external",
"summary": "RHBZ#2225191",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2225191"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-3611",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3611"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3611",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3611"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3e337087c3b5805fe0b8a46ba622a962880b5d64",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3e337087c3b5805fe0b8a46ba622a962880b5d64"
}
],
"release_date": "2023-07-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "Mitigation for this issue is to skip loading the affected module sch_qfq onto the system until we have a fix available. This can be done by a blacklist mechanism and will ensure the driver is not loaded at the boot time.\n~~~\n How do I blacklist a kernel module to prevent it from loading automatically? \nhttps://access.redhat.com/solutions/41278 \n~~~",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: net/sched: sch_qfq component can be exploited if in qfq_change_agg function happens qfq_enqueue overhead"
},
{
"acknowledgments": [
{
"names": [
"Lin Ma"
],
"organization": "ZJU \u0026 Ant Security Light-Year Lab"
}
],
"cve": "CVE-2023-3772",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2023-06-29T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2218943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u2019s IP framework for transforming packets (XFRM subsystem). This issue may allow a malicious user with CAP_NET_ADMIN privileges to directly dereference a NULL pointer in xfrm_update_ae_params(), leading to a possible kernel crash and denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: xfrm: NULL pointer dereference in xfrm_update_ae_params()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-3772"
},
{
"category": "external",
"summary": "RHBZ#2218943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-3772",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3772"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3772",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3772"
}
],
"release_date": "2023-07-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: xfrm: NULL pointer dereference in xfrm_update_ae_params()"
},
{
"cve": "CVE-2023-4128",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2023-07-24T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2261965"
}
],
"notes": [
{
"category": "description",
"text": "This record is a duplicate of CVE-2023-4206, CVE-2023-4207, and CVE-2023-4208. Do not use this CVE record: CVE-2023-4128.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net/sched: Use-after-free vulnerabilities in the net/sched classifiers: cls_fw, cls_u32 and cls_route",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "All CVE users should reference CVE-2023-4206, CVE-2023-4207, CVE-2023-4208 instead of this record. All references and descriptions in this record have been removed to prevent accidental usage.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-4128"
},
{
"category": "external",
"summary": "RHBZ#2261965",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2261965"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-4128",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4128"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4128",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4128"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-4206",
"url": "https://access.redhat.com/security/cve/CVE-2023-4206"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-4207",
"url": "https://access.redhat.com/security/cve/CVE-2023-4207"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-4208",
"url": "https://access.redhat.com/security/cve/CVE-2023-4208"
}
],
"release_date": "2023-07-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: net/sched: Use-after-free vulnerabilities in the net/sched classifiers: cls_fw, cls_u32 and cls_route"
},
{
"acknowledgments": [
{
"names": [
"Duoming Zhou"
]
}
],
"cve": "CVE-2023-4132",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2023-07-10T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2221707"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability was found in the siano smsusb module in the Linux kernel. The bug occurs during device initialization when the siano device is plugged in. This flaw allows a local user to crash the system, causing a denial of service condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: smsusb: use-after-free caused by do_submit_urb()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-4132"
},
{
"category": "external",
"summary": "RHBZ#2221707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2221707"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-4132",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4132"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4132",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4132"
}
],
"release_date": "2023-02-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: smsusb: use-after-free caused by do_submit_urb()"
},
{
"cve": "CVE-2023-4155",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2023-05-09T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2213802"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in KVM AMD Secure Encrypted Virtualization (SEV) in the Linux kernel. A KVM guest using SEV-ES or SEV-SNP with multiple vCPUs can trigger a double fetch race condition vulnerability and invoke the `VMGEXIT` handler recursively. If an attacker manages to call the handler multiple times, they can trigger a stack overflow and cause a denial of service or potentially guest-to-host escape in kernel configurations without stack guard pages (`CONFIG_VMAP_STACK`).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: KVM: SEV-ES / SEV-SNP VMGEXIT double fetch vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Enterprise Linux 6 and 7 are not affected by this flaw, as they did not include support for KVM AMD Secure Encrypted Virtualization (SEV). \nNote: AMD SEV is currently provided as a Technology Preview in RHEL 8, therefore, it is unsupported for production use. For additional details see https://access.redhat.com/articles/4491591 and https://access.redhat.com/support/offerings/techpreview.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-4155"
},
{
"category": "external",
"summary": "RHBZ#2213802",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213802"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-4155",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4155"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4155",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4155"
}
],
"release_date": "2023-08-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: KVM: SEV-ES / SEV-SNP VMGEXIT double fetch vulnerability"
},
{
"cve": "CVE-2023-4206",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2023-07-24T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2225511"
}
],
"notes": [
{
"category": "description",
"text": "There are 3 CVEs for the use-after-free flaw found in net/sched/cls_fw.c in classifiers (cls_fw, cls_u32, and cls_route) in the Linux Kernel: CVE-2023-4206, CVE-2023-4207, CVE-2023-4208. \r\nA local user could use any of these flaws to crash the system or potentially escalate their privileges on the system.\r\n\r\nSimilar CVE-2023-4128 was rejected as a duplicate.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net/sched: Use-after-free vulnerabilities in the net/sched classifiers: cls_fw, cls_u32 and cls_route",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-4206"
},
{
"category": "external",
"summary": "RHBZ#2225511",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2225511"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-4206",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4206"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4206",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4206"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3044b16e7c6fe5d24b1cdbcf1bd0a9d92d1ebd81",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3044b16e7c6fe5d24b1cdbcf1bd0a9d92d1ebd81"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=76e42ae831991c828cffa8c37736ebfb831ad5ec",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=76e42ae831991c828cffa8c37736ebfb831ad5ec"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b80b829e9e2c1b3f7aae34855e04d8f6ecaf13c8",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b80b829e9e2c1b3f7aae34855e04d8f6ecaf13c8"
},
{
"category": "external",
"summary": "https://lore.kernel.org/netdev/193d6cdf-d6c9-f9be-c36a-b2a7551d5fb6@mojatatu.com/",
"url": "https://lore.kernel.org/netdev/193d6cdf-d6c9-f9be-c36a-b2a7551d5fb6@mojatatu.com/"
}
],
"release_date": "2023-07-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the module cls_u32 from being loaded by blacklisting the module to prevent it from loading automatically. \n~~~\nhttps://access.redhat.com/solutions/41278 \n~~~",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: net/sched: Use-after-free vulnerabilities in the net/sched classifiers: cls_fw, cls_u32 and cls_route"
},
{
"cve": "CVE-2023-4207",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2023-07-24T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2225511"
}
],
"notes": [
{
"category": "description",
"text": "There are 3 CVEs for the use-after-free flaw found in net/sched/cls_fw.c in classifiers (cls_fw, cls_u32, and cls_route) in the Linux Kernel: CVE-2023-4206, CVE-2023-4207, CVE-2023-4208. \r\nA local user could use any of these flaws to crash the system or potentially escalate their privileges on the system.\r\n\r\nSimilar CVE-2023-4128 was rejected as a duplicate.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net/sched: Use-after-free vulnerabilities in the net/sched classifiers: cls_fw, cls_u32 and cls_route",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-4207"
},
{
"category": "external",
"summary": "RHBZ#2225511",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2225511"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-4207",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4207"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4207",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4207"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3044b16e7c6fe5d24b1cdbcf1bd0a9d92d1ebd81",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3044b16e7c6fe5d24b1cdbcf1bd0a9d92d1ebd81"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=76e42ae831991c828cffa8c37736ebfb831ad5ec",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=76e42ae831991c828cffa8c37736ebfb831ad5ec"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b80b829e9e2c1b3f7aae34855e04d8f6ecaf13c8",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b80b829e9e2c1b3f7aae34855e04d8f6ecaf13c8"
},
{
"category": "external",
"summary": "https://lore.kernel.org/netdev/193d6cdf-d6c9-f9be-c36a-b2a7551d5fb6@mojatatu.com/",
"url": "https://lore.kernel.org/netdev/193d6cdf-d6c9-f9be-c36a-b2a7551d5fb6@mojatatu.com/"
}
],
"release_date": "2023-07-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the module cls_u32 from being loaded by blacklisting the module to prevent it from loading automatically. \n~~~\nhttps://access.redhat.com/solutions/41278 \n~~~",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: net/sched: Use-after-free vulnerabilities in the net/sched classifiers: cls_fw, cls_u32 and cls_route"
},
{
"cve": "CVE-2023-4208",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2023-07-24T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2225511"
}
],
"notes": [
{
"category": "description",
"text": "There are 3 CVEs for the use-after-free flaw found in net/sched/cls_fw.c in classifiers (cls_fw, cls_u32, and cls_route) in the Linux Kernel: CVE-2023-4206, CVE-2023-4207, CVE-2023-4208. \r\nA local user could use any of these flaws to crash the system or potentially escalate their privileges on the system.\r\n\r\nSimilar CVE-2023-4128 was rejected as a duplicate.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net/sched: Use-after-free vulnerabilities in the net/sched classifiers: cls_fw, cls_u32 and cls_route",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-4208"
},
{
"category": "external",
"summary": "RHBZ#2225511",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2225511"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-4208",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4208"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4208",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4208"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3044b16e7c6fe5d24b1cdbcf1bd0a9d92d1ebd81",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3044b16e7c6fe5d24b1cdbcf1bd0a9d92d1ebd81"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=76e42ae831991c828cffa8c37736ebfb831ad5ec",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=76e42ae831991c828cffa8c37736ebfb831ad5ec"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b80b829e9e2c1b3f7aae34855e04d8f6ecaf13c8",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b80b829e9e2c1b3f7aae34855e04d8f6ecaf13c8"
},
{
"category": "external",
"summary": "https://lore.kernel.org/netdev/193d6cdf-d6c9-f9be-c36a-b2a7551d5fb6@mojatatu.com/",
"url": "https://lore.kernel.org/netdev/193d6cdf-d6c9-f9be-c36a-b2a7551d5fb6@mojatatu.com/"
}
],
"release_date": "2023-07-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the module cls_u32 from being loaded by blacklisting the module to prevent it from loading automatically. \n~~~\nhttps://access.redhat.com/solutions/41278 \n~~~",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: net/sched: Use-after-free vulnerabilities in the net/sched classifiers: cls_fw, cls_u32 and cls_route"
},
{
"cve": "CVE-2023-4732",
"cwe": {
"id": "CWE-366",
"name": "Race Condition within a Thread"
},
"discovery_date": "2023-09-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2236982"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pfn_swap_entry_to_page in memory management subsystem in the Linux Kernel. In this flaw, an attacker with a local user privilege may cause a denial of service problem due to a BUG statement referencing pmd_t x.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Race between task migrating pages and another task calling exit_mmap to release those same pages getting invalid opcode BUG in include/linux/swapops.h",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-4732"
},
{
"category": "external",
"summary": "RHBZ#2236982",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2236982"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-4732",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4732"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4732",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4732"
}
],
"release_date": "2023-09-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "A possible workaround is disabling Transparent Hugepage",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Race between task migrating pages and another task calling exit_mmap to release those same pages getting invalid opcode BUG in include/linux/swapops.h"
},
{
"cve": "CVE-2023-23455",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"discovery_date": "2023-01-12T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2168332"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw was found in atm_tc_enqueue in net/sched/sch_atm.c in the Linux kernel. This issue may allow a local attacker to cause a denial of service due to type confusion. Non-negative numbers could indicate a TC_ACT_SHOT condition rather than valid classification results.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Kernel: denial of service in atm_tc_enqueue in net/sched/sch_atm.c due to type confusion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-23455"
},
{
"category": "external",
"summary": "RHBZ#2168332",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2168332"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-23455",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23455"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-23455",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23455"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a2965c7be0522eaa18808684b7b82b248515511b",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a2965c7be0522eaa18808684b7b82b248515511b"
}
],
"release_date": "2023-01-01T17:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "The mitigation is to disable unprivileged user namespaces by setting user.max_user_namespaces to 0:\n\n```\n# echo \"user.max_user_namespaces=0\" \u003e /etc/sysctl.d/userns.conf\n# sysctl -p /etc/sysctl.d/userns.conf\n```",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Kernel: denial of service in atm_tc_enqueue in net/sched/sch_atm.c due to type confusion"
},
{
"cve": "CVE-2023-26545",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"discovery_date": "2023-02-25T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2182443"
}
],
"notes": [
{
"category": "description",
"text": "A double-free flaw was found in the Linux kernel when the MPLS implementation handled sysctl allocation failures. This issue could allow a local user to cause a denial of service or possibly execute arbitrary code.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: mpls: double free on sysctl allocation failure",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Enterprise Linux 6 and 7 are not affected by this flaw as they did not include MPLS routing support, which was introduced upstream in version 4.1-rc1 (commit 0189197 \"mpls: Basic routing support\").",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-26545"
},
{
"category": "external",
"summary": "RHBZ#2182443",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182443"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-26545",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26545"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-26545",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-26545"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: mpls: double free on sysctl allocation failure"
},
{
"acknowledgments": [
{
"names": [
"Wei Chen"
]
}
],
"cve": "CVE-2023-28328",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2023-03-11T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2177389"
}
],
"notes": [
{
"category": "description",
"text": "A NULL pointer dereference flaw was found in the az6027 driver in drivers/media/usb/dev-usb/az6027.c in the Linux Kernel. The message from user space is not checked properly before transferring into the device. This flaw allows a local user to crash the system or potentially cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Denial of service issue in az6027 driver in drivers/media/usb/dev-usb/az6027.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw can be mitigated by preventing the affected dvb_usb_az6027 kernel module from loading during the boot time. Ensure the module is added into the blacklist file.\n~~~\nRefer: \nHow do I blacklist a kernel module to prevent it from loading automatically? \nhttps://access.redhat.com/solutions/41278\n~~~",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-28328"
},
{
"category": "external",
"summary": "RHBZ#2177389",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177389"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-28328",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28328"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-28328",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-28328"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-media/20221120065918.2160782-1-zhongbaisong@huawei.com/",
"url": "https://lore.kernel.org/linux-media/20221120065918.2160782-1-zhongbaisong@huawei.com/"
},
{
"category": "external",
"summary": "https://lore.kernel.org/lkml/CAO4mrfcPHB5aQJO=mpqV+p8mPLNg-Fok0gw8gZ=zemAfMGTzMg@mail.gmail.com/",
"url": "https://lore.kernel.org/lkml/CAO4mrfcPHB5aQJO=mpqV+p8mPLNg-Fok0gw8gZ=zemAfMGTzMg@mail.gmail.com/"
}
],
"release_date": "2022-11-18T06:30:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Denial of service issue in az6027 driver in drivers/media/usb/dev-usb/az6027.c"
},
{
"cve": "CVE-2023-28772",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"discovery_date": "2023-03-23T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2181330"
}
],
"notes": [
{
"category": "description",
"text": "A buffer overflow write flaw was identified in seq_buf_putmem_hex in lib/seq_buf.c in seq_buf in the Linux Kernel. This issue may allow a user with special debug privileges such as ftrace or root to cause an overflow in the destination buffer due to a missing sanity check.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: lib/seq_buf.c has a seq_buf_putmem_hex buffer overflow",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-28772"
},
{
"category": "external",
"summary": "RHBZ#2181330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2181330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-28772",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28772"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-28772",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-28772"
},
{
"category": "external",
"summary": "https://github.com/torvalds/linux/commit/d3b16034a24a112bb83aeb669ac5b9b01f744bb7",
"url": "https://github.com/torvalds/linux/commit/d3b16034a24a112bb83aeb669ac5b9b01f744bb7"
}
],
"release_date": "2023-03-23T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: lib/seq_buf.c has a seq_buf_putmem_hex buffer overflow"
},
{
"cve": "CVE-2023-30456",
"cwe": {
"id": "CWE-358",
"name": "Improperly Implemented Security Check for Standard"
},
"discovery_date": "2023-04-10T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2188468"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the KVM\u0027s Intel nested virtualization feature (nVMX). The effective values of the guest CR0 and CR4 registers could differ from those included in the VMCS12. In rare circumstances (i.e., kvm_intel module loaded with parameters nested=1 and ept=0) this could allow a malicious guest to crash the host system, causing a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: KVM: nVMX: missing consistency checks for CR0 and CR4",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat currently provides the nested virtualization feature as a Technology Preview. Nested virtualization is therefore unsupported for production use. For more information please refer to https://access.redhat.com/solutions/21101 and https://access.redhat.com/support/offerings/techpreview.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-30456"
},
{
"category": "external",
"summary": "RHBZ#2188468",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2188468"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-30456",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30456"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-30456",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-30456"
}
],
"release_date": "2023-04-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "This vulnerability can be mitigated by disabling the nested virtualization feature:\n```\n# modprobe -r kvm_intel\n# modprobe kvm_intel nested=0\n```",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: KVM: nVMX: missing consistency checks for CR0 and CR4"
},
{
"cve": "CVE-2023-31084",
"discovery_date": "2023-06-07T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2213139"
}
],
"notes": [
{
"category": "description",
"text": "A potential deadlock flaw was found in the Linux\u2019s kernel DVB API (used by Digital TV devices) functionality. This flaw allows a local user to crash the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: blocking operation in dvb_frontend_get_event and wait_event_interruptible",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-31084"
},
{
"category": "external",
"summary": "RHBZ#2213139",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213139"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-31084",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31084"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-31084",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-31084"
}
],
"release_date": "2023-04-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: blocking operation in dvb_frontend_get_event and wait_event_interruptible"
},
{
"cve": "CVE-2023-31436",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2023-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2192671"
}
],
"notes": [
{
"category": "description",
"text": "An out-of-bounds memory access flaw was found in the Linux kernel\u2019s traffic control (QoS) subsystem in how a user triggers the qfq_change_class function with an incorrect MTU value of the network device used as lmax. This flaw allows a local user to crash or potentially escalate their privileges on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: out-of-bounds write in qfq_change_class function",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-31436"
},
{
"category": "external",
"summary": "RHBZ#2192671",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2192671"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-31436",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31436"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-31436",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-31436"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3037933448f60f9acb705997eae62013ecb81e0d",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3037933448f60f9acb705997eae62013ecb81e0d"
}
],
"release_date": "2023-04-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent the module, sch_qfq from being loaded. Please see https://access.redhat.com/solutions/41278 for information on how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: out-of-bounds write in qfq_change_class function"
},
{
"cve": "CVE-2023-33203",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2023-03-20T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2192667"
}
],
"notes": [
{
"category": "description",
"text": "A race condition vulnerability was found in the Linux kernel\u0027s Qualcomm EMAC Gigabit Ethernet Controller when the user physically removes the device before cleanup in the emac_remove function. This flaw can eventually result in a use-after-free issue, possibly leading to a system crash or other undefined behaviors.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net: qcom/emac: race condition leading to use-after-free in emac_remove()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Enterprise Linux 6 and 7 are not affected by this flaw as they did not include support for the EMAC Gigabit Ethernet Controller.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-33203"
},
{
"category": "external",
"summary": "RHBZ#2192667",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2192667"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-33203",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33203"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-33203",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-33203"
}
],
"release_date": "2023-03-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "PHYSICAL",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net: qcom/emac: race condition leading to use-after-free in emac_remove()"
},
{
"cve": "CVE-2023-33951",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2023-06-28T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2218195"
}
],
"notes": [
{
"category": "description",
"text": "A race condition vulnerability was found in the vmwgfx driver in the Linux kernel. The flaw exists within the handling of GEM objects. The issue results from improper locking when performing operations on an object. This flaw allows a local privileged user to disclose information in the context of the kernel.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: vmwgfx: race condition leading to information disclosure vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-33951"
},
{
"category": "external",
"summary": "RHBZ#2218195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-33951",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33951"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-33951",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-33951"
},
{
"category": "external",
"summary": "https://www.zerodayinitiative.com/advisories/ZDI-CAN-20110/",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-CAN-20110/"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by preventing the affected `vmwgfx` kernel module from being loaded. For instructions on how to blacklist a kernel module, please see https://access.redhat.com/solutions/41278.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:L",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: vmwgfx: race condition leading to information disclosure vulnerability"
},
{
"cve": "CVE-2023-33952",
"cwe": {
"id": "CWE-415",
"name": "Double Free"
},
"discovery_date": "2023-06-28T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2218212"
}
],
"notes": [
{
"category": "description",
"text": "A double-free vulnerability was found in handling vmw_buffer_object objects in the vmwgfx driver in the Linux kernel. This issue occurs due to the lack of validating the existence of an object prior to performing further free operations on the object, which may allow a local privileged user to escalate privileges and execute code in the context of the kernel.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: vmwgfx: double free within the handling of vmw_buffer_object objects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw has been rated as having Moderate impact because of the preconditions needed to trigger the issue: An attacker must first obtain the ability to execute high-privileged code on the target system in order to exploit this vulnerability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-33952"
},
{
"category": "external",
"summary": "RHBZ#2218212",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2218212"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-33952",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33952"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-33952",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-33952"
},
{
"category": "external",
"summary": "https://www.zerodayinitiative.com/advisories/ZDI-CAN-20292",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-CAN-20292"
}
],
"release_date": "2023-02-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by preventing the affected `vmwgfx` kernel module from being loaded. For instructions on how to blacklist a kernel module, please see https://access.redhat.com/solutions/41278.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: vmwgfx: double free within the handling of vmw_buffer_object objects"
},
{
"cve": "CVE-2023-35823",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2023-06-19T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2215835"
}
],
"notes": [
{
"category": "description",
"text": "A race condition was found in the Linux kernel\u0027s saa7134 device driver. This occurs when removing the module before cleanup in the saa7134_finidev function which can result in a use-after-free issue, possibly leading to a system crash or other undefined behaviors.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: saa7134: race condition leading to use-after-free in saa7134_finidev()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Because this flaw only affects systems with specific hardware installed, and because exploitation requires an attacker to be able to manipulate the driver or the physical hardware with precise timing, Red Hat assesses the impact of this vulnerability as Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-35823"
},
{
"category": "external",
"summary": "RHBZ#2215835",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2215835"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-35823",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35823"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-35823",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-35823"
}
],
"release_date": "2023-06-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: saa7134: race condition leading to use-after-free in saa7134_finidev()"
},
{
"cve": "CVE-2023-35824",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2023-06-19T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2215836"
}
],
"notes": [
{
"category": "description",
"text": "A race condition was found in the Linux kernel\u0027s dm1105 device driver when removing the module before cleanup in the dm1105_remove function. This can result in a use-after-free issue, possibly leading to a system crash or other undefined behaviors.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: dm1105: race condition leading to use-after-free in dm1105_remove.c()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Because this flaw only affects systems with specific hardware installed, and because exploitation requires an attacker to be able to manipulate the driver with precise timing, Red Hat assesses the impact of this vulnerability as Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-35824"
},
{
"category": "external",
"summary": "RHBZ#2215836",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2215836"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-35824",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35824"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-35824",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-35824"
}
],
"release_date": "2023-06-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: dm1105: race condition leading to use-after-free in dm1105_remove.c()"
},
{
"cve": "CVE-2023-35825",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2023-06-19T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2215837"
}
],
"notes": [
{
"category": "description",
"text": "A race condition was found in the Linux kernel\u0027s r592 device driver, when removing the module before cleanup in the r592_remove function. This can result in a use-after-free issue, possibly leading to a system crash or other undefined behaviors.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: r592: race condition leading to use-after-free in r592_remove()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-35825"
},
{
"category": "external",
"summary": "RHBZ#2215837",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2215837"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-35825",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35825"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-35825",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-35825"
}
],
"release_date": "2023-06-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: r592: race condition leading to use-after-free in r592_remove()"
},
{
"cve": "CVE-2023-51043",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2024-01-24T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2260005"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel Direct Rendering Infrastructure (DRI) subsystem in which a use-after-free can be caused when a user triggers a race condition between a nonblocking atomic commit and a driver unload. A local user could use this flaw to crash the system or potentially escalate their privileges on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: use-after-free during a race condition between a nonblocking atomic commit and a driver unload in drivers/gpu/drm/drm_atomic.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat Enterprise Linux 8 and Red Hat Enterprise Linux 9 affected. The impact level is Moderate, because potential use-after-free could happen only during loading/unloading driver (that requires some privileges).",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-51043"
},
{
"category": "external",
"summary": "RHBZ#2260005",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2260005"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-51043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51043"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-51043",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-51043"
},
{
"category": "external",
"summary": "https://github.com/torvalds/linux/commit/4e076c73e4f6e90816b30fcd4a0d7ab365087255",
"url": "https://github.com/torvalds/linux/commit/4e076c73e4f6e90816b30fcd4a0d7ab365087255"
}
],
"release_date": "2024-01-23T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module drm from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: use-after-free during a race condition between a nonblocking atomic commit and a driver unload in drivers/gpu/drm/drm_atomic.c"
},
{
"cve": "CVE-2023-52734",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2024-05-21T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2282728"
}
],
"notes": [
{
"category": "description",
"text": "[REJECTED CVE] In the Linux kernel, the following vulnerability has been resolved:\n\nnet: sched: sch: Bounds check priority\n\nThe Linux kernel CVE team has assigned CVE-2023-52734 to this issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net: sched: sch: Bounds check priority",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This CVE has been rejected upstream: https://lore.kernel.org/linux-cve-announce/2024052800-REJECTED-1242@gregkh/",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-52734"
},
{
"category": "external",
"summary": "RHBZ#2282728",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2282728"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-52734",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52734"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-52734",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52734"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024052100-CVE-2023-52734-c8c2@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024052100-CVE-2023-52734-c8c2@gregkh/T"
}
],
"release_date": "2024-05-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: net: sched: sch: Bounds check priority"
},
{
"cve": "CVE-2023-52931",
"discovery_date": "2025-03-27T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2355455"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/i915: Avoid potential vm use-after-free\n\nAdding the vm to the vm_xa table makes it visible to userspace, which\ncould try to race with us to close the vm. So we need to take our extra\nreference before putting it in the table.\n\n(cherry picked from commit 99343c46d4e2b34c285d3d5f68ff04274c2f9fb4)",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/i915: Avoid potential vm use-after-free",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat has stack protection mechanisms in place, such as FORTIFY_SOURCE, Position Independent Executables or Stack Smashing Protection.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-52931"
},
{
"category": "external",
"summary": "RHBZ#2355455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-52931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52931"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-52931",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52931"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025032719-CVE-2023-52931-593f@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025032719-CVE-2023-52931-593f@gregkh/T"
}
],
"release_date": "2025-03-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: drm/i915: Avoid potential vm use-after-free"
},
{
"cve": "CVE-2023-52937",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2025-03-27T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2355512"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nHV: hv_balloon: fix memory leak with using debugfs_lookup()\n\nWhen calling debugfs_lookup() the result must have dput() called on it,\notherwise the memory will leak over time. To make things simpler, just\ncall debugfs_lookup_and_remove() instead which handles all of the logic\nat once.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: HV: hv_balloon: fix memory leak with using debugfs_lookup()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-52937"
},
{
"category": "external",
"summary": "RHBZ#2355512",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355512"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-52937",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52937"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-52937",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52937"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025032721-CVE-2023-52937-605d@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025032721-CVE-2023-52937-605d@gregkh/T"
}
],
"release_date": "2025-03-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: HV: hv_balloon: fix memory leak with using debugfs_lookup()"
},
{
"cve": "CVE-2023-52938",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-03-27T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2355518"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: typec: ucsi: Don\u0027t attempt to resume the ports before they exist\n\nThis will fix null pointer dereference that was caused by\nthe driver attempting to resume ports that were not yet\nregistered.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: usb: typec: ucsi: Don\u0027t attempt to resume the ports before they exist",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-52938"
},
{
"category": "external",
"summary": "RHBZ#2355518",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355518"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-52938",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52938"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-52938",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52938"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025032721-CVE-2023-52938-ee34@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025032721-CVE-2023-52938-ee34@gregkh/T"
}
],
"release_date": "2025-03-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: usb: typec: ucsi: Don\u0027t attempt to resume the ports before they exist"
},
{
"cve": "CVE-2023-52977",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2025-03-27T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2355538"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: openvswitch: fix flow memory leak in ovs_flow_cmd_new\n\nSyzkaller reports a memory leak of new_flow in ovs_flow_cmd_new() as it is\nnot freed when an allocation of a key fails.\n\nBUG: memory leak\nunreferenced object 0xffff888116668000 (size 632):\n comm \"syz-executor231\", pid 1090, jiffies 4294844701 (age 18.871s)\n hex dump (first 32 bytes):\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n backtrace:\n [\u003c00000000defa3494\u003e] kmem_cache_zalloc include/linux/slab.h:654 [inline]\n [\u003c00000000defa3494\u003e] ovs_flow_alloc+0x19/0x180 net/openvswitch/flow_table.c:77\n [\u003c00000000c67d8873\u003e] ovs_flow_cmd_new+0x1de/0xd40 net/openvswitch/datapath.c:957\n [\u003c0000000010a539a8\u003e] genl_family_rcv_msg_doit+0x22d/0x330 net/netlink/genetlink.c:739\n [\u003c00000000dff3302d\u003e] genl_family_rcv_msg net/netlink/genetlink.c:783 [inline]\n [\u003c00000000dff3302d\u003e] genl_rcv_msg+0x328/0x590 net/netlink/genetlink.c:800\n [\u003c000000000286dd87\u003e] netlink_rcv_skb+0x153/0x430 net/netlink/af_netlink.c:2515\n [\u003c0000000061fed410\u003e] genl_rcv+0x24/0x40 net/netlink/genetlink.c:811\n [\u003c000000009dc0f111\u003e] netlink_unicast_kernel net/netlink/af_netlink.c:1313 [inline]\n [\u003c000000009dc0f111\u003e] netlink_unicast+0x545/0x7f0 net/netlink/af_netlink.c:1339\n [\u003c000000004a5ee816\u003e] netlink_sendmsg+0x8e7/0xde0 net/netlink/af_netlink.c:1934\n [\u003c00000000482b476f\u003e] sock_sendmsg_nosec net/socket.c:651 [inline]\n [\u003c00000000482b476f\u003e] sock_sendmsg+0x152/0x190 net/socket.c:671\n [\u003c00000000698574ba\u003e] ____sys_sendmsg+0x70a/0x870 net/socket.c:2356\n [\u003c00000000d28d9e11\u003e] ___sys_sendmsg+0xf3/0x170 net/socket.c:2410\n [\u003c0000000083ba9120\u003e] __sys_sendmsg+0xe5/0x1b0 net/socket.c:2439\n [\u003c00000000c00628f8\u003e] do_syscall_64+0x30/0x40 arch/x86/entry/common.c:46\n [\u003c000000004abfdcf4\u003e] entry_SYSCALL_64_after_hwframe+0x61/0xc6\n\nTo fix this the patch rearranges the goto labels to reflect the order of\nobject allocations and adds appropriate goto statements on the error\npaths.\n\nFound by Linux Verification Center (linuxtesting.org) with Syzkaller.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net: openvswitch: fix flow memory leak in ovs_flow_cmd_new",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-52977"
},
{
"category": "external",
"summary": "RHBZ#2355538",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355538"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-52977",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52977"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-52977",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52977"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025032704-CVE-2023-52977-f91d@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025032704-CVE-2023-52977-f91d@gregkh/T"
}
],
"release_date": "2025-03-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:L",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net: openvswitch: fix flow memory leak in ovs_flow_cmd_new"
},
{
"cve": "CVE-2023-52981",
"cwe": {
"id": "CWE-911",
"name": "Improper Update of Reference Count"
},
"discovery_date": "2025-03-27T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2355444"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/i915: Fix request ref counting during error capture \u0026 debugfs dump\n\nWhen GuC support was added to error capture, the reference counting\naround the request object was broken. Fix it up.\n\nThe context based search manages the spinlocking around the search\ninternally. So it needs to grab the reference count internally as\nwell. The execlist only request based search relies on external\nlocking, so it needs an external reference count but within the\nspinlock not outside it.\n\nThe only other caller of the context based search is the code for\ndumping engine state to debugfs. That code wasn\u0027t previously getting\nan explicit reference at all as it does everything while holding the\nexeclist specific spinlock. So, that needs updaing as well as that\nspinlock doesn\u0027t help when using GuC submission. Rather than trying to\nconditionally get/put depending on submission model, just change it to\nalways do the get/put.\n\nv2: Explicitly document adding an extra blank line in some dense code\n(Andy Shevchenko). Fix multiple potential null pointer derefs in case\nof no request found (some spotted by Tvrtko, but there was more!).\nAlso fix a leaked request in case of !started and another in\n__guc_reset_context now that intel_context_find_active_request is\nactually reference counting the returned request.\nv3: Add a _get suffix to intel_context_find_active_request now that it\ngrabs a reference (Daniele).\nv4: Split the intel_guc_find_hung_context change to a separate patch\nand rename intel_context_find_active_request_get to\nintel_context_get_active_request (Tvrtko).\nv5: s/locking/reference counting/ in commit message (Tvrtko)\n\n(cherry picked from commit 3700e353781e27f1bc7222f51f2cc36cbeb9b4ec)",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/i915: Fix request ref counting during error capture \u0026 debugfs dump",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-52981"
},
{
"category": "external",
"summary": "RHBZ#2355444",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355444"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-52981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52981"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-52981",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52981"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025032706-CVE-2023-52981-070c@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025032706-CVE-2023-52981-070c@gregkh/T"
}
],
"release_date": "2025-03-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: drm/i915: Fix request ref counting during error capture \u0026 debugfs dump"
},
{
"cve": "CVE-2023-52991",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-03-27T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2355500"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s net subsystem. A NULL pointer dereference can be triggered when a specific sequence of network events occurs due to an improper check, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net: fix NULL pointer in skb_segment_list",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue has been fixed in Red Hat Enterprise Linux 8.9 and 9.3 via RHSA-2023:7077 [1] and RHSA-2023:6583 [2], respectively.\n\n[1]. https://access.redhat.com/errata/RHSA-2023:7077\n\n[2]. https://access.redhat.com/errata/RHSA-2023:6583",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-52991"
},
{
"category": "external",
"summary": "RHBZ#2355500",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355500"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-52991",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52991"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-52991",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52991"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025032709-CVE-2023-52991-6358@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025032709-CVE-2023-52991-6358@gregkh/T"
}
],
"release_date": "2025-03-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net: fix NULL pointer in skb_segment_list"
},
{
"cve": "CVE-2023-52997",
"discovery_date": "2025-03-27T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2355468"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the Linux kernel\u0027s `ip_metrics_convert()` function, where improper handling of user input can potentially leak kernel memory via side channels. This issue is caused by the use of `@type`, a user-controlled input, which is an array within this function. If a CPU speculatively executes instructions past the conditional branch before the branch condition is resolved, the line `metrics[type - 1] = val` may be evaluated. A situation where `type` is out-of-bounds could lead to improper kernel memory access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ipv4: prevent potential spectre v1 gadget in ip_metrics_convert()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-52997"
},
{
"category": "external",
"summary": "RHBZ#2355468",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355468"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-52997",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52997"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-52997",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52997"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025032710-CVE-2023-52997-dbca@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025032710-CVE-2023-52997-dbca@gregkh/T"
}
],
"release_date": "2025-03-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ipv4: prevent potential spectre v1 gadget in ip_metrics_convert()"
},
{
"cve": "CVE-2023-53002",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2025-03-27T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2355447"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/i915: Fix a memory leak with reused mmap_offset\n\ndrm_vma_node_allow() and drm_vma_node_revoke() should be called in\nbalanced pairs. We call drm_vma_node_allow() once per-file everytime a\nuser calls mmap_offset, but only call drm_vma_node_revoke once per-file\non each mmap_offset. As the mmap_offset is reused by the client, the\nper-file vm_count may remain non-zero and the rbtree leaked.\n\nCall drm_vma_node_allow_once() instead to prevent that memory leak.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/i915: Fix a memory leak with reused mmap_offset",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53002"
},
{
"category": "external",
"summary": "RHBZ#2355447",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355447"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53002",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53002"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53002",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53002"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025032712-CVE-2023-53002-1f76@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025032712-CVE-2023-53002-1f76@gregkh/T"
}
],
"release_date": "2025-03-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: drm/i915: Fix a memory leak with reused mmap_offset"
},
{
"cve": "CVE-2023-53009",
"cwe": {
"id": "CWE-820",
"name": "Missing Synchronization"
},
"discovery_date": "2025-03-27T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2355526"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amdkfd: Add sync after creating vram bo\n\nThere will be data corruption on vram allocated by svm\nif the initialization is not complete and application is\nwritting on the memory. Adding sync to wait for the\ninitialization completion is to resolve this issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/amdkfd: Add sync after creating vram bo",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53009"
},
{
"category": "external",
"summary": "RHBZ#2355526",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355526"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53009",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53009"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53009",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53009"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025032714-CVE-2023-53009-82cd@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025032714-CVE-2023-53009-82cd@gregkh/T"
}
],
"release_date": "2025-03-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: drm/amdkfd: Add sync after creating vram bo"
},
{
"cve": "CVE-2023-53010",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-03-27T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2355506"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the bnxt_en module in the Linux kernel. An out-of-bounds read can occur due to an incorrect concatenation of test names, causing a system crash that results in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: bnxt: Do not read past the end of test names",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue has been fixed in Red Hat Enterprise Linux 8.9 and 9.3 via RHSA-2023:7077 [1] and RHSA-2023:6583 [2], respectively.\n\nThe bnxt_en module as shipped in Red Hat Enterprise Linux 10 is not affected by this vulnerability because the vulnerable code is not present.\n\n[1]. https://access.redhat.com/errata/RHSA-2023:7077\n\n[2]. https://access.redhat.com/errata/RHSA-2023:6583",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53010"
},
{
"category": "external",
"summary": "RHBZ#2355506",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355506"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53010",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53010"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53010",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53010"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025032714-CVE-2023-53010-56af@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025032714-CVE-2023-53010-56af@gregkh/T"
}
],
"release_date": "2025-03-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: bnxt: Do not read past the end of test names"
},
{
"cve": "CVE-2023-53013",
"cwe": {
"id": "CWE-667",
"name": "Improper Locking"
},
"discovery_date": "2025-03-27T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2355508"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nptdma: pt_core_execute_cmd() should use spinlock\n\nThe interrupt handler (pt_core_irq_handler()) of the ptdma\ndriver can be called from interrupt context. The code flow\nin this function can lead down to pt_core_execute_cmd() which\nwill attempt to grab a mutex, which is not appropriate in\ninterrupt context and ultimately leads to a kernel panic.\nThe fix here changes this mutex to a spinlock, which has\nbeen verified to resolve the issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ptdma: pt_core_execute_cmd() should use spinlock",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53013"
},
{
"category": "external",
"summary": "RHBZ#2355508",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355508"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53013",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53013"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53013",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53013"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025032715-CVE-2023-53013-58dc@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025032715-CVE-2023-53013-58dc@gregkh/T"
}
],
"release_date": "2025-03-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: ptdma: pt_core_execute_cmd() should use spinlock"
},
{
"cve": "CVE-2023-53015",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-03-27T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2355491"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: betop: check shape of output reports\n\nbetopff_init() only checks the total sum of the report counts for each\nreport field to be at least 4, but hid_betopff_play() expects 4 report\nfields.\nA device advertising an output report with one field and 4 report counts\nwould pass the check but crash the kernel with a NULL pointer dereference\nin hid_betopff_play().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: HID: betop: check shape of output reports",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53015"
},
{
"category": "external",
"summary": "RHBZ#2355491",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355491"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53015",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53015"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53015",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53015"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025032716-CVE-2023-53015-f139@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025032716-CVE-2023-53015-f139@gregkh/T"
}
],
"release_date": "2025-03-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: HID: betop: check shape of output reports"
},
{
"cve": "CVE-2023-53021",
"discovery_date": "2025-03-27T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2355484"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/sched: sch_taprio: fix possible use-after-free\n\nsyzbot reported a nasty crash [1] in net_tx_action() which\nmade little sense until we got a repro.\n\nThis repro installs a taprio qdisc, but providing an\ninvalid TCA_RATE attribute.\n\nqdisc_create() has to destroy the just initialized\ntaprio qdisc, and taprio_destroy() is called.\n\nHowever, the hrtimer used by taprio had already fired,\ntherefore advance_sched() called __netif_schedule().\n\nThen net_tx_action was trying to use a destroyed qdisc.\n\nWe can not undo the __netif_schedule(), so we must wait\nuntil one cpu serviced the qdisc before we can proceed.\n\nMany thanks to Alexander Potapenko for his help.\n\n[1]\nBUG: KMSAN: uninit-value in queued_spin_trylock include/asm-generic/qspinlock.h:94 [inline]\nBUG: KMSAN: uninit-value in do_raw_spin_trylock include/linux/spinlock.h:191 [inline]\nBUG: KMSAN: uninit-value in __raw_spin_trylock include/linux/spinlock_api_smp.h:89 [inline]\nBUG: KMSAN: uninit-value in _raw_spin_trylock+0x92/0xa0 kernel/locking/spinlock.c:138\n queued_spin_trylock include/asm-generic/qspinlock.h:94 [inline]\n do_raw_spin_trylock include/linux/spinlock.h:191 [inline]\n __raw_spin_trylock include/linux/spinlock_api_smp.h:89 [inline]\n _raw_spin_trylock+0x92/0xa0 kernel/locking/spinlock.c:138\n spin_trylock include/linux/spinlock.h:359 [inline]\n qdisc_run_begin include/net/sch_generic.h:187 [inline]\n qdisc_run+0xee/0x540 include/net/pkt_sched.h:125\n net_tx_action+0x77c/0x9a0 net/core/dev.c:5086\n __do_softirq+0x1cc/0x7fb kernel/softirq.c:571\n run_ksoftirqd+0x2c/0x50 kernel/softirq.c:934\n smpboot_thread_fn+0x554/0x9f0 kernel/smpboot.c:164\n kthread+0x31b/0x430 kernel/kthread.c:376\n ret_from_fork+0x1f/0x30\n\nUninit was created at:\n slab_post_alloc_hook mm/slab.h:732 [inline]\n slab_alloc_node mm/slub.c:3258 [inline]\n __kmalloc_node_track_caller+0x814/0x1250 mm/slub.c:4970\n kmalloc_reserve net/core/skbuff.c:358 [inline]\n __alloc_skb+0x346/0xcf0 net/core/skbuff.c:430\n alloc_skb include/linux/skbuff.h:1257 [inline]\n nlmsg_new include/net/netlink.h:953 [inline]\n netlink_ack+0x5f3/0x12b0 net/netlink/af_netlink.c:2436\n netlink_rcv_skb+0x55d/0x6c0 net/netlink/af_netlink.c:2507\n rtnetlink_rcv+0x30/0x40 net/core/rtnetlink.c:6108\n netlink_unicast_kernel net/netlink/af_netlink.c:1319 [inline]\n netlink_unicast+0xf3b/0x1270 net/netlink/af_netlink.c:1345\n netlink_sendmsg+0x1288/0x1440 net/netlink/af_netlink.c:1921\n sock_sendmsg_nosec net/socket.c:714 [inline]\n sock_sendmsg net/socket.c:734 [inline]\n ____sys_sendmsg+0xabc/0xe90 net/socket.c:2482\n ___sys_sendmsg+0x2a1/0x3f0 net/socket.c:2536\n __sys_sendmsg net/socket.c:2565 [inline]\n __do_sys_sendmsg net/socket.c:2574 [inline]\n __se_sys_sendmsg net/socket.c:2572 [inline]\n __x64_sys_sendmsg+0x367/0x540 net/socket.c:2572\n do_syscall_x64 arch/x86/entry/common.c:50 [inline]\n do_syscall_64+0x3d/0xb0 arch/x86/entry/common.c:80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\n\nCPU: 0 PID: 13 Comm: ksoftirqd/0 Not tainted 6.0.0-rc2-syzkaller-47461-gac3859c02d7f #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 07/22/2022",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net/sched: sch_taprio: fix possible use-after-free",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53021"
},
{
"category": "external",
"summary": "RHBZ#2355484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355484"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53021",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53021"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53021",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53021"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025032718-CVE-2023-53021-def9@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025032718-CVE-2023-53021-def9@gregkh/T"
}
],
"release_date": "2025-03-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net/sched: sch_taprio: fix possible use-after-free"
},
{
"cve": "CVE-2023-53026",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2025-03-27T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2355457"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nRDMA/core: Fix ib block iterator counter overflow\n\nWhen registering a new DMA MR after selecting the best aligned page size\nfor it, we iterate over the given sglist to split each entry to smaller,\naligned to the selected page size, DMA blocks.\n\nIn given circumstances where the sg entry and page size fit certain\nsizes and the sg entry is not aligned to the selected page size, the\ntotal size of the aligned pages we need to cover the sg entry is \u003e= 4GB.\nUnder this circumstances, while iterating page aligned blocks, the\ncounter responsible for counting how much we advanced from the start of\nthe sg entry is overflowed because its type is u32 and we pass 4GB in\nsize. This can lead to an infinite loop inside the iterator function\nbecause the overflow prevents the counter to be larger\nthan the size of the sg entry.\n\nFix the presented problem by changing the advancement condition to\neliminate overflow.\n\nBacktrace:\n[ 192.374329] efa_reg_user_mr_dmabuf\n[ 192.376783] efa_register_mr\n[ 192.382579] pgsz_bitmap 0xfffff000 rounddown 0x80000000\n[ 192.386423] pg_sz [0x80000000] umem_length[0xc0000000]\n[ 192.392657] start 0x0 length 0xc0000000 params.page_shift 31 params.page_num 3\n[ 192.399559] hp_cnt[3], pages_in_hp[524288]\n[ 192.403690] umem-\u003esgt_append.sgt.nents[1]\n[ 192.407905] number entries: [1], pg_bit: [31]\n[ 192.411397] biter-\u003e__sg_nents [1] biter-\u003e__sg [0000000008b0c5d8]\n[ 192.415601] biter-\u003e__sg_advance [665837568] sg_dma_len[3221225472]\n[ 192.419823] biter-\u003e__sg_nents [1] biter-\u003e__sg [0000000008b0c5d8]\n[ 192.423976] biter-\u003e__sg_advance [2813321216] sg_dma_len[3221225472]\n[ 192.428243] biter-\u003e__sg_nents [1] biter-\u003e__sg [0000000008b0c5d8]\n[ 192.432397] biter-\u003e__sg_advance [665837568] sg_dma_len[3221225472]",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: RDMA/core: Fix ib block iterator counter overflow",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53026"
},
{
"category": "external",
"summary": "RHBZ#2355457",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355457"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53026",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53026"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53026",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53026"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025032719-CVE-2023-53026-0e24@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025032719-CVE-2023-53026-0e24@gregkh/T"
}
],
"release_date": "2025-03-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: RDMA/core: Fix ib block iterator counter overflow"
},
{
"cve": "CVE-2023-53028",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-03-27T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2355440"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the mac80211 module in the Linux kernel. When the device can not be registered due to an error, its memory is released twice, causing a NULL pointer to dereference, resulting in a system crash and a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Revert \"wifi: mac80211: fix memory leak in ieee80211_if_add()\"",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue has been fixed in Red Hat Enterprise Linux 8.9 and 9.3 via RHSA-2023:7077 [1] and RHSA-2023:6583 [2], respectively.\n\n[1]. https://access.redhat.com/errata/RHSA-2023:7077\n\n[2]. https://access.redhat.com/errata/RHSA-2023:6583",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53028"
},
{
"category": "external",
"summary": "RHBZ#2355440",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355440"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53028",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53028"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53028",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53028"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025032720-CVE-2023-53028-8be6@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025032720-CVE-2023-53028-8be6@gregkh/T"
}
],
"release_date": "2025-03-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: Revert \"wifi: mac80211: fix memory leak in ieee80211_if_add()\""
},
{
"cve": "CVE-2023-53036",
"discovery_date": "2025-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363739"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amdgpu: Fix call trace warning and hang when removing amdgpu device\n\nOn GPUs with RAS enabled, below call trace and hang are observed when\nshutting down device.\n\nv2: use DRM device unplugged flag instead of shutdown flag as the check to\nprevent memory wipe in shutdown stage.\n\n[ +0.000000] RIP: 0010:amdgpu_vram_mgr_fini+0x18d/0x1c0 [amdgpu]\n[ +0.000001] PKRU: 55555554\n[ +0.000001] Call Trace:\n[ +0.000001] \u003cTASK\u003e\n[ +0.000002] amdgpu_ttm_fini+0x140/0x1c0 [amdgpu]\n[ +0.000183] amdgpu_bo_fini+0x27/0xa0 [amdgpu]\n[ +0.000184] gmc_v11_0_sw_fini+0x2b/0x40 [amdgpu]\n[ +0.000163] amdgpu_device_fini_sw+0xb6/0x510 [amdgpu]\n[ +0.000152] amdgpu_driver_release_kms+0x16/0x30 [amdgpu]\n[ +0.000090] drm_dev_release+0x28/0x50 [drm]\n[ +0.000016] devm_drm_dev_init_release+0x38/0x60 [drm]\n[ +0.000011] devm_action_release+0x15/0x20\n[ +0.000003] release_nodes+0x40/0xc0\n[ +0.000001] devres_release_all+0x9e/0xe0\n[ +0.000001] device_unbind_cleanup+0x12/0x80\n[ +0.000003] device_release_driver_internal+0xff/0x160\n[ +0.000001] driver_detach+0x4a/0x90\n[ +0.000001] bus_remove_driver+0x6c/0xf0\n[ +0.000001] driver_unregister+0x31/0x50\n[ +0.000001] pci_unregister_driver+0x40/0x90\n[ +0.000003] amdgpu_exit+0x15/0x120 [amdgpu]",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/amdgpu: Fix call trace warning and hang when removing amdgpu device",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53036"
},
{
"category": "external",
"summary": "RHBZ#2363739",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363739"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53036",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53036"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53036",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53036"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050201-CVE-2023-53036-db6a@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050201-CVE-2023-53036-db6a@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: drm/amdgpu: Fix call trace warning and hang when removing amdgpu device"
},
{
"cve": "CVE-2023-53039",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2025-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363745"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: intel-ish-hid: ipc: Fix potential use-after-free in work function\n\nWhen a reset notify IPC message is received, the ISR schedules a work\nfunction and passes the ISHTP device to it via a global pointer\nishtp_dev. If ish_probe() fails, the devm-managed device resources\nincluding ishtp_dev are freed, but the work is not cancelled, causing a\nuse-after-free when the work function tries to access ishtp_dev. Use\ndevm_work_autocancel() instead, so that the work is automatically\ncancelled if probe fails.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: HID: intel-ish-hid: ipc: Fix potential use-after-free in work function",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53039"
},
{
"category": "external",
"summary": "RHBZ#2363745",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363745"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53039",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53039"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53039",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53039"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050202-CVE-2023-53039-7efe@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050202-CVE-2023-53039-7efe@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: HID: intel-ish-hid: ipc: Fix potential use-after-free in work function"
},
{
"cve": "CVE-2023-53042",
"discovery_date": "2025-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363793"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amd/display: Do not set DRR on pipe Commit\n\n[WHY]\nWriting to DRR registers such as OTG_V_TOTAL_MIN on the same frame as a\npipe commit can cause underflow.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/amd/display: Do not set DRR on pipe Commit",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53042"
},
{
"category": "external",
"summary": "RHBZ#2363793",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363793"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53042",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53042"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53042",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53042"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050203-CVE-2023-53042-e4e8@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050203-CVE-2023-53042-e4e8@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: drm/amd/display: Do not set DRR on pipe Commit"
},
{
"cve": "CVE-2023-53044",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363735"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndm stats: check for and propagate alloc_percpu failure\n\nCheck alloc_precpu()\u0027s return value and return an error from\ndm_stats_init() if it fails. Update alloc_dev() to fail if\ndm_stats_init() does.\n\nOtherwise, a NULL pointer dereference will occur in dm_stats_cleanup()\neven if dm-stats isn\u0027t being actively used.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: dm stats: check for and propagate alloc_percpu failure",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53044"
},
{
"category": "external",
"summary": "RHBZ#2363735",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363735"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53044",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53044"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53044",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53044"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050203-CVE-2023-53044-2d25@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050203-CVE-2023-53044-2d25@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: dm stats: check for and propagate alloc_percpu failure"
},
{
"cve": "CVE-2023-53050",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2025-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363751"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Thunderbolt module in the Linux kernel. The missing release of memory allocated for the margining for the upstream port of the router can cause a memory leak, potentially impacting system stability and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: thunderbolt: Fix memory leak in margining",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue has been fixed in Red Hat Enterprise Linux 8.9 and 9.3 via RHSA-2023:7077 [1] and RHSA-2023:6583 [2], respectively.\n\n[1]. https://access.redhat.com/errata/RHSA-2023:7077\n\n[2]. https://access.redhat.com/errata/RHSA-2023:6583",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53050"
},
{
"category": "external",
"summary": "RHBZ#2363751",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363751"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53050",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53050"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53050",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53050"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050206-CVE-2023-53050-6072@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050206-CVE-2023-53050-6072@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: thunderbolt: Fix memory leak in margining"
},
{
"cve": "CVE-2023-53051",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363688"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndm crypt: add cond_resched() to dmcrypt_write()\n\nThe loop in dmcrypt_write may be running for unbounded amount of time,\nthus we need cond_resched() in it.\n\nThis commit fixes the following warning:\n\n[ 3391.153255][ C12] watchdog: BUG: soft lockup - CPU#12 stuck for 23s! [dmcrypt_write/2:2897]\n...\n[ 3391.387210][ C12] Call trace:\n[ 3391.390338][ C12] blk_attempt_bio_merge.part.6+0x38/0x158\n[ 3391.395970][ C12] blk_attempt_plug_merge+0xc0/0x1b0\n[ 3391.401085][ C12] blk_mq_submit_bio+0x398/0x550\n[ 3391.405856][ C12] submit_bio_noacct+0x308/0x380\n[ 3391.410630][ C12] dmcrypt_write+0x1e4/0x208 [dm_crypt]\n[ 3391.416005][ C12] kthread+0x130/0x138\n[ 3391.419911][ C12] ret_from_fork+0x10/0x18",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: dm crypt: add cond_resched() to dmcrypt_write()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53051"
},
{
"category": "external",
"summary": "RHBZ#2363688",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363688"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53051",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53051"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53051",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53051"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050206-CVE-2023-53051-dff1@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050206-CVE-2023-53051-dff1@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: dm crypt: add cond_resched() to dmcrypt_write()"
},
{
"cve": "CVE-2023-53056",
"discovery_date": "2025-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363729"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: qla2xxx: Synchronize the IOCB count to be in order\n\nA system hang was observed with the following call trace:\n\nBUG: kernel NULL pointer dereference, address: 0000000000000000\nPGD 0 P4D 0\nOops: 0000 [#1] PREEMPT SMP NOPTI\nCPU: 15 PID: 86747 Comm: nvme Kdump: loaded Not tainted 6.2.0+ #1\nHardware name: Dell Inc. PowerEdge R6515/04F3CJ, BIOS 2.7.3 03/31/2022\nRIP: 0010:__wake_up_common+0x55/0x190\nCode: 41 f6 01 04 0f 85 b2 00 00 00 48 8b 43 08 4c 8d\n 40 e8 48 8d 43 08 48 89 04 24 48 89 c6\\\n 49 8d 40 18 48 39 c6 0f 84 e9 00 00 00 \u003c49\u003e 8b 40 18 89 6c 24 14 31\n ed 4c 8d 60 e8 41 8b 18 f6 c3 04 75 5d\nRSP: 0018:ffffb05a82afbba0 EFLAGS: 00010082\nRAX: 0000000000000000 RBX: ffff8f9b83a00018 RCX: 0000000000000000\nRDX: 0000000000000001 RSI: ffff8f9b83a00020 RDI: ffff8f9b83a00018\nRBP: 0000000000000001 R08: ffffffffffffffe8 R09: ffffb05a82afbbf8\nR10: 70735f7472617473 R11: 5f30307832616c71 R12: 0000000000000001\nR13: 0000000000000003 R14: 0000000000000000 R15: 0000000000000000\nFS: 00007f815cf4c740(0000) GS:ffff8f9eeed80000(0000)\n\tknlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 0000000000000000 CR3: 000000010633a000 CR4: 0000000000350ee0\nCall Trace:\n \u003cTASK\u003e\n __wake_up_common_lock+0x83/0xd0\n qla_nvme_ls_req+0x21b/0x2b0 [qla2xxx]\n __nvme_fc_send_ls_req+0x1b5/0x350 [nvme_fc]\n nvme_fc_xmt_disconnect_assoc+0xca/0x110 [nvme_fc]\n nvme_fc_delete_association+0x1bf/0x220 [nvme_fc]\n ? nvme_remove_namespaces+0x9f/0x140 [nvme_core]\n nvme_do_delete_ctrl+0x5b/0xa0 [nvme_core]\n nvme_sysfs_delete+0x5f/0x70 [nvme_core]\n kernfs_fop_write_iter+0x12b/0x1c0\n vfs_write+0x2a3/0x3b0\n ksys_write+0x5f/0xe0\n do_syscall_64+0x5c/0x90\n ? syscall_exit_work+0x103/0x130\n ? syscall_exit_to_user_mode+0x12/0x30\n ? do_syscall_64+0x69/0x90\n ? exit_to_user_mode_loop+0xd0/0x130\n ? exit_to_user_mode_prepare+0xec/0x100\n ? syscall_exit_to_user_mode+0x12/0x30\n ? do_syscall_64+0x69/0x90\n ? syscall_exit_to_user_mode+0x12/0x30\n ? do_syscall_64+0x69/0x90\n entry_SYSCALL_64_after_hwframe+0x72/0xdc\n RIP: 0033:0x7f815cd3eb97\n\nThe IOCB counts are out of order and that would block any commands from\ngoing out and subsequently hang the system. Synchronize the IOCB count to\nbe in correct order.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: scsi: qla2xxx: Synchronize the IOCB count to be in order",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53056"
},
{
"category": "external",
"summary": "RHBZ#2363729",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363729"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53056",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53056"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53056",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53056"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050208-CVE-2023-53056-35a2@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050208-CVE-2023-53056-35a2@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: scsi: qla2xxx: Synchronize the IOCB count to be in order"
},
{
"cve": "CVE-2023-53058",
"discovery_date": "2025-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363697"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/mlx5: E-Switch, Fix an Oops in error handling code\n\nThe error handling dereferences \"vport\". There is nothing we can do if\nit is an error pointer except returning the error code.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net/mlx5: E-Switch, Fix an Oops in error handling code",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53058"
},
{
"category": "external",
"summary": "RHBZ#2363697",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363697"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53058",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53058"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53058",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53058"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050208-CVE-2023-53058-a2e2@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050208-CVE-2023-53058-a2e2@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net/mlx5: E-Switch, Fix an Oops in error handling code"
},
{
"cve": "CVE-2023-53060",
"discovery_date": "2025-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363748"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nigb: revert rtnl_lock() that causes deadlock\n\nThe commit 6faee3d4ee8b (\"igb: Add lock to avoid data race\") adds\nrtnl_lock to eliminate a false data race shown below\n\n (FREE from device detaching) | (USE from netdev core)\nigb_remove | igb_ndo_get_vf_config\n igb_disable_sriov | vf \u003e= adapter-\u003evfs_allocated_count?\n kfree(adapter-\u003evf_data) |\n adapter-\u003evfs_allocated_count = 0 |\n | memcpy(... adapter-\u003evf_data[vf]\n\nThe above race will never happen and the extra rtnl_lock causes deadlock\nbelow\n\n[ 141.420169] \u003cTASK\u003e\n[ 141.420672] __schedule+0x2dd/0x840\n[ 141.421427] schedule+0x50/0xc0\n[ 141.422041] schedule_preempt_disabled+0x11/0x20\n[ 141.422678] __mutex_lock.isra.13+0x431/0x6b0\n[ 141.423324] unregister_netdev+0xe/0x20\n[ 141.423578] igbvf_remove+0x45/0xe0 [igbvf]\n[ 141.423791] pci_device_remove+0x36/0xb0\n[ 141.423990] device_release_driver_internal+0xc1/0x160\n[ 141.424270] pci_stop_bus_device+0x6d/0x90\n[ 141.424507] pci_stop_and_remove_bus_device+0xe/0x20\n[ 141.424789] pci_iov_remove_virtfn+0xba/0x120\n[ 141.425452] sriov_disable+0x2f/0xf0\n[ 141.425679] igb_disable_sriov+0x4e/0x100 [igb]\n[ 141.426353] igb_remove+0xa0/0x130 [igb]\n[ 141.426599] pci_device_remove+0x36/0xb0\n[ 141.426796] device_release_driver_internal+0xc1/0x160\n[ 141.427060] driver_detach+0x44/0x90\n[ 141.427253] bus_remove_driver+0x55/0xe0\n[ 141.427477] pci_unregister_driver+0x2a/0xa0\n[ 141.428296] __x64_sys_delete_module+0x141/0x2b0\n[ 141.429126] ? mntput_no_expire+0x4a/0x240\n[ 141.429363] ? syscall_trace_enter.isra.19+0x126/0x1a0\n[ 141.429653] do_syscall_64+0x5b/0x80\n[ 141.429847] ? exit_to_user_mode_prepare+0x14d/0x1c0\n[ 141.430109] ? syscall_exit_to_user_mode+0x12/0x30\n[ 141.430849] ? do_syscall_64+0x67/0x80\n[ 141.431083] ? syscall_exit_to_user_mode_prepare+0x183/0x1b0\n[ 141.431770] ? syscall_exit_to_user_mode+0x12/0x30\n[ 141.432482] ? do_syscall_64+0x67/0x80\n[ 141.432714] ? exc_page_fault+0x64/0x140\n[ 141.432911] entry_SYSCALL_64_after_hwframe+0x72/0xdc\n\nSince the igb_disable_sriov() will call pci_disable_sriov() before\nreleasing any resources, the netdev core will synchronize the cleanup to\navoid any races. This patch removes the useless rtnl_(un)lock to guarantee\ncorrectness.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: igb: revert rtnl_lock() that causes deadlock",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53060"
},
{
"category": "external",
"summary": "RHBZ#2363748",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363748"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53060",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53060"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53060",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53060"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050209-CVE-2023-53060-7b1c@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050209-CVE-2023-53060-7b1c@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: igb: revert rtnl_lock() that causes deadlock"
},
{
"cve": "CVE-2023-53071",
"discovery_date": "2025-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363775"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: mt76: do not run mt76_unregister_device() on unregistered hw\n\nTrying to probe a mt7921e pci card without firmware results in a\nsuccessful probe where ieee80211_register_hw hasn\u0027t been called. When\nremoving the driver, ieee802111_unregister_hw is called unconditionally\nleading to a kernel NULL pointer dereference.\nFix the issue running mt76_unregister_device routine just for registered\nhw.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: wifi: mt76: do not run mt76_unregister_device() on unregistered hw",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53071"
},
{
"category": "external",
"summary": "RHBZ#2363775",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363775"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53071",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53071"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53071",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53071"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050213-CVE-2023-53071-8d91@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050213-CVE-2023-53071-8d91@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: wifi: mt76: do not run mt76_unregister_device() on unregistered hw"
},
{
"cve": "CVE-2023-53077",
"discovery_date": "2025-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363752"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytes\n\n[WHY]\nWhen PTEBufferSizeInRequests is zero, UBSAN reports the following\nwarning because dml_log2 returns an unexpected negative value:\n\n shift exponent 4294966273 is too large for 32-bit type \u0027int\u0027\n\n[HOW]\n\nIn the case PTEBufferSizeInRequests is zero, skip the dml_log2() and\nassign the result directly.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytes",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53077"
},
{
"category": "external",
"summary": "RHBZ#2363752",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363752"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53077",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53077"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53077",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53077"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050215-CVE-2023-53077-4075@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050215-CVE-2023-53077-4075@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: drm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytes"
},
{
"cve": "CVE-2023-53078",
"discovery_date": "2025-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363707"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: scsi_dh_alua: Fix memleak for \u0027qdata\u0027 in alua_activate()\n\nIf alua_rtpg_queue() failed from alua_activate(), then \u0027qdata\u0027 is not\nfreed, which will cause following memleak:\n\nunreferenced object 0xffff88810b2c6980 (size 32):\n comm \"kworker/u16:2\", pid 635322, jiffies 4355801099 (age 1216426.076s)\n hex dump (first 32 bytes):\n 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................\n 40 39 24 c1 ff ff ff ff 00 f8 ea 0a 81 88 ff ff @9$.............\n backtrace:\n [\u003c0000000098f3a26d\u003e] alua_activate+0xb0/0x320\n [\u003c000000003b529641\u003e] scsi_dh_activate+0xb2/0x140\n [\u003c000000007b296db3\u003e] activate_path_work+0xc6/0xe0 [dm_multipath]\n [\u003c000000007adc9ace\u003e] process_one_work+0x3c5/0x730\n [\u003c00000000c457a985\u003e] worker_thread+0x93/0x650\n [\u003c00000000cb80e628\u003e] kthread+0x1ba/0x210\n [\u003c00000000a1e61077\u003e] ret_from_fork+0x22/0x30\n\nFix the problem by freeing \u0027qdata\u0027 in error path.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: scsi: scsi_dh_alua: Fix memleak for \u0027qdata\u0027 in alua_activate()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53078"
},
{
"category": "external",
"summary": "RHBZ#2363707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363707"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53078",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53078"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53078",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53078"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050216-CVE-2023-53078-45e1@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050216-CVE-2023-53078-45e1@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: scsi: scsi_dh_alua: Fix memleak for \u0027qdata\u0027 in alua_activate()"
},
{
"cve": "CVE-2023-53079",
"discovery_date": "2025-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363732"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/mlx5: Fix steering rules cleanup\n\nvport\u0027s mc, uc and multicast rules are not deleted in teardown path when\nEEH happens. Since the vport\u0027s promisc settings(uc, mc and all) in\nfirmware are reset after EEH, mlx5 driver will try to delete the above\nrules in the initialization path. This cause kernel crash because these\nsoftware rules are no longer valid.\n\nFix by nullifying these rules right after delete to avoid accessing any dangling\npointers.\n\nCall Trace:\n__list_del_entry_valid+0xcc/0x100 (unreliable)\ntree_put_node+0xf4/0x1b0 [mlx5_core]\ntree_remove_node+0x30/0x70 [mlx5_core]\nmlx5_del_flow_rules+0x14c/0x1f0 [mlx5_core]\nesw_apply_vport_rx_mode+0x10c/0x200 [mlx5_core]\nesw_update_vport_rx_mode+0xb4/0x180 [mlx5_core]\nesw_vport_change_handle_locked+0x1ec/0x230 [mlx5_core]\nesw_enable_vport+0x130/0x260 [mlx5_core]\nmlx5_eswitch_enable_sriov+0x2a0/0x2f0 [mlx5_core]\nmlx5_device_enable_sriov+0x74/0x440 [mlx5_core]\nmlx5_load_one+0x114c/0x1550 [mlx5_core]\nmlx5_pci_resume+0x68/0xf0 [mlx5_core]\neeh_report_resume+0x1a4/0x230\neeh_pe_dev_traverse+0x98/0x170\neeh_handle_normal_event+0x3e4/0x640\neeh_handle_event+0x4c/0x370\neeh_event_handler+0x14c/0x210\nkthread+0x168/0x1b0\nret_from_kernel_thread+0x5c/0x84",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net/mlx5: Fix steering rules cleanup",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53079"
},
{
"category": "external",
"summary": "RHBZ#2363732",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363732"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53079",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53079"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53079",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53079"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050216-CVE-2023-53079-448b@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050216-CVE-2023-53079-448b@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net/mlx5: Fix steering rules cleanup"
},
{
"cve": "CVE-2023-53084",
"discovery_date": "2025-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363784"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/shmem-helper: Remove another errant put in error path\n\ndrm_gem_shmem_mmap() doesn\u0027t own reference in error code path, resulting\nin the dma-buf shmem GEM object getting prematurely freed leading to a\nlater use-after-free.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/shmem-helper: Remove another errant put in error path",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53084"
},
{
"category": "external",
"summary": "RHBZ#2363784",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363784"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53084",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53084"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53084",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53084"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050218-CVE-2023-53084-b380@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050218-CVE-2023-53084-b380@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: drm/shmem-helper: Remove another errant put in error path"
},
{
"cve": "CVE-2023-53085",
"discovery_date": "2025-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363692"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/edid: fix info leak when failing to get panel id\n\nMake sure to clear the transfer buffer before fetching the EDID to\navoid leaking slab data to the logs on errors that leave the buffer\nunchanged.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/edid: fix info leak when failing to get panel id",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53085"
},
{
"category": "external",
"summary": "RHBZ#2363692",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363692"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53085",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53085"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53085",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53085"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050218-CVE-2023-53085-c37a@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050218-CVE-2023-53085-c37a@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: drm/edid: fix info leak when failing to get panel id"
},
{
"cve": "CVE-2023-53086",
"cwe": {
"id": "CWE-358",
"name": "Improperly Implemented Security Check for Standard"
},
"discovery_date": "2025-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363740"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: mt76: connac: do not check WED status for non-mmio devices\n\nWED is supported just for mmio devices, so do not check it for usb or\nsdio devices. This patch fixes the crash reported below:\n\n[ 21.946627] wlp0s3u1i3: authenticate with c4:41:1e:f5:2b:1d\n[ 22.525298] wlp0s3u1i3: send auth to c4:41:1e:f5:2b:1d (try 1/3)\n[ 22.548274] wlp0s3u1i3: authenticate with c4:41:1e:f5:2b:1d\n[ 22.557694] wlp0s3u1i3: send auth to c4:41:1e:f5:2b:1d (try 1/3)\n[ 22.565885] wlp0s3u1i3: authenticated\n[ 22.569502] wlp0s3u1i3: associate with c4:41:1e:f5:2b:1d (try 1/3)\n[ 22.578966] wlp0s3u1i3: RX AssocResp from c4:41:1e:f5:2b:1d (capab=0x11 status=30 aid=3)\n[ 22.579113] wlp0s3u1i3: c4:41:1e:f5:2b:1d rejected association temporarily; comeback duration 1000 TU (1024 ms)\n[ 23.649518] wlp0s3u1i3: associate with c4:41:1e:f5:2b:1d (try 2/3)\n[ 23.752528] wlp0s3u1i3: RX AssocResp from c4:41:1e:f5:2b:1d (capab=0x11 status=0 aid=3)\n[ 23.797450] wlp0s3u1i3: associated\n[ 24.959527] kernel tried to execute NX-protected page - exploit attempt? (uid: 0)\n[ 24.959640] BUG: unable to handle page fault for address: ffff88800c223200\n[ 24.959706] #PF: supervisor instruction fetch in kernel mode\n[ 24.959788] #PF: error_code(0x0011) - permissions violation\n[ 24.959846] PGD 2c01067 P4D 2c01067 PUD 2c02067 PMD c2a8063 PTE 800000000c223163\n[ 24.959957] Oops: 0011 [#1] PREEMPT SMP\n[ 24.960009] CPU: 0 PID: 391 Comm: wpa_supplicant Not tainted 6.2.0-kvm #18\n[ 24.960089] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.1-2.fc37 04/01/2014\n[ 24.960191] RIP: 0010:0xffff88800c223200\n[ 24.960446] RSP: 0018:ffffc90000ff7698 EFLAGS: 00010282\n[ 24.960513] RAX: ffff888028397010 RBX: ffff88800c26e630 RCX: 0000000000000058\n[ 24.960598] RDX: ffff88800c26f844 RSI: 0000000000000006 RDI: ffff888028397010\n[ 24.960682] RBP: ffff88800ea72f00 R08: 18b873fbab2b964c R09: be06b38235f3c63c\n[ 24.960766] R10: 18b873fbab2b964c R11: be06b38235f3c63c R12: 0000000000000001\n[ 24.960853] R13: ffff88800c26f84c R14: ffff8880063f0ff8 R15: ffff88800c26e644\n[ 24.960950] FS: 00007effcea327c0(0000) GS:ffff88807dc00000(0000) knlGS:0000000000000000\n[ 24.961036] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n[ 24.961106] CR2: ffff88800c223200 CR3: 000000000eaa2000 CR4: 00000000000006b0\n[ 24.961190] Call Trace:\n[ 24.961219] \u003cTASK\u003e\n[ 24.961245] ? mt76_connac_mcu_add_key+0x2cf/0x310\n[ 24.961313] ? mt7921_set_key+0x150/0x200\n[ 24.961365] ? drv_set_key+0xa9/0x1b0\n[ 24.961418] ? ieee80211_key_enable_hw_accel+0xd9/0x240\n[ 24.961485] ? ieee80211_key_replace+0x3f3/0x730\n[ 24.961541] ? crypto_shash_setkey+0x89/0xd0\n[ 24.961597] ? ieee80211_key_link+0x2d7/0x3a0\n[ 24.961664] ? crypto_aead_setauthsize+0x31/0x50\n[ 24.961730] ? sta_info_hash_lookup+0xa6/0xf0\n[ 24.961785] ? ieee80211_add_key+0x1fc/0x250\n[ 24.961842] ? rdev_add_key+0x41/0x140\n[ 24.961882] ? nl80211_parse_key+0x6c/0x2f0\n[ 24.961940] ? nl80211_new_key+0x24a/0x290\n[ 24.961984] ? genl_rcv_msg+0x36c/0x3a0\n[ 24.962036] ? rdev_mod_link_station+0xe0/0xe0\n[ 24.962102] ? nl80211_set_key+0x410/0x410\n[ 24.962143] ? nl80211_pre_doit+0x200/0x200\n[ 24.962187] ? genl_bind+0xc0/0xc0\n[ 24.962217] ? netlink_rcv_skb+0xaa/0xd0\n[ 24.962259] ? genl_rcv+0x24/0x40\n[ 24.962300] ? netlink_unicast+0x224/0x2f0\n[ 24.962345] ? netlink_sendmsg+0x30b/0x3d0\n[ 24.962388] ? ____sys_sendmsg+0x109/0x1b0\n[ 24.962388] ? ____sys_sendmsg+0x109/0x1b0\n[ 24.962440] ? __import_iovec+0x2e/0x110\n[ 24.962482] ? ___sys_sendmsg+0xbe/0xe0\n[ 24.962525] ? mod_objcg_state+0x25c/0x330\n[ 24.962576] ? __dentry_kill+0x19e/0x1d0\n[ 24.962618] ? call_rcu+0x18f/0x270\n[ 24.962660] ? __dentry_kill+0x19e/0x1d0\n[ 24.962702] ? __x64_sys_sendmsg+0x70/0x90\n[ 24.962744] ? do_syscall_64+0x3d/0x80\n[ 24.962796] ? exit_to_user_mode_prepare+0x1b/0x70\n[ 24.962852] ? entry_SYSCA\n---truncated---",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: wifi: mt76: connac: do not check WED status for non-mmio devices",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53086"
},
{
"category": "external",
"summary": "RHBZ#2363740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53086",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53086"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53086",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53086"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050218-CVE-2023-53086-a21d@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050218-CVE-2023-53086-a21d@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: wifi: mt76: connac: do not check WED status for non-mmio devices"
},
{
"cve": "CVE-2023-53087",
"discovery_date": "2025-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363680"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/i915/active: Fix misuse of non-idle barriers as fence trackers\n\nUsers reported oopses on list corruptions when using i915 perf with a\nnumber of concurrently running graphics applications. Root cause analysis\npointed at an issue in barrier processing code -- a race among perf open /\nclose replacing active barriers with perf requests on kernel context and\nconcurrent barrier preallocate / acquire operations performed during user\ncontext first pin / last unpin.\n\nWhen adding a request to a composite tracker, we try to reuse an existing\nfence tracker, already allocated and registered with that composite. The\ntracker we obtain may already track another fence, may be an idle barrier,\nor an active barrier.\n\nIf the tracker we get occurs a non-idle barrier then we try to delete that\nbarrier from a list of barrier tasks it belongs to. However, while doing\nthat we don\u0027t respect return value from a function that performs the\nbarrier deletion. Should the deletion ever fail, we would end up reusing\nthe tracker still registered as a barrier task. Since the same structure\nfield is reused with both fence callback lists and barrier tasks list,\nlist corruptions would likely occur.\n\nBarriers are now deleted from a barrier tasks list by temporarily removing\nthe list content, traversing that content with skip over the node to be\ndeleted, then populating the list back with the modified content. Should\nthat intentionally racy concurrent deletion attempts be not serialized,\none or more of those may fail because of the list being temporary empty.\n\nRelated code that ignores the results of barrier deletion was initially\nintroduced in v5.4 by commit d8af05ff38ae (\"drm/i915: Allow sharing the\nidle-barrier from other kernel requests\"). However, all users of the\nbarrier deletion routine were apparently serialized at that time, then the\nissue didn\u0027t exhibit itself. Results of git bisect with help of a newly\ndeveloped igt@gem_barrier_race@remote-request IGT test indicate that list\ncorruptions might start to appear after commit 311770173fac (\"drm/i915/gt:\nSchedule request retirement when timeline idles\"), introduced in v5.5.\n\nRespect results of barrier deletion attempts -- mark the barrier as idle\nonly if successfully deleted from the list. Then, before proceeding with\nsetting our fence as the one currently tracked, make sure that the tracker\nwe\u0027ve got is not a non-idle barrier. If that check fails then don\u0027t use\nthat tracker but go back and try to acquire a new, usable one.\n\nv3: use unlikely() to document what outcome we expect (Andi),\n - fix bad grammar in commit description.\nv2: no code changes,\n - blame commit 311770173fac (\"drm/i915/gt: Schedule request retirement\n when timeline idles\"), v5.5, not commit d8af05ff38ae (\"drm/i915: Allow\n sharing the idle-barrier from other kernel requests\"), v5.4,\n - reword commit description.\n\n(cherry picked from commit 506006055769b10d1b2b4e22f636f3b45e0e9fc7)",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/i915/active: Fix misuse of non-idle barriers as fence trackers",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53087"
},
{
"category": "external",
"summary": "RHBZ#2363680",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363680"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53087",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53087"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53087",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53087"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050219-CVE-2023-53087-8c1d@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050219-CVE-2023-53087-8c1d@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: drm/i915/active: Fix misuse of non-idle barriers as fence trackers"
},
{
"cve": "CVE-2023-53090",
"discovery_date": "2025-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363760"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amdkfd: Fix an illegal memory access\n\nIn the kfd_wait_on_events() function, the kfd_event_waiter structure is\nallocated by alloc_event_waiters(), but the event field of the waiter\nstructure is not initialized; When copy_from_user() fails in the\nkfd_wait_on_events() function, it will enter exception handling to\nrelease the previously allocated memory of the waiter structure;\nDue to the event field of the waiters structure being accessed\nin the free_waiters() function, this results in illegal memory access\nand system crash, here is the crash log:\n\nlocalhost kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x185/0x1e0\nlocalhost kernel: RSP: 0018:ffffaa53c362bd60 EFLAGS: 00010082\nlocalhost kernel: RAX: ff3d3d6bff4007cb RBX: 0000000000000282 RCX: 00000000002c0000\nlocalhost kernel: RDX: ffff9e855eeacb80 RSI: 000000000000279c RDI: ffffe7088f6a21d0\nlocalhost kernel: RBP: ffffe7088f6a21d0 R08: 00000000002c0000 R09: ffffaa53c362be64\nlocalhost kernel: R10: ffffaa53c362bbd8 R11: 0000000000000001 R12: 0000000000000002\nlocalhost kernel: R13: ffff9e7ead15d600 R14: 0000000000000000 R15: ffff9e7ead15d698\nlocalhost kernel: FS: 0000152a3d111700(0000) GS:ffff9e855ee80000(0000) knlGS:0000000000000000\nlocalhost kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nlocalhost kernel: CR2: 0000152938000010 CR3: 000000044d7a4000 CR4: 00000000003506e0\nlocalhost kernel: Call Trace:\nlocalhost kernel: _raw_spin_lock_irqsave+0x30/0x40\nlocalhost kernel: remove_wait_queue+0x12/0x50\nlocalhost kernel: kfd_wait_on_events+0x1b6/0x490 [hydcu]\nlocalhost kernel: ? ftrace_graph_caller+0xa0/0xa0\nlocalhost kernel: kfd_ioctl+0x38c/0x4a0 [hydcu]\nlocalhost kernel: ? kfd_ioctl_set_trap_handler+0x70/0x70 [hydcu]\nlocalhost kernel: ? kfd_ioctl_create_queue+0x5a0/0x5a0 [hydcu]\nlocalhost kernel: ? ftrace_graph_caller+0xa0/0xa0\nlocalhost kernel: __x64_sys_ioctl+0x8e/0xd0\nlocalhost kernel: ? syscall_trace_enter.isra.18+0x143/0x1b0\nlocalhost kernel: do_syscall_64+0x33/0x80\nlocalhost kernel: entry_SYSCALL_64_after_hwframe+0x44/0xa9\nlocalhost kernel: RIP: 0033:0x152a4dff68d7\n\nAllocate the structure with kcalloc, and remove redundant 0-initialization\nand a redundant loop condition check.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/amdkfd: Fix an illegal memory access",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53090"
},
{
"category": "external",
"summary": "RHBZ#2363760",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363760"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53090",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53090"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53090",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53090"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050220-CVE-2023-53090-69c1@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050220-CVE-2023-53090-69c1@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: drm/amdkfd: Fix an illegal memory access"
},
{
"cve": "CVE-2023-53095",
"discovery_date": "2025-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363792"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/ttm: Fix a NULL pointer dereference\n\nThe LRU mechanism may look up a resource in the process of being removed\nfrom an object. The locking rules here are a bit unclear but it looks\ncurrently like res-\u003ebo assignment is protected by the LRU lock, whereas\nbo-\u003eresource is protected by the object lock, while *clearing* of\nbo-\u003eresource is also protected by the LRU lock. This means that if\nwe check that bo-\u003eresource points to the LRU resource under the LRU\nlock we should be safe.\nSo perform that check before deciding to swap out a bo. That avoids\ndereferencing a NULL bo-\u003eresource in ttm_bo_swapout().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/ttm: Fix a NULL pointer dereference",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53095"
},
{
"category": "external",
"summary": "RHBZ#2363792",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363792"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53095",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53095"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53095",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53095"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050222-CVE-2023-53095-5782@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050222-CVE-2023-53095-5782@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: drm/ttm: Fix a NULL pointer dereference"
},
{
"cve": "CVE-2023-53102",
"discovery_date": "2025-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363719"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nice: xsk: disable txq irq before flushing hw\n\nice_qp_dis() intends to stop a given queue pair that is a target of xsk\npool attach/detach. One of the steps is to disable interrupts on these\nqueues. It currently is broken in a way that txq irq is turned off\n*after* HW flush which in turn takes no effect.\n\nice_qp_dis():\n-\u003e ice_qvec_dis_irq()\n--\u003e disable rxq irq\n--\u003e flush hw\n-\u003e ice_vsi_stop_tx_ring()\n--\u003edisable txq irq\n\nBelow splat can be triggered by following steps:\n- start xdpsock WITHOUT loading xdp prog\n- run xdp_rxq_info with XDP_TX action on this interface\n- start traffic\n- terminate xdpsock\n\n[ 256.312485] BUG: kernel NULL pointer dereference, address: 0000000000000018\n[ 256.319560] #PF: supervisor read access in kernel mode\n[ 256.324775] #PF: error_code(0x0000) - not-present page\n[ 256.329994] PGD 0 P4D 0\n[ 256.332574] Oops: 0000 [#1] PREEMPT SMP NOPTI\n[ 256.337006] CPU: 3 PID: 32 Comm: ksoftirqd/3 Tainted: G OE 6.2.0-rc5+ #51\n[ 256.345218] Hardware name: Intel Corporation S2600WFT/S2600WFT, BIOS SE5C620.86B.02.01.0008.031920191559 03/19/2019\n[ 256.355807] RIP: 0010:ice_clean_rx_irq_zc+0x9c/0x7d0 [ice]\n[ 256.361423] Code: b7 8f 8a 00 00 00 66 39 ca 0f 84 f1 04 00 00 49 8b 47 40 4c 8b 24 d0 41 0f b7 45 04 66 25 ff 3f 66 89 04 24 0f 84 85 02 00 00 \u003c49\u003e 8b 44 24 18 0f b7 14 24 48 05 00 01 00 00 49 89 04 24 49 89 44\n[ 256.380463] RSP: 0018:ffffc900088bfd20 EFLAGS: 00010206\n[ 256.385765] RAX: 000000000000003c RBX: 0000000000000035 RCX: 000000000000067f\n[ 256.393012] RDX: 0000000000000775 RSI: 0000000000000000 RDI: ffff8881deb3ac80\n[ 256.400256] RBP: 000000000000003c R08: ffff889847982710 R09: 0000000000010000\n[ 256.407500] R10: ffffffff82c060c0 R11: 0000000000000004 R12: 0000000000000000\n[ 256.414746] R13: ffff88811165eea0 R14: ffffc9000d255000 R15: ffff888119b37600\n[ 256.421990] FS: 0000000000000000(0000) GS:ffff8897e0cc0000(0000) knlGS:0000000000000000\n[ 256.430207] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n[ 256.436036] CR2: 0000000000000018 CR3: 0000000005c0a006 CR4: 00000000007706e0\n[ 256.443283] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\n[ 256.450527] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\n[ 256.457770] PKRU: 55555554\n[ 256.460529] Call Trace:\n[ 256.463015] \u003cTASK\u003e\n[ 256.465157] ? ice_xmit_zc+0x6e/0x150 [ice]\n[ 256.469437] ice_napi_poll+0x46d/0x680 [ice]\n[ 256.473815] ? _raw_spin_unlock_irqrestore+0x1b/0x40\n[ 256.478863] __napi_poll+0x29/0x160\n[ 256.482409] net_rx_action+0x136/0x260\n[ 256.486222] __do_softirq+0xe8/0x2e5\n[ 256.489853] ? smpboot_thread_fn+0x2c/0x270\n[ 256.494108] run_ksoftirqd+0x2a/0x50\n[ 256.497747] smpboot_thread_fn+0x1c1/0x270\n[ 256.501907] ? __pfx_smpboot_thread_fn+0x10/0x10\n[ 256.506594] kthread+0xea/0x120\n[ 256.509785] ? __pfx_kthread+0x10/0x10\n[ 256.513597] ret_from_fork+0x29/0x50\n[ 256.517238] \u003c/TASK\u003e\n\nIn fact, irqs were not disabled and napi managed to be scheduled and run\nwhile xsk_pool pointer was still valid, but SW ring of xdp_buff pointers\nwas already freed.\n\nTo fix this, call ice_qvec_dis_irq() after ice_vsi_stop_tx_ring(). Also\nwhile at it, remove redundant ice_clean_rx_ring() call - this is handled\nin ice_qp_clean_rings().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: ice: xsk: disable txq irq before flushing hw",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53102"
},
{
"category": "external",
"summary": "RHBZ#2363719",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363719"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53102",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53102"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53102",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53102"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050224-CVE-2023-53102-13fd@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050224-CVE-2023-53102-13fd@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: ice: xsk: disable txq irq before flushing hw"
},
{
"cve": "CVE-2023-53105",
"discovery_date": "2025-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363776"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/mlx5e: Fix cleanup null-ptr deref on encap lock\n\nDuring module is unloaded while a peer tc flow is still offloaded,\nfirst the peer uplink rep profile is changed to a nic profile, and so\nneigh encap lock is destroyed. Next during unload, the VF reps netdevs\nare unregistered which causes the original non-peer tc flow to be deleted,\nwhich deletes the peer flow. The peer flow deletion detaches the encap\nentry and try to take the already destroyed encap lock, causing the\nbelow trace.\n\nFix this by clearing peer flows during tc eswitch cleanup\n(mlx5e_tc_esw_cleanup()).\n\nRelevant trace:\n[ 4316.837128] BUG: kernel NULL pointer dereference, address: 00000000000001d8\n[ 4316.842239] RIP: 0010:__mutex_lock+0xb5/0xc40\n[ 4316.851897] Call Trace:\n[ 4316.852481] \u003cTASK\u003e\n[ 4316.857214] mlx5e_rep_neigh_entry_release+0x93/0x790 [mlx5_core]\n[ 4316.858258] mlx5e_rep_encap_entry_detach+0xa7/0xf0 [mlx5_core]\n[ 4316.859134] mlx5e_encap_dealloc+0xa3/0xf0 [mlx5_core]\n[ 4316.859867] clean_encap_dests.part.0+0x5c/0xe0 [mlx5_core]\n[ 4316.860605] mlx5e_tc_del_fdb_flow+0x32a/0x810 [mlx5_core]\n[ 4316.862609] __mlx5e_tc_del_fdb_peer_flow+0x1a2/0x250 [mlx5_core]\n[ 4316.863394] mlx5e_tc_del_flow+0x(/0x630 [mlx5_core]\n[ 4316.864090] mlx5e_flow_put+0x5f/0x100 [mlx5_core]\n[ 4316.864771] mlx5e_delete_flower+0x4de/0xa40 [mlx5_core]\n[ 4316.865486] tc_setup_cb_reoffload+0x20/0x80\n[ 4316.865905] fl_reoffload+0x47c/0x510 [cls_flower]\n[ 4316.869181] tcf_block_playback_offloads+0x91/0x1d0\n[ 4316.869649] tcf_block_unbind+0xe7/0x1b0\n[ 4316.870049] tcf_block_offload_cmd.isra.0+0x1ee/0x270\n[ 4316.879266] tcf_block_offload_unbind+0x61/0xa0\n[ 4316.879711] __tcf_block_put+0xa4/0x310",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net/mlx5e: Fix cleanup null-ptr deref on encap lock",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53105"
},
{
"category": "external",
"summary": "RHBZ#2363776",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363776"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53105",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53105"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53105",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53105"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050225-CVE-2023-53105-7c94@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050225-CVE-2023-53105-7c94@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net/mlx5e: Fix cleanup null-ptr deref on encap lock"
},
{
"cve": "CVE-2023-53108",
"discovery_date": "2025-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363769"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/iucv: Fix size of interrupt data\n\niucv_irq_data needs to be 4 bytes larger.\nThese bytes are not used by the iucv module, but written by\nthe z/VM hypervisor in case a CPU is deconfigured.\n\nReported as:\nBUG dma-kmalloc-64 (Not tainted): kmalloc Redzone overwritten\n-----------------------------------------------------------------------------\n0x0000000000400564-0x0000000000400567 @offset=1380. First byte 0x80 instead of 0xcc\nAllocated in iucv_cpu_prepare+0x44/0xd0 age=167839 cpu=2 pid=1\n__kmem_cache_alloc_node+0x166/0x450\nkmalloc_node_trace+0x3a/0x70\niucv_cpu_prepare+0x44/0xd0\ncpuhp_invoke_callback+0x156/0x2f0\ncpuhp_issue_call+0xf0/0x298\n__cpuhp_setup_state_cpuslocked+0x136/0x338\n__cpuhp_setup_state+0xf4/0x288\niucv_init+0xf4/0x280\ndo_one_initcall+0x78/0x390\ndo_initcalls+0x11a/0x140\nkernel_init_freeable+0x25e/0x2a0\nkernel_init+0x2e/0x170\n__ret_from_fork+0x3c/0x58\nret_from_fork+0xa/0x40\nFreed in iucv_init+0x92/0x280 age=167839 cpu=2 pid=1\n__kmem_cache_free+0x308/0x358\niucv_init+0x92/0x280\ndo_one_initcall+0x78/0x390\ndo_initcalls+0x11a/0x140\nkernel_init_freeable+0x25e/0x2a0\nkernel_init+0x2e/0x170\n__ret_from_fork+0x3c/0x58\nret_from_fork+0xa/0x40\nSlab 0x0000037200010000 objects=32 used=30 fp=0x0000000000400640 flags=0x1ffff00000010200(slab|head|node=0|zone=0|\nObject 0x0000000000400540 @offset=1344 fp=0x0000000000000000\nRedzone 0000000000400500: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc ................\nRedzone 0000000000400510: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc ................\nRedzone 0000000000400520: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc ................\nRedzone 0000000000400530: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc ................\nObject 0000000000400540: 00 01 00 03 00 00 00 00 00 00 00 00 00 00 00 00 ................\nObject 0000000000400550: f3 86 81 f2 f4 82 f8 82 f0 f0 f0 f0 f0 f0 f0 f2 ................\nObject 0000000000400560: 00 00 00 00 80 00 00 00 cc cc cc cc cc cc cc cc ................\nObject 0000000000400570: cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc cc ................\nRedzone 0000000000400580: cc cc cc cc cc cc cc cc ........\nPadding 00000000004005d4: 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a ZZZZZZZZZZZZZZZZ\nPadding 00000000004005e4: 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a ZZZZZZZZZZZZZZZZ\nPadding 00000000004005f4: 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 5a ZZZZZZZZZZZZ\nCPU: 6 PID: 121030 Comm: 116-pai-crypto. Not tainted 6.3.0-20230221.rc0.git4.99b8246b2d71.300.fc37.s390x+debug #1\nHardware name: IBM 3931 A01 704 (z/VM 7.3.0)\nCall Trace:\n[\u003c000000032aa034ec\u003e] dump_stack_lvl+0xac/0x100\n[\u003c0000000329f5a6cc\u003e] check_bytes_and_report+0x104/0x140\n[\u003c0000000329f5aa78\u003e] check_object+0x370/0x3c0\n[\u003c0000000329f5ede6\u003e] free_debug_processing+0x15e/0x348\n[\u003c0000000329f5f06a\u003e] free_to_partial_list+0x9a/0x2f0\n[\u003c0000000329f5f4a4\u003e] __slab_free+0x1e4/0x3a8\n[\u003c0000000329f61768\u003e] __kmem_cache_free+0x308/0x358\n[\u003c000000032a91465c\u003e] iucv_cpu_dead+0x6c/0x88\n[\u003c0000000329c2fc66\u003e] cpuhp_invoke_callback+0x156/0x2f0\n[\u003c000000032aa062da\u003e] _cpu_down.constprop.0+0x22a/0x5e0\n[\u003c0000000329c3243e\u003e] cpu_device_down+0x4e/0x78\n[\u003c000000032a61dee0\u003e] device_offline+0xc8/0x118\n[\u003c000000032a61e048\u003e] online_store+0x60/0xe0\n[\u003c000000032a08b6b0\u003e] kernfs_fop_write_iter+0x150/0x1e8\n[\u003c0000000329fab65c\u003e] vfs_write+0x174/0x360\n[\u003c0000000329fab9fc\u003e] ksys_write+0x74/0x100\n[\u003c000000032aa03a5a\u003e] __do_syscall+0x1da/0x208\n[\u003c000000032aa177b2\u003e] system_call+0x82/0xb0\nINFO: lockdep is turned off.\nFIX dma-kmalloc-64: Restoring kmalloc Redzone 0x0000000000400564-0x0000000000400567=0xcc\nFIX dma-kmalloc-64: Object at 0x0000000000400540 not freed",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net/iucv: Fix size of interrupt data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53108"
},
{
"category": "external",
"summary": "RHBZ#2363769",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363769"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53108",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53108"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53108",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53108"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050226-CVE-2023-53108-d921@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050226-CVE-2023-53108-d921@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net/iucv: Fix size of interrupt data"
},
{
"cve": "CVE-2023-53110",
"discovery_date": "2025-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363781"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()\n\nWhen performing a stress test on SMC-R by rmmod mlx5_ib driver\nduring the wrk/nginx test, we found that there is a probability\nof triggering a panic while terminating all link groups.\n\nThis issue dues to the race between smc_smcr_terminate_all()\nand smc_buf_create().\n\n\t\t\tsmc_smcr_terminate_all\n\nsmc_buf_create\n/* init */\nconn-\u003esndbuf_desc = NULL;\n...\n\n\t\t\t__smc_lgr_terminate\n\t\t\t\tsmc_conn_kill\n\t\t\t\t\tsmc_close_abort\n\t\t\t\t\t\tsmc_cdc_get_slot_and_msg_send\n\n\t\t\t__softirqentry_text_start\n\t\t\t\tsmc_wr_tx_process_cqe\n\t\t\t\t\tsmc_cdc_tx_handler\n\t\t\t\t\t\tREAD(conn-\u003esndbuf_desc-\u003elen);\n\t\t\t\t\t\t/* panic dues to NULL sndbuf_desc */\n\nconn-\u003esndbuf_desc = xxx;\n\nThis patch tries to fix the issue by always to check the sndbuf_desc\nbefore send any cdc msg, to make sure that no null pointer is\nseen during cqe processing.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53110"
},
{
"category": "external",
"summary": "RHBZ#2363781",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363781"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53110",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53110"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53110",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53110"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050227-CVE-2023-53110-2b28@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050227-CVE-2023-53110-2b28@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()"
},
{
"cve": "CVE-2023-53112",
"discovery_date": "2025-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363788"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/i915/sseu: fix max_subslices array-index-out-of-bounds access\n\nIt seems that commit bc3c5e0809ae (\"drm/i915/sseu: Don\u0027t try to store EU\nmask internally in UAPI format\") exposed a potential out-of-bounds\naccess, reported by UBSAN as following on a laptop with a gen 11 i915\ncard:\n\n UBSAN: array-index-out-of-bounds in drivers/gpu/drm/i915/gt/intel_sseu.c:65:27\n index 6 is out of range for type \u0027u16 [6]\u0027\n CPU: 2 PID: 165 Comm: systemd-udevd Not tainted 6.2.0-9-generic #9-Ubuntu\n Hardware name: Dell Inc. XPS 13 9300/077Y9N, BIOS 1.11.0 03/22/2022\n Call Trace:\n \u003cTASK\u003e\n show_stack+0x4e/0x61\n dump_stack_lvl+0x4a/0x6f\n dump_stack+0x10/0x18\n ubsan_epilogue+0x9/0x3a\n __ubsan_handle_out_of_bounds.cold+0x42/0x47\n gen11_compute_sseu_info+0x121/0x130 [i915]\n intel_sseu_info_init+0x15d/0x2b0 [i915]\n intel_gt_init_mmio+0x23/0x40 [i915]\n i915_driver_mmio_probe+0x129/0x400 [i915]\n ? intel_gt_probe_all+0x91/0x2e0 [i915]\n i915_driver_probe+0xe1/0x3f0 [i915]\n ? drm_privacy_screen_get+0x16d/0x190 [drm]\n ? acpi_dev_found+0x64/0x80\n i915_pci_probe+0xac/0x1b0 [i915]\n ...\n\nAccording to the definition of sseu_dev_info, eu_mask-\u003ehsw is limited to\na maximum of GEN_MAX_SS_PER_HSW_SLICE (6) sub-slices, but\ngen11_sseu_info_init() can potentially set 8 sub-slices, in the\n!IS_JSL_EHL(gt-\u003ei915) case.\n\nFix this by reserving up to 8 slots for max_subslices in the eu_mask\nstruct.\n\n(cherry picked from commit 3cba09a6ac86ea1d456909626eb2685596c07822)",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: drm/i915/sseu: fix max_subslices array-index-out-of-bounds access",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53112"
},
{
"category": "external",
"summary": "RHBZ#2363788",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363788"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53112",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53112"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53112",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53112"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050228-CVE-2023-53112-f86a@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050228-CVE-2023-53112-f86a@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: drm/i915/sseu: fix max_subslices array-index-out-of-bounds access"
},
{
"cve": "CVE-2023-53113",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363683"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the cfg80211 module in the Linux kernel. In Access Point (AP) mode, if a wireless link is created by userspace but not yet activated, it may contain an invalid channel definition with no channel. This issue may cause a NULL pointer dereference that results in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: wifi: nl80211: fix NULL-ptr deref in offchan check",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue has been fixed in Red Hat Enterprise Linux 8.9 and 9.3 via RHSA-2023:7077 [1] and RHSA-2023:6583 [2], respectively.\n\n[1]. https://access.redhat.com/errata/RHSA-2023:7077\n\n[2]. https://access.redhat.com/errata/RHSA-2023:6583",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53113"
},
{
"category": "external",
"summary": "RHBZ#2363683",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363683"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53113",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53113"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53113",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53113"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050228-CVE-2023-53113-a3ff@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050228-CVE-2023-53113-a3ff@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: wifi: nl80211: fix NULL-ptr deref in offchan check"
},
{
"cve": "CVE-2023-53120",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2025-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363681"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the mpi3mr module in the Linux kernel. A memory leak can occur due to pending DMA allocations from the driver after it is released from the device. This issue potentially impacts system performance and results in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: scsi: mpi3mr: Fix config page DMA memory leak",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue has been fixed in Red Hat Enterprise Linux 8.9 and 9.3 via RHSA-2023:7077 [1] and RHSA-2023:6583 [2], respectively.\n\n[1]. https://access.redhat.com/errata/RHSA-2023:7077\n\n[2]. https://access.redhat.com/errata/RHSA-2023:6583",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53120"
},
{
"category": "external",
"summary": "RHBZ#2363681",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363681"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53120",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53120"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53120",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53120"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050231-CVE-2023-53120-8e03@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050231-CVE-2023-53120-8e03@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: scsi: mpi3mr: Fix config page DMA memory leak"
},
{
"cve": "CVE-2023-53124",
"discovery_date": "2025-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363714"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: mpt3sas: Fix NULL pointer access in mpt3sas_transport_port_add()\n\nPort is allocated by sas_port_alloc_num() and rphy is allocated by either\nsas_end_device_alloc() or sas_expander_alloc(), all of which may return\nNULL. So we need to check the rphy to avoid possible NULL pointer access.\n\nIf sas_rphy_add() returned with failure, rphy is set to NULL. We would\naccess the rphy in the following lines which would also result NULL pointer\naccess.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: scsi: mpt3sas: Fix NULL pointer access in mpt3sas_transport_port_add()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53124"
},
{
"category": "external",
"summary": "RHBZ#2363714",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363714"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53124",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53124"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53124",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53124"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050232-CVE-2023-53124-9900@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050232-CVE-2023-53124-9900@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: scsi: mpt3sas: Fix NULL pointer access in mpt3sas_transport_port_add()"
},
{
"cve": "CVE-2023-53126",
"discovery_date": "2025-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363703"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: mpi3mr: Fix sas_hba.phy memory leak in mpi3mr_remove()\n\nFree mrioc-\u003esas_hba.phy at .remove.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: scsi: mpi3mr: Fix sas_hba.phy memory leak in mpi3mr_remove()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53126"
},
{
"category": "external",
"summary": "RHBZ#2363703",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363703"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53126",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53126"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53126",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53126"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050233-CVE-2023-53126-a7ec@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050233-CVE-2023-53126-a7ec@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: scsi: mpi3mr: Fix sas_hba.phy memory leak in mpi3mr_remove()"
},
{
"cve": "CVE-2023-53132",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2025-05-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363737"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the mpi3mr module in the Linux kernel. The missing release of memory allocated for mpi3mr_hba_port will cause a memory leak, potentially impacting system stability and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: scsi: mpi3mr: Fix mpi3mr_hba_port memory leak in mpi3mr_remove()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue has been fixed in Red Hat Enterprise Linux 8.9 and 9.3 via RHSA-2023:7077 [1] and RHSA-2023:6583 [2], respectively.\n\n[1]. https://access.redhat.com/errata/RHSA-2023:7077\n\n[2]. https://access.redhat.com/errata/RHSA-2023:6583",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53132"
},
{
"category": "external",
"summary": "RHBZ#2363737",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363737"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53132",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53132"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53132",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53132"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050235-CVE-2023-53132-2281@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050235-CVE-2023-53132-2281@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: scsi: mpi3mr: Fix mpi3mr_hba_port memory leak in mpi3mr_remove()"
},
{
"cve": "CVE-2023-53147",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-09-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395408"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nxfrm: add NULL check in xfrm_update_ae_params\n\nNormally, x-\u003ereplay_esn and x-\u003epreplay_esn should be allocated at\nxfrm_alloc_replay_state_esn(...) in xfrm_state_construct(...), hence the\nxfrm_update_ae_params(...) is okay to update them. However, the current\nimplementation of xfrm_new_ae(...) allows a malicious user to directly\ndereference a NULL pointer and crash the kernel like below.\n\nBUG: kernel NULL pointer dereference, address: 0000000000000000\nPGD 8253067 P4D 8253067 PUD 8e0e067 PMD 0\nOops: 0002 [#1] PREEMPT SMP KASAN NOPTI\nCPU: 0 PID: 98 Comm: poc.npd Not tainted 6.4.0-rc7-00072-gdad9774deaf1 #8\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.0-0-gd239552ce722-prebuilt.qemu.o4\nRIP: 0010:memcpy_orig+0xad/0x140\nCode: e8 4c 89 5f e0 48 8d 7f e0 73 d2 83 c2 20 48 29 d6 48 29 d7 83 fa 10 72 34 4c 8b 06 4c 8b 4e 08 c\nRSP: 0018:ffff888008f57658 EFLAGS: 00000202\nRAX: 0000000000000000 RBX: ffff888008bd0000 RCX: ffffffff8238e571\nRDX: 0000000000000018 RSI: ffff888007f64844 RDI: 0000000000000000\nRBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000\nR10: 0000000000000000 R11: 0000000000000000 R12: ffff888008f57818\nR13: ffff888007f64aa4 R14: 0000000000000000 R15: 0000000000000000\nFS: 00000000014013c0(0000) GS:ffff88806d600000(0000) knlGS:0000000000000000\nCS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\nCR2: 0000000000000000 CR3: 00000000054d8000 CR4: 00000000000006f0\nCall Trace:\n \u003cTASK\u003e\n ? __die+0x1f/0x70\n ? page_fault_oops+0x1e8/0x500\n ? __pfx_is_prefetch.constprop.0+0x10/0x10\n ? __pfx_page_fault_oops+0x10/0x10\n ? _raw_spin_unlock_irqrestore+0x11/0x40\n ? fixup_exception+0x36/0x460\n ? _raw_spin_unlock_irqrestore+0x11/0x40\n ? exc_page_fault+0x5e/0xc0\n ? asm_exc_page_fault+0x26/0x30\n ? xfrm_update_ae_params+0xd1/0x260\n ? memcpy_orig+0xad/0x140\n ? __pfx__raw_spin_lock_bh+0x10/0x10\n xfrm_update_ae_params+0xe7/0x260\n xfrm_new_ae+0x298/0x4e0\n ? __pfx_xfrm_new_ae+0x10/0x10\n ? __pfx_xfrm_new_ae+0x10/0x10\n xfrm_user_rcv_msg+0x25a/0x410\n ? __pfx_xfrm_user_rcv_msg+0x10/0x10\n ? __alloc_skb+0xcf/0x210\n ? stack_trace_save+0x90/0xd0\n ? filter_irq_stacks+0x1c/0x70\n ? __stack_depot_save+0x39/0x4e0\n ? __kasan_slab_free+0x10a/0x190\n ? kmem_cache_free+0x9c/0x340\n ? netlink_recvmsg+0x23c/0x660\n ? sock_recvmsg+0xeb/0xf0\n ? __sys_recvfrom+0x13c/0x1f0\n ? __x64_sys_recvfrom+0x71/0x90\n ? do_syscall_64+0x3f/0x90\n ? entry_SYSCALL_64_after_hwframe+0x72/0xdc\n ? copyout+0x3e/0x50\n netlink_rcv_skb+0xd6/0x210\n ? __pfx_xfrm_user_rcv_msg+0x10/0x10\n ? __pfx_netlink_rcv_skb+0x10/0x10\n ? __pfx_sock_has_perm+0x10/0x10\n ? mutex_lock+0x8d/0xe0\n ? __pfx_mutex_lock+0x10/0x10\n xfrm_netlink_rcv+0x44/0x50\n netlink_unicast+0x36f/0x4c0\n ? __pfx_netlink_unicast+0x10/0x10\n ? netlink_recvmsg+0x500/0x660\n netlink_sendmsg+0x3b7/0x700\n\nThis Null-ptr-deref bug is assigned CVE-2023-3772. And this commit\nadds additional NULL check in xfrm_update_ae_params to fix the NPD.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: xfrm: add NULL check in xfrm_update_ae_params",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53147"
},
{
"category": "external",
"summary": "RHBZ#2395408",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395408"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53147",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53147"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53147",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53147"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091551-CVE-2023-53147-8f20@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091551-CVE-2023-53147-8f20@gregkh/T"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: xfrm: add NULL check in xfrm_update_ae_params"
},
{
"cve": "CVE-2023-53185",
"cwe": {
"id": "CWE-1285",
"name": "Improper Validation of Specified Index, Position, or Offset in Input"
},
"discovery_date": "2025-09-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395297"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: ath9k: don\u0027t allow to overwrite ENDPOINT0 attributes\n\nA bad USB device is able to construct a service connection response\nmessage with target endpoint being ENDPOINT0 which is reserved for\nHTC_CTRL_RSVD_SVC and should not be modified to be used for any other\nservices.\n\nReject such service connection responses.\n\nFound by Linux Verification Center (linuxtesting.org) with Syzkaller.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: wifi: ath9k: don\u0027t allow to overwrite ENDPOINT0 attributes",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53185"
},
{
"category": "external",
"summary": "RHBZ#2395297",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395297"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53185",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53185"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53185",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53185"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091557-CVE-2023-53185-2f8d@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091557-CVE-2023-53185-2f8d@gregkh/T"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: wifi: ath9k: don\u0027t allow to overwrite ENDPOINT0 attributes"
},
{
"cve": "CVE-2023-53197",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2025-09-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395390"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nUSB: uhci: fix memory leak with using debugfs_lookup()\n\nWhen calling debugfs_lookup() the result must have dput() called on it,\notherwise the memory will leak over time. To make things simpler, just\ncall debugfs_lookup_and_remove() instead which handles all of the logic\nat once.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: USB: uhci: fix memory leak with using debugfs_lookup()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53197"
},
{
"category": "external",
"summary": "RHBZ#2395390",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395390"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53197",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53197"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53197",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53197"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091559-CVE-2023-53197-1f23@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091559-CVE-2023-53197-1f23@gregkh/T"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: USB: uhci: fix memory leak with using debugfs_lookup()"
},
{
"cve": "CVE-2023-53213",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-09-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395267"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()\n\nFix a slab-out-of-bounds read that occurs in kmemdup() called from\nbrcmf_get_assoc_ies().\nThe bug could occur when assoc_info-\u003ereq_len, data from a URB provided\nby a USB device, is bigger than the size of buffer which is defined as\nWL_EXTRA_BUF_MAX.\n\nAdd the size check for req_len/resp_len of assoc_info.\n\nFound by a modified version of syzkaller.\n\n[ 46.592467][ T7] ==================================================================\n[ 46.594687][ T7] BUG: KASAN: slab-out-of-bounds in kmemdup+0x3e/0x50\n[ 46.596572][ T7] Read of size 3014656 at addr ffff888019442000 by task kworker/0:1/7\n[ 46.598575][ T7]\n[ 46.599157][ T7] CPU: 0 PID: 7 Comm: kworker/0:1 Tainted: G O 5.14.0+ #145\n[ 46.601333][ T7] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.12.1-0-ga5cab58e9a3f-prebuilt.qemu.org 04/01/2014\n[ 46.604360][ T7] Workqueue: events brcmf_fweh_event_worker\n[ 46.605943][ T7] Call Trace:\n[ 46.606584][ T7] dump_stack_lvl+0x8e/0xd1\n[ 46.607446][ T7] print_address_description.constprop.0.cold+0x93/0x334\n[ 46.608610][ T7] ? kmemdup+0x3e/0x50\n[ 46.609341][ T7] kasan_report.cold+0x79/0xd5\n[ 46.610151][ T7] ? kmemdup+0x3e/0x50\n[ 46.610796][ T7] kasan_check_range+0x14e/0x1b0\n[ 46.611691][ T7] memcpy+0x20/0x60\n[ 46.612323][ T7] kmemdup+0x3e/0x50\n[ 46.612987][ T7] brcmf_get_assoc_ies+0x967/0xf60\n[ 46.613904][ T7] ? brcmf_notify_vif_event+0x3d0/0x3d0\n[ 46.614831][ T7] ? lock_chain_count+0x20/0x20\n[ 46.615683][ T7] ? mark_lock.part.0+0xfc/0x2770\n[ 46.616552][ T7] ? lock_chain_count+0x20/0x20\n[ 46.617409][ T7] ? mark_lock.part.0+0xfc/0x2770\n[ 46.618244][ T7] ? lock_chain_count+0x20/0x20\n[ 46.619024][ T7] brcmf_bss_connect_done.constprop.0+0x241/0x2e0\n[ 46.620019][ T7] ? brcmf_parse_configure_security.isra.0+0x2a0/0x2a0\n[ 46.620818][ T7] ? __lock_acquire+0x181f/0x5790\n[ 46.621462][ T7] brcmf_notify_connect_status+0x448/0x1950\n[ 46.622134][ T7] ? rcu_read_lock_bh_held+0xb0/0xb0\n[ 46.622736][ T7] ? brcmf_cfg80211_join_ibss+0x7b0/0x7b0\n[ 46.623390][ T7] ? find_held_lock+0x2d/0x110\n[ 46.623962][ T7] ? brcmf_fweh_event_worker+0x19f/0xc60\n[ 46.624603][ T7] ? mark_held_locks+0x9f/0xe0\n[ 46.625145][ T7] ? lockdep_hardirqs_on_prepare+0x3e0/0x3e0\n[ 46.625871][ T7] ? brcmf_cfg80211_join_ibss+0x7b0/0x7b0\n[ 46.626545][ T7] brcmf_fweh_call_event_handler.isra.0+0x90/0x100\n[ 46.627338][ T7] brcmf_fweh_event_worker+0x557/0xc60\n[ 46.627962][ T7] ? brcmf_fweh_call_event_handler.isra.0+0x100/0x100\n[ 46.628736][ T7] ? rcu_read_lock_sched_held+0xa1/0xd0\n[ 46.629396][ T7] ? rcu_read_lock_bh_held+0xb0/0xb0\n[ 46.629970][ T7] ? lockdep_hardirqs_on_prepare+0x273/0x3e0\n[ 46.630649][ T7] process_one_work+0x92b/0x1460\n[ 46.631205][ T7] ? pwq_dec_nr_in_flight+0x330/0x330\n[ 46.631821][ T7] ? rwlock_bug.part.0+0x90/0x90\n[ 46.632347][ T7] worker_thread+0x95/0xe00\n[ 46.632832][ T7] ? __kthread_parkme+0x115/0x1e0\n[ 46.633393][ T7] ? process_one_work+0x1460/0x1460\n[ 46.633957][ T7] kthread+0x3a1/0x480\n[ 46.634369][ T7] ? set_kthread_struct+0x120/0x120\n[ 46.634933][ T7] ret_from_fork+0x1f/0x30\n[ 46.635431][ T7]\n[ 46.635687][ T7] Allocated by task 7:\n[ 46.636151][ T7] kasan_save_stack+0x1b/0x40\n[ 46.636628][ T7] __kasan_kmalloc+0x7c/0x90\n[ 46.637108][ T7] kmem_cache_alloc_trace+0x19e/0x330\n[ 46.637696][ T7] brcmf_cfg80211_attach+0x4a0/0x4040\n[ 46.638275][ T7] brcmf_attach+0x389/0xd40\n[ 46.638739][ T7] brcmf_usb_probe+0x12de/0x1690\n[ 46.639279][ T7] usb_probe_interface+0x2aa/0x760\n[ 46.639820][ T7] really_probe+0x205/0xb70\n[ 46.640342][ T7] __driver_probe_device+0\n---truncated---",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53213"
},
{
"category": "external",
"summary": "RHBZ#2395267",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395267"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53213",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53213"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53213",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53213"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091511-CVE-2023-53213-dfc5@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091511-CVE-2023-53213-dfc5@gregkh/T"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()"
},
{
"cve": "CVE-2023-53229",
"cwe": {
"id": "CWE-908",
"name": "Use of Uninitialized Resource"
},
"discovery_date": "2025-09-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395236"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded sta\n\nAvoid potential data corruption issues caused by uninitialized driver\nprivate data structures.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded sta",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"known_not_affected": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53229"
},
{
"category": "external",
"summary": "RHBZ#2395236",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395236"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53229",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53229"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53229",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53229"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091514-CVE-2023-53229-a0ef@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091514-CVE-2023-53229-a0ef@gregkh/T"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-11-14T15:46:57+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2023:7077"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:H",
"version": "3.1"
},
"products": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"CRB-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-tools-libs-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-zfcpdump-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-core-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-devel-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:python3-perf-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded sta"
},
{
"cve": "CVE-2023-53232",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-09-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-cross-headers-0:4.18.0-513.5.1.el8_9.x86_64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.aarch64",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.ppc64le",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.s390x",
"CRB-8.9.0.GA:kernel-headers-0:4.18.0-513.5.1.el8_9.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395322"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmt76: mt7921: fix kernel panic by accessing unallocated eeprom.data\n\nThe MT7921 driver no longer uses eeprom.data, but the relevant code has not\nbeen removed completely since\ncommit 16d98b548365 (\"mt76: mt7921: rely on mcu_get_nic_capability\").\nThis could result in potential invalid memory access.\n\nTo fix the kernel panic issue in mt7921, it is necessary to avoid accessing\nunallocated eeprom.data which can lead to invalid memory access.\n\nFurthermore, it is possible to entirely eliminate the\nmt7921_mcu_parse_eeprom function and solely depend on\nmt7921_mcu_parse_response to divide the RxD header.\n\n[2.702735] BUG: kernel NULL pointer dereference, address: 0000000000000550\n[2.702740] #PF: supervisor write access in kernel mode\n[2.702741] #PF: error_code(0x0002) - not-present page\n[2.702743] PGD 0 P4D 0\n[2.702747] Oops: 0002 [#1] PREEMPT SMP NOPTI\n[2.702755] RIP: 0010:mt7921_mcu_parse_response+0x147/0x170 [mt7921_common]\n[2.702758] RSP: 0018:ffffae7c00fef828 EFLAGS: 00010286\n[2.702760] RAX: ffffa367f57be024 RBX: ffffa367cc7bf500 RCX: 0000000000000000\n[2.702762] RDX: 0000000000000550 RSI: 0000000000000000 RDI: ffffa367cc7bf500\n[2.702763] RBP: ffffae7c00fef840 R08: ffffa367cb167000 R09: 0000000000000005\n[2.702764] R10: 0000000000000000 R11: ffffffffc04702e4 R12: ffffa367e8329f40\n[2.702766] R13: 0000000000000000 R14: 0000000000000001 R15: ffffa367e8329f40\n[2.702768] FS: 000079ee6cf20c40(0000) GS:ffffa36b2f940000(0000) knlGS:0000000000000000\n[2.702769] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n[2.702775] CR2: 0000000000000550 CR3: 00000001233c6004 CR4: 0000000000770ee0\n[2.702776] PKRU: 55555554\n[2.702777] Call Trace:\n[2.702782] mt76_mcu_skb_send_and_get_msg+0xc3/0x11e [mt76 \u003cHASH:1bc4 5\u003e]\n[2.702785] mt7921_run_firmware+0x241/0x853 [mt7921_common \u003cHASH:6a2f 6\u003e]\n[2.702789] mt7921e_mcu_init+0x2b/0x56 [mt7921e \u003cHASH:d290 7\u003e]\n[2.702792] mt7921_register_device+0x2eb/0x5a5 [mt7921_common \u003cHASH:6a2f 6\u003e]\n[2.702795] ? mt7921_irq_tasklet+0x1d4/0x1d4 [mt7921e \u003cHASH:d290 7\u003e]\n[2.702797] mt7921_pci_probe+0x2d6/0x319 [mt7921e \u003cHASH:d290 7\u003e]\n[2.702799] pci_device_probe+0x9f/0x12a",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: mt76: mt7921: fix kernel panic by accessing unallocated eeprom.data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:bpftool-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.src",
"BaseOS-8.9.0.GA:kernel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-abi-stablelists-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-core-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debug-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-devel-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-doc-0:4.18.0-513.5.1.el8_9.noarch",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-modules-extra-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.ppc64le",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.s390x",
"BaseOS-8.9.0.GA:kernel-tools-0:4.18.0-513.5.1.el8_9.x86_64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.18.0-513.5.1.el8_9.aarch64",
"BaseOS-8.9.0.GA:kernel-tools-debuginfo-0:4.